From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: enable-character-translation Date: Mon, 18 May 2009 21:09:18 -0400 Message-ID: References: <873abkb3el.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1242695321 23582 80.91.229.12 (19 May 2009 01:08:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2009 01:08:41 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 19 03:08:33 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 1M6Dom-0003KR-UC for ged-emacs-devel@m.gmane.org; Tue, 19 May 2009 03:08:33 +0200 Original-Received: from localhost ([127.0.0.1]:54433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Dol-000719-TY for ged-emacs-devel@m.gmane.org; Mon, 18 May 2009 21:08:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6Doh-000714-Aa for emacs-devel@gnu.org; Mon, 18 May 2009 21:08:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6Doc-00070s-VP for emacs-devel@gnu.org; Mon, 18 May 2009 21:08:26 -0400 Original-Received: from [199.232.76.173] (port=43602 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Doc-00070p-QT for emacs-devel@gnu.org; Mon, 18 May 2009 21:08:22 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:19001 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6Doc-0001tz-G4 for emacs-devel@gnu.org; Mon, 18 May 2009 21:08:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugEABKjEUpMCovv/2dsb2JhbACBT8wwhAEFhWo X-IronPort-AV: E=Sophos;i="4.41,212,1241409600"; d="scan'208";a="38743462" Original-Received: from 76-10-139-239.dsl.teksavvy.com (HELO pastel.home) ([76.10.139.239]) by ironport2-out.teksavvy.com with ESMTP; 18 May 2009 21:08:21 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E20137F29; Mon, 18 May 2009 21:09:18 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Tue, 19 May 2009 09:45:03 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110974 Archived-At: >> > 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. Since nobody noticed the absence of the feature, it sounds like a great way to waste time ;-) Stefan