[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Display of characters #xa0 and #xad in unibyte buffers
From: |
Eli Zaretskii |
Subject: |
Re: Display of characters #xa0 and #xad in unibyte buffers |
Date: |
Fri, 25 Sep 2009 11:31:51 +0300 |
> Date: Thu, 24 Sep 2009 17:06:24 +0200
> From: Ulrich Mueller <address@hidden>
>
> Is the following a feature or a bug?
>
> $ emacs -Q
> M-x toggle-enable-multibyte-characters RET C-q 240 RET C-q 255 RET
>
> The characters are displayed as "_-" (approximately).
>
> Shouldn't they be displayed as "\240\255", considering that these are
> raw bytes with no specific meaning?
There are no ``raw bytes'' in a unibyte buffer. Every byte there is
interpreted as a character, and shown as such. This is the main
feature of unibyte buffers; otherwise, who'd want them?
- Display of characters #xa0 and #xad in unibyte buffers, Ulrich Mueller, 2009/09/24
- Re: Display of characters #xa0 and #xad in unibyte buffers,
Eli Zaretskii <=
- Re: Display of characters #xa0 and #xad in unibyte buffers, Ulrich Mueller, 2009/09/25
- Re: Display of characters #xa0 and #xad in unibyte buffers, Eli Zaretskii, 2009/09/25
- Re: Display of characters #xa0 and #xad in unibyte buffers, Kenichi Handa, 2009/09/27
- Re: Display of characters #xa0 and #xad in unibyte buffers, Eli Zaretskii, 2009/09/28
- Re: Display of characters #xa0 and #xad in unibyte buffers, Kenichi Handa, 2009/09/28
- Re: Display of characters #xa0 and #xad in unibyte buffers, Eli Zaretskii, 2009/09/28
- Re: Display of characters #xa0 and #xad in unibyte buffers, Stefan Monnier, 2009/09/28
- Re: Display of characters #xa0 and #xad in unibyte buffers, Kenichi Handa, 2009/09/28
- Re: Display of characters #xa0 and #xad in unibyte buffers, Stefan Monnier, 2009/09/28
- Re: Display of characters #xa0 and #xad in unibyte buffers, Kenichi Handa, 2009/09/28