From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: translation-table-for-input Date: Sun, 01 Feb 2009 01:30:49 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1233470142 13479 80.91.229.12 (1 Feb 2009 06:35:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2009 06:35:42 +0000 (UTC) Cc: eliz@gnu.org, handa@m17n.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 01 07:36:52 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 1LTVwe-0003wf-F9 for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2009 07:36:40 +0100 Original-Received: from localhost ([127.0.0.1]:60284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTVvL-0001qp-Pt for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2009 01:35:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTVsj-0000g5-SF for emacs-devel@gnu.org; Sun, 01 Feb 2009 01:32:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTVsi-0000fV-2q for emacs-devel@gnu.org; Sun, 01 Feb 2009 01:32:37 -0500 Original-Received: from [199.232.76.173] (port=57852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTVsh-0000fQ-QY for emacs-devel@gnu.org; Sun, 01 Feb 2009 01:32:35 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59089) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTVsh-0002m3-JK for emacs-devel@gnu.org; Sun, 01 Feb 2009 01:32:35 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LTVqz-0001Zb-UY; Sun, 01 Feb 2009 01:30:50 -0500 In-reply-to: (message from Stefan Monnier on Fri, 30 Jan 2009 20:50:50 -0500) 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:108500 Archived-At: These `obsolete' warnings are a general problem: we have no way to say "yes, I know this variable is obsolete, but this is the implementation rather than a use of the feature". The closest we have is with-no-warnings, which is a rather blunt tool. It is not blunt if you use it around a small piece of code with a comment to explain why.