From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: display table for eight-bit-graphic Date: Mon, 03 Mar 2003 22:41:23 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8011-Mon03Mar2003224122+0200-eliz@elta.co.il> References: <200301270220.LAA14193@etlken.m17n.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046724404 7398 80.91.224.249 (3 Mar 2003 20:46:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 20:46:44 +0000 (UTC) Cc: handa@m17n.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pwpe-0001vC-00 for ; Mon, 03 Mar 2003 21:46: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 18px8f-0008Gx-00 for ; Mon, 03 Mar 2003 22:06:22 +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 18pwpi-0003Xv-01 for emacs-devel@quimby.gnus.org; Mon, 03 Mar 2003 15:46:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18pwpG-0003Po-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 15:46:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18pwp6-0003JB-00 for emacs-devel@gnu.org; Mon, 03 Mar 2003 15:46:08 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pwoy-00038S-00; Mon, 03 Mar 2003 15:46:00 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-130-113.inter.net.il [213.8.130.113]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id CEX69885; Mon, 3 Mar 2003 22:45:36 +0200 (IST) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Mon, 03 Mar 2003 13:59:49 -0500) Original-cc: d.love@dl.ac.uk 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:12085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12085 > From: Richard Stallman > Date: Mon, 03 Mar 2003 13:59:49 -0500 > > It sounds like you're suggesting that we eliminate the display > table feature. > > Perhaps the display table is obsolete as a means of displaying > non-ASCII characters, assuming we set up for proper conversion > to unibyte according to the language in use. But aren't display > tables used for other things too? FWIW, the DOS port (see term/internal.el) and Dave's latin-disp.el use the display tables to display non-ASCII characters on character terminals that don't support such characters. So I think this is an important feature.