smartparens icon indicating copy to clipboard operation
smartparens copied to clipboard

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.

Results 231 smartparens issues
Sort by recently updated
recently updated
newest added

The sp-pair function does not only add, but also remove or update pair definitions. Make it immediately clear at the top of the documentation. Later parts of the documentation refer...

When editing multi-line comments (`/* ... */ `or `/** ... */` for js-doc ), I found that the comment `'comment-indent-new-line` would be helpful. Unfortunately, its standard key binding `M-j` didn't...

Hi everyone, and first of all: thanks for this awesome tool. At the moment I am trying to configure smartparens to work with LaTeX-mode and AucTeX. I am using the...

bug
enhancement
configuration
unconfirmed
language:latex

I see smartparens has language specific configurations, like `smartparens-c.el` file for C and C++. My question is: would it be welcome if I contribute rules which create more than just...

enhancement

Hi, This is a suggestion/question rather than a bug. In LaTeX, `\left( ... \right.` is syntactically correct, and a common occurrence in order to insert an automatically sized open parenthesis,...

enhancement
language:latex

After switching to Castlemacs, custom pairs stopped working. ## Expected behavior `「」` is inserted when `「` is typed. `「」` wraps around the selected region when `「` is typed with active...

bug
unconfirmed
version:emacs:26

## Expected behavior Calling `sp-point-in-empty-sexp` in `"x"["]y"` should return `nil` ## Actual behavior It returns `("\"" . "\"")` ## Steps to reproduce the problem - `mv` your `.emacs.d` config elsewhere....

bug

## Expected behavior `` ![emacs-26-expect](https://user-images.githubusercontent.com/2653486/29659780-da0d06ae-88f1-11e7-996d-ee01d898c277.gif) ## Actual behavior \`\` ![emacs-26-actual](https://user-images.githubusercontent.com/2653486/29659770-d560b420-88f1-11e7-8f29-a8d62156e495.gif) ## Steps to reproduce the problem $ /path/to/emacs-26_HEAD-fa5e63e -nw -Q -l /path/to/test-smartparens.el ## Backtraces if necessary (`M-x toggle-debug-on-error`) None ##...

bug
needs-verification
version:emacs:26

## Expected behavior In org mode, with **two words** in a pair and cursor inside (indicated as ^ in example) ``` The quick *^brown fox* jumps over the lazy dog....

bug
language:org

In the smartparens-config library, pairing single quotes (') is disabled in sp-lisp-modes. What do you think of also disabling it in source blocks? For example: ``` (defun sp-in-src-block-p (_id _action...