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: unused local variables Date: Thu, 29 Nov 2007 11:02:10 -0500 Message-ID: References: <20071129.213256.14693006.kazu@iij.ad.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196352195 31184 80.91.229.12 (29 Nov 2007 16:03:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 16:03:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kazu Yamamoto (=?utf-8?B?5bGx5pys5ZKM5b2m?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 17:03:23 2007 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 1Ixlqw-0003kH-N3 for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 17:03:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixlqh-0000Py-CR for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 11:02:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxlqJ-00009p-P8 for emacs-devel@gnu.org; Thu, 29 Nov 2007 11:02:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxlqA-0008Uf-HG for emacs-devel@gnu.org; Thu, 29 Nov 2007 11:02:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixlq9-0008Tx-Pt for emacs-devel@gnu.org; Thu, 29 Nov 2007 11:02:14 -0500 Original-Received: from tomts22-srv.bellnexxia.net ([209.226.175.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ixlq8-0005kA-D7 for emacs-devel@gnu.org; Thu, 29 Nov 2007 11:02:12 -0500 Original-Received: from toip6.srvr.bell.ca ([209.226.175.125]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071129160211.JCL18413.tomts22-srv.bellnexxia.net@toip6.srvr.bell.ca> for ; Thu, 29 Nov 2007 11:02:11 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq4HAL5xTkdGN4zh/2dsb2JhbACBWw Original-Received: from bas1-montreal42-1178045665.dsl.bell.ca (HELO pastel.home) ([70.55.140.225]) by toip6.srvr.bell.ca with ESMTP; 29 Nov 2007 11:00:00 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EDF2E7F61; Thu, 29 Nov 2007 11:02:10 -0500 (EST) In-Reply-To: <20071129.213256.14693006.kazu@iij.ad.jp> ("Kazu Yamamoto =?utf-8?B?KOWxseacrOWSjAnlvaYpIidz?= message of "Thu, 29 Nov 2007 21:32:56 +0900 (JST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:84307 Archived-At: > Please tell me how to detect unused local variables of Elisp. > The XEmacs byte compiler tells unused local variables. But I cannot > find the same method in Emacs. I have a local patch that does it. If there's interest I can clean it up and install it. Stefan