From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: translation-table-for-input Date: Sat, 07 Feb 2009 21:00:20 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234058563 3133 80.91.229.12 (8 Feb 2009 02:02:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2009 02:02:43 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 08 03:03:58 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 1LVz1Z-0001kV-6N for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2009 03:03:57 +0100 Original-Received: from localhost ([127.0.0.1]:39506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVz0G-0004de-3c for ged-emacs-devel@m.gmane.org; Sat, 07 Feb 2009 21:02:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVyzx-0004XY-NG for emacs-devel@gnu.org; Sat, 07 Feb 2009 21:02:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVyzw-0004Wn-8A for emacs-devel@gnu.org; Sat, 07 Feb 2009 21:02:17 -0500 Original-Received: from [199.232.76.173] (port=52743 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVyzw-0004Wh-0B for emacs-devel@gnu.org; Sat, 07 Feb 2009 21:02:16 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33400) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVyzv-0001ys-IF for emacs-devel@gnu.org; Sat, 07 Feb 2009 21:02:15 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LVyy4-0001nX-91; Sat, 07 Feb 2009 21:00:20 -0500 X-Spook: offensive information warfare Aladdin Juiliett Class X-Ran: T8[JX=q)>nU/9H@-^%$nQ|E~A0NOyWZ.+TbjPXnXG)(]P (Eli Zaretskii's message of "Sat, 07 Feb 2009 12:50:05 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108863 Archived-At: Eli Zaretskii wrote: > I ended up removing the make-obsolete-variable call for > translation-table-for-input, I'm as anti-compilation-warnings as the next person, but I think that was a bit much. It is obsolete and should be marked as such. I had no problem just ignoring the warning.