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 244 smartparens issues
Sort by recently updated
recently updated
newest added

## Expected behavior `sp-kill-hybrid-sexp` implemented for julia and allows killing of function definitions and control structures here are examples of the use main usages of the language: https://juliabyexample.helpmanual.io/#Hello-World ## Actual...

With the given Lua code: ``` lua function f() do local res = nil do -- side-effects res = 1 + 2 end end ``` Smartparens matches end of the...

## Expected behavior When setting the variable TeX-electric-math to (cons "\\\\(" "\\\\)")) in auctex modifies the behavior of $. When hitting $, \\(\\) should be inserted. ## Actual behavior When...

``` (if [:a | :b] (some c)) ``` | is where the caret is. Run `sp-up-sexp` several times, the caret halts at the ending ] without going further.

bug
unconfirmed
specific-mode-support

Does `show-smartparens-mode` work with `sh-mode` if statements, or is there something wrong with my configs? I was expecting it to work similarly to `enh-ruby-mode` where I can see the matching...

enhancement
configuration

## Expected behavior `sp-forward-symbol` moves to the next symbol correctly in Clojure Same for backward command ## Actual behavior The behavior of `sp-forward-symbol` is inconsistent on clojure syntax. Please see...

bug

## Expected behavior `sp-backward-kill-word` should not delete closing parentheses, leaving the expression's tree structure damaged. ## Actual behavior `sp-backward-kill-word` when preceded by certain input, deletes closing parentheses delimiters in addition...

bug
specific-mode-support

## Expected behavior In an html file like this: ``` html some|thing ``` call `sp-kill-hybrid-sexp` should give this: ``` html some ``` ## Actual behavior In html-mode: ``` html some...

## Expected behavior In strict mode `M-: '` should result in single quote being typed in the expression minibuffer. ## Actual behavior Quote is doubled instead. And since this is...

bug
unconfirmed

## Expected behavior Generate an info file ## Actual behavior ```sh (virtualenv) user@LAPTOP-MN6L48C1:~/smartparens/docs$ python -V Python 2.7.17 (virtualenv) user@LAPTOP-MN6L48C1:~/smartparens/docs$ pip list DEPRECATION: Python 2.7 reached the end of its life...

wontfix