emacs-devel
[Top][All Lists]
Advanced

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

Re: Round-tripping key definitions


From: Stefan Monnier
Subject: Re: Round-tripping key definitions
Date: Sun, 14 Nov 2021 12:56:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Andreas Schwab [2021-11-14 16:07:26] wrote:
> On Nov 14 2021, Stefan Monnier wrote:
>> [ BTW, I just noticed that `?\C-é` is 137, which seems like a plain bug.  ]
> That's because ?é is a SINGLE_BYTE_CHAR_P and (<= #o101 (logand ?é
> #o137) #o132) (see read_escape).  I think the SINGLE_BYTE_CHAR_P test
> should be replaced by ASCII_CHAR_P (it was added in commit 164d590d5c).

Oh, so I think it was OK originally but became incorrect when we
switched to Unicode.  Fixed now,


        Stefan




reply via email to

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