From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59130 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: Change in bytecomp.el breaks Gnus Date: Sun, 14 Nov 2004 15:10:44 +0900 Message-ID: References: <877jouepy8.fsf@telia.com> <200411111745.iABHji207636@raven.dms.auburn.edu> <871xezbtyh.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 1100412687 14305 80.91.229.6 (14 Nov 2004 06:11:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 06:11:27 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Luc Teirlinck , ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Sun Nov 14 07:11:13 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 1CTDbV-0006ZI-00 for ; Sun, 14 Nov 2004 07:11:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTDk8-0006gO-QX for gebp-emacs-pretest-bug@gmane.org; Sun, 14 Nov 2004 01:20:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTDk4-0006gJ-Mr for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 01:20:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTDk3-0006g6-Cy for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 01:20:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTDk3-0006g3-79 for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 01:20:03 -0500 Original-Received: from [69.61.11.2] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CTDb7-0002yI-KI for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 01:10:49 -0500 Original-Received: from yahoobb218118002075.bbtec.net ([218.118.2.75] helo=) by washington.hostforweb.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.42) id 1CTDbC-0002zW-V3; Sun, 14 Nov 2004 01:10:55 -0500 Original-To: Stefan X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:HQz7fzgNbgstdNr9zOE+Ini31ds= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: 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:4652 gmane.emacs.gnus.general:59130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59130 >>>>> In >>>>> Stefan wrote: >> (if (fboundp 'message) >> (defalias 'foo 'message) >> (defalias 'foo 'ignore)) > (defalias 'foo > (if (fboundp 'message) 'message 'ignore)) That's okay. >> If it is normal, we will have to use `eval-and-compile' to >> surround similar `defalias' forms in many places. > Yuck. Why do people feel like it's better to use ugly hacks than to get > a few warnings ? Because it will grow up to be not a few numbers of warnings if we don't take any countermeasure. It makes it hard to find important messages from such chaos. Gnus was made not to issue such negligible warnings until now.