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: enable-character-translation Date: Tue, 19 May 2009 09:45:03 +0900 Message-ID: References: <873abkb3el.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1242693913 20738 80.91.229.12 (19 May 2009 00:45:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2009 00:45:13 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 19 02:45:06 2009 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.50) id 1M6DS6-0005M7-G1 for ged-emacs-devel@m.gmane.org; Tue, 19 May 2009 02:45:06 +0200 Original-Received: from localhost ([127.0.0.1]:51058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6DS5-0005W5-M8 for ged-emacs-devel@m.gmane.org; Mon, 18 May 2009 20:45:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6DS0-0005Uv-SV for emacs-devel@gnu.org; Mon, 18 May 2009 20:45:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6DRw-0005RL-UM for emacs-devel@gnu.org; Mon, 18 May 2009 20:45:00 -0400 Original-Received: from [199.232.76.173] (port=49881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6DRw-0005RI-PR for emacs-devel@gnu.org; Mon, 18 May 2009 20:44:56 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:64233) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6DRv-0004jR-QM for emacs-devel@gnu.org; Mon, 18 May 2009 20:44:56 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n4J0inHW021595; Tue, 19 May 2009 09:44:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n4J0inh9001679; Tue, 19 May 2009 09:44:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n4J0im2b017765; Tue, 19 May 2009 09:44:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1M6DS3-0003EA-Gq; Tue, 19 May 2009 09:45:03 +0900 In-reply-to: (message from Stefan Monnier on Tue, 05 May 2009 21:06:26 -0400) X-detected-operating-system: by monty-python.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:110973 Archived-At: In article , Stefan Monnier writes: > > Question: is the variable `enable-character-translation' still used for > > anything, or is it obsolete? > AFAICT it's obsolete. No code implements the "feature" (I'm not even > sure what that feature would be), and no code uses it. Oops, I've forgotten to implement it in coding.c of emacs-unicode version. Emacs 22 surely payed attention to that variable. I'm going to implement it if there's no objection. The change will be quite small. --- Kenichi Handa handa@m17n.org