[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Buffer-local variables affect general-purpose functions
From: |
Eli Zaretskii |
Subject: |
Re: Buffer-local variables affect general-purpose functions |
Date: |
Fri, 28 Mar 2014 10:11:14 +0300 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Thu, 27 Mar 2014 17:04:45 -0400
>
> > Anyway, what should replace those hacks? Arbitrarily interpreting raw
> > bytes as Latin characters is not TRT, IMO.
>
> I think it is: char-equal compares *chars*, not *bytes*. IOW it's a bug
> to pass bytes to it.
How to compare bytes, then?
Anyway, we don't have a way of distinguishing between characters and
bytes, unless we look on something besides the arguments themselves.
Re: Buffer-local variables affect general-purpose functions, Stefan Monnier, 2014/03/27
- Re: Buffer-local variables affect general-purpose functions, Eli Zaretskii, 2014/03/27
- Re: Buffer-local variables affect general-purpose functions, Stefan Monnier, 2014/03/27
- Re: Buffer-local variables affect general-purpose functions,
Eli Zaretskii <=
- 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