bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23354: 25.1.50; Unicode literals aren't handled correctly by some co


From: Philipp Stephani
Subject: bug#23354: 25.1.50; Unicode literals aren't handled correctly by some commands
Date: Sun, 01 May 2016 12:59:37 +0000



Lars Magne Ingebrigtsen <larsi@gnus.org> schrieb am So., 24. Apr. 2016 um 14:17 Uhr:

If you put point after the following _expression_ and hit `C-x C-e':

?\N{HEAVY CHECK MARK}

you'll get an error saying "(void-variable MARK})".  And in an Emacs
Lisp buffer, using forward/backward sexp commands, they do not skip past
the entire _expression_.


Thanks, I've attached a patch that should fix eval-print-last-expr. This doesn't fix backward-sexp, because I think that would be much harder. 

Attachment: 0001-Detect-named-character-literals.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]