From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51919 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Oort Gnus v0.19 is released Date: Mon, 28 Apr 2003 19:03:59 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87brys6r9t.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 1051549492 2288 80.91.224.249 (28 Apr 2003 17:04:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2003 17:04:52 +0000 (UTC) Original-X-From: ding-owner+M462@lists.math.uh.edu Mon Apr 28 19:04:50 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 19AC3e-0000ag-00 for ; Mon, 28 Apr 2003 19:04: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 19AC4e-0001v3-00; Mon, 28 Apr 2003 12:05:52 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AC4Z-0001uy-00 for ding@lists.math.uh.edu; Mon, 28 Apr 2003 12:05:47 -0500 Original-Received: (qmail 23654 invoked by alias); 28 Apr 2003 17:05:47 -0000 Original-Received: (qmail 23649 invoked from network); 28 Apr 2003 17:05:46 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 28 Apr 2003 17:05:46 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19ACBi-0006IK-00 for ; Mon, 28 Apr 2003 19:13:10 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: 0xc3f98260.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1051549990 24199 195.249.130.96 (28 Apr 2003 17:13:10 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 28 Apr 2003 17:13:10 GMT In-Reply-To: (Simon Josefsson's message of "Sun, 27 Apr 2003 17:26:53 +0200") X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Romain FRANCOISE writes: > >> Matthias Andree writes: >> >>> They have been showing up for some days now. >> >> Let me guess... since you upgraded to Emacs 21.3? 21.2 didn't show >> these warnings, and Emacs from CVS doesn't either, so it's probably 21.3 >> specific, and hence safe to ignore. > > Why should we ignore 21.3? It is the latest stable release, so > ignoring it doesn't seem ideal to me. We could replace (pop x) with (setq x (cdr x)) in those places. There is a grain of truth in the warnings, i.e. that pop is a tiny bit less efficient when we don't use the return value -- not that I think anyone would notice the difference.