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: Lars Ingebrigtsen
Subject: bug#23354: 25.1.50; Unicode literals aren't handled correctly by some commands
Date: Tue, 04 Aug 2020 11:37:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Philipp Stephani <p.stephani2@gmail.com> writes:
>
>> 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. 
>
> Thanks; applied.  I hope somebody else can fix backward-sexp and
> friends.  :-)

I just checked whether things has changed -- and, no, backward-sexp and
friends still do the wrong thing on Unicode literals like

?\N{HEAVY CHECK MARK}

in Emacs Lisp buffers.  In particular, backward-sexp after the final "}"
skips to the start of "MARK", and forward-sexp at the start skips to the
end of "HEAVY".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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