emacs-devel
[Top][All Lists]
Advanced

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

Re: Text mode Emacs in multibyte terminal


From: Kenichi Handa
Subject: Re: Text mode Emacs in multibyte terminal
Date: Wed, 07 Dec 2005 16:41:03 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

Sorry for the late response.

In article <address@hidden>, Stefan Monnier <address@hidden> writes:

>>  The problem is that all non-control characters are
>>  written verbatim to the terminal as if it were single-byte encoded.

> You mean all the eight-bit-* chars?  I'd argue that such chars should always
> be written as \NNN except for the special legacy case of unibyte sessions.

This was the case that a binary file is read into a unibyte
buffer, and \240..\377 are displayed as is; i.e. those exact
bytes are sent to the terminal.  That's happened because
Emacs setup standard-display-table for Latin-1 even if the
locale is UTF-8.  I'v just installed a fix not to setup
standard-display-table in such a case.

But, it seems that you are proposing not to setup
standard-display-table even if the locale is Latin-1, right?

---
Kenichi Handa
address@hidden




reply via email to

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