From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: display table for eight-bit-graphic Date: 03 Feb 2003 14:28:07 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301270220.LAA14193@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044282466 3335 80.91.224.249 (3 Feb 2003 14:27:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2003 14:27:46 +0000 (UTC) Cc: Kenichi Handa Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fhZW-0000rS-00 for ; Mon, 03 Feb 2003 15:27:42 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fhhA-0008Ks-00 for ; Mon, 03 Feb 2003 15:35:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fhb7-0007Jo-01 for emacs-devel@quimby.gnus.org; Mon, 03 Feb 2003 09:29:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fhag-0007Bt-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 09:28:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fhaK-0006sF-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 09:28:32 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fhZy-0006ka-00; Mon, 03 Feb 2003 09:28:10 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 18fhZv-0008O3-00; Mon, 03 Feb 2003 14:28:07 +0000 Original-To: rms@gnu.org Original-Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11313 Richard Stallman writes: > The display table is used for unibyte buffers, too. If we > want unibyte buffers to display the international graphics, > we have to set up the display table for codes 128-255. I don't think this is required for unibyte _buffers_ only unibyte _sessions_ if people insist on using them.