all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: schwab@suse.de, emacs-devel@gnu.org
Subject: Re: Text mode Emacs in multibyte terminal
Date: Wed, 07 Dec 2005 16:41:03 +0900	[thread overview]
Message-ID: <E1EjtvD-0002NW-00@etlken> (raw)
In-Reply-To: <87d5l0gs9n.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Wed, 16 Nov 2005 17:11:04 -0500)

Sorry for the late response.

In article <87d5l0gs9n.fsf-monnier+emacs@gnu.org>, Stefan Monnier <monnier@iro.umontreal.ca> 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
handa@m17n.org

  parent reply	other threads:[~2005-12-07  7:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-16 21:14 Text mode Emacs in multibyte terminal Andreas Schwab
2005-11-16 22:11 ` Stefan Monnier
2005-11-17  0:54   ` Andreas Schwab
2005-12-07  7:41   ` Kenichi Handa [this message]
2005-12-07 12:53     ` Stefan Monnier
2005-12-07 13:02       ` Kenichi Handa
2005-12-07 14:47         ` Stefan Monnier
2005-12-08 19:29     ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1EjtvD-0002NW-00@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.