[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
- Re: Buffer-local variables affect general-purpose functions, (continued)
- Re: Buffer-local variables affect general-purpose functions, Paul Eggert, 2014/03/28
- Re: Unibyte characters, strings and buffers, Eli Zaretskii, 2014/03/28
- Re: Unibyte characters, strings and buffers, Paul Eggert, 2014/03/28
- Re: Unibyte characters, strings and buffers, Eli Zaretskii, 2014/03/28
- Re: Unibyte characters, strings and buffers, Paul Eggert, 2014/03/28
- Re: Unibyte characters, strings and buffers, Eli Zaretskii, 2014/03/29
- Re: Unibyte characters, strings and buffers, Paul Eggert, 2014/03/29
- Re: Unibyte characters, strings and buffers, Eli Zaretskii, 2014/03/29
- Re: Unibyte characters, strings and buffers, Stefan Monnier, 2014/03/28
- Re: Unibyte characters, strings and buffers, Stefan Monnier, 2014/03/29
- Re: Buffer-local variables affect general-purpose functions,
Stefan Monnier <=
- Re: Buffer-local variables affect general-purpose functions, Stephen J. Turnbull, 2014/03/27
- Re: Unibyte characters, strings, and buffers, Eli Zaretskii, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Stephen J. Turnbull, 2014/03/28
- Re: Unibyte characters, strings, and buffers, David Kastrup, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Andreas Schwab, 2014/03/28
- Re: Unibyte characters, strings, and buffers, David Kastrup, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Stephen J. Turnbull, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Eli Zaretskii, 2014/03/28
- Re: Unibyte characters, strings, and buffers, David Kastrup, 2014/03/28
- Re: Unibyte characters, strings, and buffers, Eli Zaretskii, 2014/03/28