You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Emacs built from source at commit , and I got smartparens from elpa; it's in elpa/smartparens-20160706.649. If there's a better way to get the smartparens version, let me know and I'll do that.
I opened emacs -Q, loaded dash (from elpa/dash-201606019.611), and then smartparens. I turned on debug on error, and then put this code into the scratch buffer:
And I put point at the end of the third line (the (+ 1 2 4) line. I then ran sp-forward-barf-sexp, and everything worked fine. That is, I ended up with:
I'm running Emacs built from source at commit , and I got smartparens from elpa; it's in
elpa/smartparens-20160706.649
. If there's a better way to get the smartparens version, let me know and I'll do that.I opened
emacs -Q
, loaded dash (fromelpa/dash-201606019.611
), and then smartparens. I turned on debug on error, and then put this code into the scratch buffer:And I put point at the end of the third line (the
(+ 1 2 4)
line. I then ransp-forward-barf-sexp
, and everything worked fine. That is, I ended up with:Now, if instead I comment out the entire
(this-one-messes 'up)
line:And do the same thing (point at the end of the third line, call
sp-forward-barf-sexp
), I would expect to get something like this:But instead I get the following error:
This might be related to #477, but I'm not sure, so I'm filing it as a new bug.
The text was updated successfully, but these errors were encountered: