From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: translation-table-for-input Date: Fri, 30 Jan 2009 16:22:56 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1233325462 20892 80.91.229.12 (30 Jan 2009 14:24:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2009 14:24:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 15:25:36 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 1LSuJE-0003rG-B2 for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 15:25:28 +0100 Original-Received: from localhost ([127.0.0.1]:54216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSuHv-0001Aw-PI for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 09:24:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSuGz-0000yG-R7 for emacs-devel@gnu.org; Fri, 30 Jan 2009 09:23:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSuGy-0000xd-NG for emacs-devel@gnu.org; Fri, 30 Jan 2009 09:23:09 -0500 Original-Received: from [199.232.76.173] (port=59185 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSuGy-0000xX-Fg for emacs-devel@gnu.org; Fri, 30 Jan 2009 09:23:08 -0500 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:15234) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSuGy-0004L6-1L for emacs-devel@gnu.org; Fri, 30 Jan 2009 09:23:08 -0500 Original-Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KEA00K00FQIAU00@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 30 Jan 2009 16:23:15 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.109.18]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KEA00LMAFYQV000@i-mtaout7.012.net.il>; Fri, 30 Jan 2009 16:23:15 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:108407 Archived-At: Compiling simple.el curses thusly: In quoted-insert: simple.el:692:22:Warning: `translation-table-for-input' is an obsolete variable (as of Emacs 23.1). In zap-to-char: simple.el:3150:21:Warning: `translation-table-for-input' is an obsolete variable (as of Emacs 23.1). simple.el:3151:28:Warning: `translation-table-for-input' is an obsolete variable (as of Emacs 23.1). I don't think we want to release Emacs 23 with these warnings. But what should references to `translation-table-for-input' be replaced with? I looked in etc/NEWS, and all it says is that this variable is obsolete, but doesn't offer any advice about the alternatives.