From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: rcirc.el Date: Mon, 10 Oct 2005 15:16:18 +0200 Message-ID: <20051010131618.GA8373@rocksteady.printf.se> References: <871x2u6ina.fsf@cut.bc.hsia.telus.net> <87oe5x65wh.fsf@cut.bc.hsia.telus.net> <20051010125809.GA7364@rocksteady.printf.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128950718 15643 80.91.229.2 (10 Oct 2005 13:25:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 13:25:18 +0000 (UTC) Cc: "Kim F. Storm" , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 15:25:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOxb3-0005Gw-R7 for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 15:21:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOxb3-0005w4-3i for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 09:21:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOxW0-0003FE-Nf for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:16:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOxVy-0003Dp-O0 for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:16:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOxVy-0003Df-HX for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:16:26 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EOxVy-0006PM-AH for emacs-devel@gnu.org; Mon, 10 Oct 2005 09:16:26 -0400 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 4349BBDB00020557; Mon, 10 Oct 2005 15:16:18 +0200 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id 6AA523F55; Mon, 10 Oct 2005 15:16:18 +0200 (CEST) Original-To: Ryan Yeske Content-Disposition: inline In-Reply-To: <20051010125809.GA7364@rocksteady.printf.se> 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:43797 Archived-At: Henrik Enberg writes: > Ryan Yeske writes: > > > storm@cua.dk (Kim F. Storm) writes: > > > > > > > > Do you really require cl at runtime or just at compile time? > > > > How can I find out? If I only use macros from the cl package? I must > > admit I don't really understand when to use (eval-when-compile > > (require 'cl)) and simply (require 'cl). > > AFAICT, `member-if' and `delete-if' are the only cl.el functions used. > > Another compile warning I saw was the use of the obsolete function > `read-input'. You probably want `read-string' instead. There is > also a `format' call with the wrong number of args. And a few very > long lines. Eh, it also uses `caddr' `cadddr' and `cdddr'.