From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52061 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Oort Gnus v0.19 is released Date: Thu, 01 May 2003 14:39:50 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87brys6r9t.fsf@orebokech.com> <87el3odk1e.fsf@orebokech.com> <87smrzdobl.fsf@orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051792755 27164 80.91.224.249 (1 May 2003 12:39:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 12:39:15 +0000 (UTC) Original-X-From: ding-owner+M604@lists.math.uh.edu Thu May 01 14:39:12 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19BDKr-00072S-00 for ; Thu, 01 May 2003 14:38:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19BDLy-0001TH-00; Thu, 01 May 2003 07:39:58 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19BDLu-0001TC-00 for ding@lists.math.uh.edu; Thu, 01 May 2003 07:39:54 -0500 Original-Received: (qmail 56590 invoked by alias); 1 May 2003 12:39:54 -0000 Original-Received: (qmail 56584 invoked from network); 1 May 2003 12:39:53 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 1 May 2003 12:39:53 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h41CdobU014628 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 1 May 2003 14:39:51 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030501:ding@gnus.org:e264c1755dab7a04 X-Hashcash: 0:030501:ding@gnus.org:e264c1755dab7a04 In-Reply-To: <87smrzdobl.fsf@orebokech.com> (Romain FRANCOISE's message of "Thu, 01 May 2003 11:10:54 +0200") User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52061 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52061 Romain FRANCOISE writes: > Lars Magne Ingebrigtsen writes: > >> But is there any way to shut up the compiler in Emacs 21.3? > > There's always `byte-compile-warnings', but I don't think it's a > solution... I'd follow Jesper's advice and replace all those offending > pops with good old setqs and cdrs. :-) At least replace it by a gnus-pop. Replacing it with setq/cdr makes for unreadable code IMHO. But I don't think we should change it, the warning in Emacs 21.3 was incorrect and has been removed now.