emacs-devel
[Top][All Lists]
Advanced

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

Re: Round-tripping key definitions


From: Andreas Schwab
Subject: Re: Round-tripping key definitions
Date: Sun, 14 Nov 2021 16:07:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

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).

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

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