Closed pesterhazy closed 6 years ago
Updated the snippet above
I think this is about the the trailing '
- without the apostrophe it works.
@pesterhazy It is a parseclj lexer problem, I updated spiral's internal reference to parseclj's parseclj-lex-symbol-fix
branch, where the behavior is fixed.
Regarding killing Emacs, you can also hit C-g
two or three times (or like a mad man, like I do) to interrupt the current elisp evaluation =)
Ah it's true I can awaken Emacs from its freeze by ^G
'ing
Yup, git master works for me!
Steps to repro:
Expected: fn is eval'ed
Actual: Emacs freezes (need to
killall -9 Emacs
on macOS)