-
### What did you expect to happen?
Deleting any character using `Backspace` is a lightning fast operation.
### What actually happened?
In `mu4e:compose` mode, when typesetting inline replies …
-
## 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 way:
```
(one two t…
-
emacs version: 24.4.1
smartparens version: up-to-date
`sp-local-paris's` value in c++ mode.
![image](https://user-images.githubusercontent.com/22092607/34712272-36d85f78-f55d-11e7-8312-5b8bb90129…
-
## Expected behavior
When the cursor is on function in the below, it highlights both the brackets defined.
function
..
endfunction
However, when I place my cursor on the endfunction, it d…
-
## 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 …
-
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, presumabl…
-
Include [this](https://gist.github.com/pvik/8eb5755cc34da0226e3fc23a320a3c95) cheatsheet in the Smartparens wiki to make it easier for users to find.
Please let me know how I can help!
-
Hi,
## Expected behavior
Be able to treat "generalized strings" (delimited by characters with the syntax property `string-fence`) as paired expression.
## Actual behavior
Such strings are …
-
Hi @Fuco1,
I'm using smartparens and I would like to set a even more smart behavior. I've tried to set a behavior that is put enclosing pair in a word when the point is inside it. I read the smartpar…
-
If ] could skip over existing delimiters as well, this would make for a great replacement for `sp-up-sexp`.