From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66855 Path: news.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir.el cleanup Date: Sun, 20 Apr 2008 17:39:19 +0200 Message-ID: <87k5isa5vc.fsf@ID-24456.user.uni-berlin.de> References: <87y77fiszu.fsf@ID-24456.user.uni-berlin.de> <87lk3fvw4l.fsf@ID-24456.user.uni-berlin.de> <873apmapq9.fsf_-_@ID-24456.user.uni-berlin.de> Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1208706311 24033 80.91.229.12 (20 Apr 2008 15:45:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 15:45:11 +0000 (UTC) Cc: ding@gnus.org To: Justus@piater.name Original-X-From: ding-owner+M15337@lists.math.uh.edu Sun Apr 20 17:45:46 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jnbjd-0006mc-A1 for ding-account@gmane.org; Sun, 20 Apr 2008 17:45:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Jnbih-0003lL-OD; Sun, 20 Apr 2008 10:44:47 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Jnbig-0003kz-9D for ding@lists.math.uh.edu; Sun, 20 Apr 2008 10:44:46 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jnbia-000279-2B for ding@lists.math.uh.edu; Sun, 20 Apr 2008 10:44:46 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by quimby.gnus.org with smtp (Exim 3.35 #1 (Debian)) id 1Jnbil-0001BM-00 for ; Sun, 20 Apr 2008 17:44:51 +0200 Original-Received: (qmail invoked by alias); 20 Apr 2008 15:44:08 -0000 Original-Received: from p50893276.dip0.t-ipconnect.de (EHLO brabbelbox) [80.137.50.118] by mail.gmx.net (mp029) with SMTP; 20 Apr 2008 17:44:08 +0200 X-Authenticated: #4523881 X-Provags-ID: V01U2FsdGVkX1+94vYDR0m9KuWuEvE5Ba+wOFhhqFEHTFJfrJyRxX uS5pdgf1FZ1/DO Original-Received: by brabbelbox (Postfix, from userid 1000) id 4B09BEB4001; Sun, 20 Apr 2008 17:44:08 +0200 (CEST) X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA X-Now-Playing: Karmakanic - 2004 - Wheel of Life - 05 - Where Earth meets the Sky X-Hashcash: 1:20:080420:ding@gnus.org::p6ArHMo/pRVi5pjP:00002o7E X-Hashcash: 1:20:080420:justus@piater.name::HXmL98wFwGo9zlWM:0000000000000000000000000000000000000000000AxOO In-Reply-To: (Reiner Steib's message of "Sun, 20 Apr 2008 12:09:53 +0200") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 X-Y-GMX-Trusted: 0 X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66855 Archived-At: Hi Reiner, > Could someone look into the compiler warnings, please? I don't > understand what the warnings about the arguments are about. With CVS Emacs i get mostly warnings, interestingly. Some mapcars are only used for side-effect and can be replace by mapc. The 'reference to free variable' are due moving code outside a context where the variables where defined as parameter or in a `let'-binding. Simply make a new `let' binding. I do not get any 'argument' warnings here. With kind regards, Christoph