From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Usage of standard-display-table in MSDOS Date: Wed, 01 Sep 2010 12:21:17 +0900 Message-ID: References: <83aao8mjzx.fsf@gnu.org> <837hjcm9cw.fsf@gnu.org> <83y6brkxqe.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283311294 7694 80.91.229.12 (1 Sep 2010 03:21:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2010 03:21:34 +0000 (UTC) Cc: eliz@gnu.org, ehud@unix.mvs.co.il, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 01 05:21:33 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OqdtE-0004w0-PX for ged-emacs-devel@m.gmane.org; Wed, 01 Sep 2010 05:21:33 +0200 Original-Received: from localhost ([127.0.0.1]:41764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqdtD-0001CS-MQ for ged-emacs-devel@m.gmane.org; Tue, 31 Aug 2010 23:21:31 -0400 Original-Received: from [140.186.70.92] (port=57080 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqdt7-0001Bo-ET for emacs-devel@gnu.org; Tue, 31 Aug 2010 23:21:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oqdt6-0001Kl-Hq for emacs-devel@gnu.org; Tue, 31 Aug 2010 23:21:25 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:45967) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oqdt4-0001KA-Bn; Tue, 31 Aug 2010 23:21:22 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o813LI35022685; Wed, 1 Sep 2010 12:21:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o813LI5M004424; Wed, 1 Sep 2010 12:21:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o813LH4a026980; Wed, 1 Sep 2010 12:21:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1Oqdsz-000662-NQ; Wed, 01 Sep 2010 12:21:17 +0900 In-Reply-To: (message from Kenichi Handa on Mon, 30 Aug 2010 11:24:13 +0900) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129527 Archived-At: In article , Kenichi Handa writes: handa> Should we change the above code and all other codes setting handa> 0x80th..0xA0th elements of a display table? eliz> Yes. IMO, we should consistently use the codepoints of eight-bit eliz> characters in all char-tables. handa>Ok, if Yidong and Stefan agree too, I'll work on it. > I have not yet got any response but have started the work. I've just committed the work to emacs-23 branch. Ehud, could you try it? --- Kenichi Handa handa@m17n.org