From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59163 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: Change in bytecomp.el breaks Gnus Date: Mon, 15 Nov 2004 10:36:52 -0500 Message-ID: References: <877jouepy8.fsf@telia.com> <200411111745.iABHji207636@raven.dms.auburn.edu> <871xezbtyh.fsf-monnier+emacs@gnu.org> <200411141729.iAEHTSQ24178@raven.dms.auburn.edu> <877joo45bz.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100533042 21656 80.91.229.6 (15 Nov 2004 15:37:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 15:37:22 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, yamaoka@jpl.org, teirllm@dms.auburn.edu, ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Nov 15 16:37:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTiuj-00036o-00 for ; Mon, 15 Nov 2004 16:37:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTj3Q-0006qo-OE for gebp-emacs-pretest-bug@gmane.org; Mon, 15 Nov 2004 10:46:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTj3M-0006nb-6N for emacs-pretest-bug@gnu.org; Mon, 15 Nov 2004 10:46:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTj3L-0006ms-ML for emacs-pretest-bug@gnu.org; Mon, 15 Nov 2004 10:46:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTj3L-0006mc-IC for emacs-pretest-bug@gnu.org; Mon, 15 Nov 2004 10:46:03 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTiuY-0002EQ-9i; Mon, 15 Nov 2004 10:36:58 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id F07618282B2; Mon, 15 Nov 2004 10:36:57 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 7230B4AC060; Mon, 15 Nov 2004 10:36:53 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id E6C218CA69; Mon, 15 Nov 2004 10:36:52 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 15 Nov 2004 09:00:12 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5) X-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: emacs-pretest-bug.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:4674 gmane.emacs.gnus.general:59163 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59163 > Many of those warnings are bogus. > Perhaps the ones that remain are bogus, but that's because I fixed > many real ones that used to occur. Indeed. I find the warning very useful. > One of the most common case of "bogus" is when a CL function is used > in a macro and this macro is only used inside the file, so it's only > used during byte-compilation and never at runtime. > I think the right fix for that is with-no-warnings. However, it could be > that the code that generates this warning can be improved. Yes, I have no good idea how to improve it, but hopefully an idea will show up at some point. In the mean time with-no-warning is the best we have. Stefan