From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: unused local variables Date: Thu, 29 Nov 2007 16:31:41 +0100 Message-ID: <87wss1qd9e.fsf@ambire.localdomain> References: <20071129.213256.14693006.kazu@iij.ad.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=shift_jis Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196350418 24225 80.91.229.12 (29 Nov 2007 15:33:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 15:33:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kazu Yamamoto (=?shift_jis?B?jlKWe5hhlUY=?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 16:33:46 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 1IxlOX-0006n1-8J for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 16:33:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxlOH-0008HO-P7 for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 10:33:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxlOD-0008Co-C9 for emacs-devel@gnu.org; Thu, 29 Nov 2007 10:33:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxlOB-00089b-NK for emacs-devel@gnu.org; Thu, 29 Nov 2007 10:33:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxlOB-00089K-JZ for emacs-devel@gnu.org; Thu, 29 Nov 2007 10:33:19 -0500 Original-Received: from ppp-75-33.21-151.libero.it ([151.21.33.75] helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IxlOA-0001OC-SE for emacs-devel@gnu.org; Thu, 29 Nov 2007 10:33:19 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1IxlMb-0002jP-TH; Thu, 29 Nov 2007 16:31:41 +0100 In-Reply-To: <20071129.213256.14693006.kazu@iij.ad.jp> ("Kazu Yamamoto =?shift_jis?B?KI5SlnuYYQmVRikiJ3M=?= 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: 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:84304 Archived-At: () Kazu Yamamoto (=8ER=96{=98a=95F) () Thu, 29 Nov 2007 21:32:56 +0900 (JST) Please tell me how to detect unused local variables of Elisp. what does "unused" mean, precisely? can you give an example? thi