From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: Re: assignment to free variable byte compiler warnings Date: Sat, 23 Feb 2008 19:00:28 -0800 Message-ID: <200802240300.m1O30SkJ012229@sallyv1.ics.uci.edu> References: <200802230625.m1N6PPUB021666@sallyv1.ics.uci.edu> <47BFE199.9080503@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203822103 32106 80.91.229.12 (24 Feb 2008 03:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 03:01:43 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 24 04:02:08 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JT77v-0001XF-OD for geb-bug-gnu-emacs@m.gmane.org; Sun, 24 Feb 2008 04:02:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT77Q-0004Bk-CG for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Feb 2008 22:01:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT77L-0004AR-Rn for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2008 22:01:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT77L-000492-5j for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2008 22:01:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT77L-00048v-1Y for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2008 22:01:31 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JT77K-00055u-CV for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2008 22:01:30 -0500 X-ICS-MailScanner-Watermark: 1204426830.67109@0EcYLfP5LZZQ0LRSrZwXNQ Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m1O30SkJ012229; Sat, 23 Feb 2008 19:00:28 -0800 (PST) In-Reply-To: <47BFE199.9080503@gmx.at> (martin rudalics's message of "Sat, 23 Feb 2008 10:04:25 +0100") Original-Lines: 11 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17572 Archived-At: martin rudalics writes: > > As has been discussed on emacs-devel the byte compiler does not issue > > some free variable warnings because of using boundp on variable names > > that are let-bound inside the byte compiler. Renaming some let-bound > > variables in the byte compiler reveals these warnings: > > Unless you have already done so: Wouldn't it be reasonable if you > installed your re-namings in bytecomp.el? No opinion... If a bytecomp maintainers asks for it, I can install the change.