From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Bogus byte-compiler warnings Date: Mon, 13 Nov 2006 04:44:32 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1163411175 15353 80.91.229.2 (13 Nov 2006 09:46:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 09:46:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 10:46:07 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GjYOB-0006Ml-5s for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 10:46:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjYOA-0000Ku-Mo for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 04:46:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjYMl-0008Kv-59 for emacs-devel@gnu.org; Mon, 13 Nov 2006 04:44:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjYMk-0008Kc-HJ for emacs-devel@gnu.org; Mon, 13 Nov 2006 04:44:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjYMk-0008KX-3C for emacs-devel@gnu.org; Mon, 13 Nov 2006 04:44:34 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GjYMk-0002Gn-7G for emacs-devel@gnu.org; Mon, 13 Nov 2006 04:44:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GjYMi-0007lz-JO; Mon, 13 Nov 2006 04:44:32 -0500 Original-To: Reiner Steib In-reply-to: (message from Reiner Steib on Sun, 12 Nov 2006 14:27:51 +0100) 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:62187 Archived-At: foo-1 will not be called if it's not fbound. (Emacs complains about both, foo-1 and foo-2). What does that last sentence mean? When I compile that file, there is a warning for foo-1 but NO warning for foo-2. In what sense does Emacs "complain" about both? The reason there is a warning for foo-1 is that the code in the compiler to avoid such warnings recognizes only the simpler case (such as foo-2) and not the more complex case that foo-1 is. I would not mind if that code were made smarter.