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: Stefan Monnier
Subject: Re: Buffer-local variables affect general-purpose functions
Date: Fri, 28 Mar 2014 10:12:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> How to compare bytes, then?

As mentioned in my first mention of the problem: `eq'.

> Anyway, we don't have a way of distinguishing between characters and
> bytes, unless we look on something besides the arguments themselves.

`char-equal' has something to distinguish: the fact that we call
`char-equal' instead of `eq' is just the info needed to decide that the
arguments are chars rather than bytes.


        Stefan



reply via email to

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