From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: strange byte compiler behavior Date: Mon, 31 Dec 2007 14:42:04 -0800 Message-ID: <200712312242.lBVMgAAg019371@oogie-boogie.ics.uci.edu> References: <200712312055.lBVKteSa012881@oogie-boogie.ics.uci.edu> <47796135.8040900@gmx.at> <200712312211.lBVMBYgL017584@oogie-boogie.ics.uci.edu> <47796D74.20801@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199141149 31861 80.91.229.12 (31 Dec 2007 22:45:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Dec 2007 22:45:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 31 23:46:02 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 1J9TOR-0002aW-FC for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2007 23:45:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9TO5-0000bC-PB for ged-emacs-devel@m.gmane.org; Mon, 31 Dec 2007 17:45:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9TNz-0000Zb-J2 for emacs-devel@gnu.org; Mon, 31 Dec 2007 17:45:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9TNx-0000Yr-Sa for emacs-devel@gnu.org; Mon, 31 Dec 2007 17:45:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9TNx-0000Yc-IK for emacs-devel@gnu.org; Mon, 31 Dec 2007 17:45:29 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J9TNx-0000BL-91 for emacs-devel@gnu.org; Mon, 31 Dec 2007 17:45:29 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lBVMgAAg019371; Mon, 31 Dec 2007 14:42:10 -0800 (PST) In-Reply-To: <47796D74.20801@gmx.at> (martin rudalics's message of "Mon, 31 Dec 2007 23:30:12 +0100") Original-Lines: 10 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 9 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:85776 Archived-At: martin rudalics writes: > > Interesting. No warning is ever issued for this one, and an incorrect > > one is issued for another occurrence of `file' in that file in > > interactive mode. > > IIRC, it's a known issue with the byte-compiler. The "incorrect" > warning you see is the warning for the one I mention. Doubtful, I fixed that issue in my tree and I still get a warning.