From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59132 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 22:44:26 +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 1100439890 30272 80.91.229.6 (14 Nov 2004 13:44:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 13:44:50 +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 14:44:39 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 1CTKgJ-0002WN-00 for ; Sun, 14 Nov 2004 14:44:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTKox-0000Da-IM for gebp-emacs-pretest-bug@gmane.org; Sun, 14 Nov 2004 08:53:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTKot-0000DV-Ce for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 08:53:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTKos-0000DJ-W2 for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 08:53:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTKos-0000DG-Tr for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 08:53:30 -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 1CTKgC-0000fL-NF for emacs-pretest-bug@gnu.org; Sun, 14 Nov 2004 08:44:32 -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 1CTKgC-0005kb-L3; Sun, 14 Nov 2004 08:44:33 -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:2JgNESCikGJv0n2yvhT0v3yRjro= 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:4659 gmane.emacs.gnus.general:59132 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59132 >>>>> In >>>>> Stefan wrote: > I'm not sure you realize that my code is not just shorter but it gets you > rid of the warning (if you use a recent enough version of Emacs-CVS). Yes, I know we get a lot of warnings to Gnus modules while bootstrapping Emacs CVS. Even though there's a serious problem, it will be buried into them. OTOH, Gnus CVS filters those negligible warnings carefully using dgnushack.el and lpath.el. It is useful to finding something wrong when performing `make'. >>> (defalias 'foo >>> (if (fboundp 'message) 'message 'ignore)) >> That's okay. That I wrote `okay' means that we will have to modify them in Gnus if it is really necessity (i.e., the case where it is unable to silence bytecomp).