emacs-devel
[Top][All Lists]
Advanced

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

Re: Buffer-local variables affect general-purpose functions


From: Paul Eggert
Subject: Re: Buffer-local variables affect general-purpose functions
Date: Thu, 27 Mar 2014 11:55:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 03/27/2014 10:42 AM, Eli Zaretskii wrote:
How could char-equal know whether 224 is a raw byte or the Latin-1
>character 'à'?
The same way it "knows" today.
So (char-equal ?x ?à) would signal an error in a unibyte buffer (because ?à < 256), and (char-equal ?x ?α) would return nil (because 255 < ?α)? That doesn't sound right, but most likely I'm misunderstanding the proposal.



reply via email to

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