Pierre Rouleau
Pierre Rouleau
So to go back to my original question is I wanted to be able to modify position of point in the post-handler. Instead, to solve some issues I had to...
It's possible I don't understand the code. When I look at the `sp-forward-slurp-sexp` I see: ```lisp (interactive "P") (if (> (prefix-numeric-value arg) 0) (let ((n (abs (prefix-numeric-value arg))) (enc (sp-get-enclosing-sexp))...
Then perhaps it'd be good to document the current behaviour. I'll look at the feature flags and see if I can add that under feature flag.
Should it not then be simply removed?
I looked at the code and both `sp-forward-symbol` and `sp-backward-symbol` do no skip comment. I beleive they should (or at least have a user-option that would control the behaviour). I...
[PR](https://github.com/Fuco1/smartparens/pull/1104) submitted.
Bug? lispy-unbind-variable does not replace the unbound variable with its value as described in docs
Good to know, thanks. It would seem to mean that a regression showed up between 0.27.0 done on May 8, 2019 and the version I use, which goes to Jan...
I'd support the idea for a defcustom to disable the functionality.
I like the idea too. Let me know if/where you'll host this page. I want to add it as a reference to what I built in my system. I have...
@aspiers > Very nice indeed! It would be good to have both your longer more detailed PDF and a shorter quick-reference cheatsheet. > The paredit cheatsheet is the perfect example...