From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.w3m Subject: Re: Warning: `mapcar' called for effect; use `mapc' or... Date: Tue, 25 Sep 2007 11:39:20 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190687995 9717 80.91.229.12 (25 Sep 2007 02:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 02:39:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: emacs-w3m@namazu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 25 04:39:49 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 1Ia0Ky-0003g2-9g for ged-emacs-devel@m.gmane.org; Tue, 25 Sep 2007 04:39:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ia0Kv-0007hs-BP for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 22:39:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ia0Ks-0007hk-MF for emacs-devel@gnu.org; Mon, 24 Sep 2007 22:39:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ia0Kr-0007g0-4x for emacs-devel@gnu.org; Mon, 24 Sep 2007 22:39:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ia0Kq-0007fr-Ty for emacs-devel@gnu.org; Mon, 24 Sep 2007 22:39:40 -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 1Ia0Kq-00070t-JZ for emacs-devel@gnu.org; Mon, 24 Sep 2007 22:39:40 -0400 Original-Received: from [66.225.201.151] (port=39219 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1Ia0Kk-0004Ul-Cl; Mon, 24 Sep 2007 21:39:35 -0500 X-Hashcash: 1:20:070925:emacs-w3m@namazu.org::czBuqVU9EQ1ta1KT:000000000000000000000000000000000000000007erO X-Hashcash: 1:20:070925:emacs-devel@gnu.org::CtRQ3Gb9oRmFAxEt:000000000000000000000000000000000000000000882J 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:jtrkBOanE0ijOlTyp0zgq7mA/k4= 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: 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:79773 gmane.emacs.w3m:7014 Archived-At: >>>>> In [emacs-w3m : No.09652] Katsumi Yamaoka wrote: > In toplevel form: > shimbun/sb-tdiary.el:162:8:Warning: `mapcar' called for effect; use `mapc' or > `dolist' instead [...] > However, the last one is improper. The code warned is: > (luna-define-method shimbun-groups ((shimbun shimbun-tdiary)) > (mapcar 'car shimbun-tdiary-group-alist)) I must apologize for my silly misunderstanding. The warning in question is issued for the other code. Please ignore this. Sorry.