smartparens
smartparens copied to clipboard
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
## Expected behavior I want `C-Backspace` to **not** overwrite the most recent thing I have pasted in the clipboard. ## Actual behavior Hitting `C-Backspace` puts the deleted characters into the...
I haven't (yet) experienced this issue myself, I just want to note that smartparens has been identified (in [this bug report](https://github.com/syl20bnr/spacemacs/issues/7794) as the likely cause of unresponsive behaviour when editing...
## Expected behavior I thought sp-forward-sexp would go past ends of lines, the way sp-backward-sexp does. It seems like these two bits of code should be skipped over the same...
## Expected behavior Normal, fluid text insertion. ## Actual behavior Typing text in LaTeX buffers feels slow and jumpy. ## Steps to reproduce the problem Open a LaTeX buffer, preferably...
## Expected behavior It should not be significantly slow like this. Perhaps adding an optimization to stop finding the matching parenthesis once it is known for sure to be outside...
## Expected behavior The pairs (unmatched or matched) in comments should not affect matching pairs in the code. ## Steps to reproduce the problem Enter the following LaTeX code ```LaTeX...
I'm not sure what causes this bug, I don't know elisp but I'd be willing to help. I'm editing web templates in HTML files (specifically django templates), and I'm using...
## Expected behavior `~0200::/|~` should stay how it is. ## Actual behavior `~0200::/|/~`, i.e. a closing `/` is added, which doesn't make sense in org-mode, as it's not possible to...
## Unless you have a ^L in your PHP file, it goes to the beginning and end of the file respectively. ## It's inconsistent. jumps backward and forward to positions...
## Expected behavior Same [#630](https://github.com/Fuco1/smartparens/issues/630) but with **sp-backward-kill-sexp**: > (foo) (bar) | -> (foo) | -> | C-y > (foo) (bar) ## Actual behavior > (foo) (bar) | -> (foo)...