smartparens
smartparens copied to clipboard
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
## Expected behavior Inserting backticks and quotes doesn't insert a pair in sly-mrepl ## Actual behavior Inserting backticks and quotes inserts a pair in sly-mrepl. ## Steps to reproduce the...
I think the function `sp-wrap--can-wrap-p` does not treat `trigger-wrap` correctly because it only checks if the `last-command-event` is the opening or closing delimiter. This can be fixed as follows for...
## Expected behavior With paredit I could enter a `;` in front of a sexp which then commented out the whole sexp not just the line, it even inserted newlines...
## Expected behavior Calling `sp-indent-defun` on such form: ``` clojure #_(defn [] 10) ``` Should produce ``` clojure #_(defn [] 10) ``` ## Actual behavior Nothing happens I know that...
If I have something like ``` |function foo() { // do something } ``` After running `sp-kill-hybrid-sexp`, the tabs before foo are replaced by spaces. When there's nothing there, presumably...
## Expected behavior The selected text gets replaced with a "\\". ## Actual behavior Smartparens completely changes my text and I cannot undo the changes. ## Steps to reproduce the...
Hi, I have this simple LaTeX code and see that when putting the cursor at the last `$` sign (of `b`), that `$` is matched with the first `$` (of...
## Expected behavior No byte compiler warning ## Actual behavior warning: Unused lexical argument ´arg´ ## Steps to reproduce the problem Bind the suggested lambda from the `sp-wrap-with-pair` docstring to...
## Expected behavior When in a math environment typing `\$` should insert `\$`. ## Actual behavior - When in a math environment of the form $ ... $ typing `\$`...
Various` sp-*` functions don't work properly on HTML comments (e.g. ``) when in _certain_ major modes (`html-mode`, `markdown-mode`, and `gfm-mode`), but work fine in others (e.g. `python-mode` or `text-mode`). I...