From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65460 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Warning: `mapcar' called for effect; use `mapc' or `dolist' Date: Thu, 25 Oct 2007 07:18:13 +0900 Organization: Emacsen advocacy group Message-ID: References: <200710200643.l9K6h9gk021348@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193264319 27651 80.91.229.12 (24 Oct 2007 22:18:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 22:18:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 25 00:18:40 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IkoYf-0002fm-P7 for ged-emacs-devel@m.gmane.org; Thu, 25 Oct 2007 00:18:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkoYX-00059r-Fr for ged-emacs-devel@m.gmane.org; Wed, 24 Oct 2007 18:18:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkoYS-00058m-8h for emacs-devel@gnu.org; Wed, 24 Oct 2007 18:18:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkoYR-00058E-21 for emacs-devel@gnu.org; Wed, 24 Oct 2007 18:18:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkoYQ-00058B-TA for emacs-devel@gnu.org; Wed, 24 Oct 2007 18:18:22 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IkoYQ-00018P-O2 for emacs-devel@gnu.org; Wed, 24 Oct 2007 18:18:22 -0400 Original-Received: from [66.225.201.151] (port=56192 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1IkoYL-00086F-Nc; Wed, 24 Oct 2007 17:18:18 -0500 X-Hashcash: 1:20:071024:ding@gnus.org::45F16KbQEa354Ili:0000610y X-Hashcash: 1:20:071024:emacs-devel@gnu.org::a+G/Rt2WkV4c4cil:0000000000000000000000000000000000000000000MiT 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.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:VOMsZ76fhKKlsiLUFZC3odcIJK8= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.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-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81666 gmane.emacs.gnus.general:65460 Archived-At: >>>>> Reiner Steib wrote: > However, you also committed it to v5-10. As using `mapcar' is not a > bug and the changes might break the code, I'd prefer to install these > changes only in Gnus trunk (which will eventually be synced to Emacs > trunk), but not in v5-10 (and Emacs 22) unless there are other > arguments. An argument could be to keep the code in trunk and v5-10 > as close as possible. Oops, I misunderstood what the v5-10 branch is for. I'll revert the last change in the branch soon. Thanks.