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: Tue, 05 May 2009 21:06:26 -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 1241572012 32571 80.91.229.12 (6 May 2009 01:06:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2009 01:06:52 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 06 03:06:42 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 1M1Vaq-0002TS-4e for ged-emacs-devel@m.gmane.org; Wed, 06 May 2009 03:06:40 +0200 Original-Received: from localhost ([127.0.0.1]:36541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1Vap-0000Qp-Hv for ged-emacs-devel@m.gmane.org; Tue, 05 May 2009 21:06:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1Vaj-0000Ps-Ok for emacs-devel@gnu.org; Tue, 05 May 2009 21:06:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1Vae-0000NG-Pv for emacs-devel@gnu.org; Tue, 05 May 2009 21:06:33 -0400 Original-Received: from [199.232.76.173] (port=38176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1Vae-0000N2-HF for emacs-devel@gnu.org; Tue, 05 May 2009 21:06:28 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:57173 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1Vae-0001MF-1s for emacs-devel@gnu.org; Tue, 05 May 2009 21:06:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUFACB/AErO+IYe/2dsb2JhbACBUM4jhAEFhU4 X-IronPort-AV: E=Sophos;i="4.40,300,1238990400"; d="scan'208";a="38047201" Original-Received: from 206-248-134-30.dsl.teksavvy.com (HELO ceviche.home) ([206.248.134.30]) by ironport2-out.teksavvy.com with ESMTP; 05 May 2009 21:06:26 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 56A20B523F; Tue, 5 May 2009 21:06:26 -0400 (EDT) In-Reply-To: <873abkb3el.fsf@cyd.mit.edu> (Chong Yidong's message of "Tue, 05 May 2009 00:05:22 -0400") 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:110696 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. Stefan