From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50493 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent Customization check-in Date: Sun, 02 Mar 2003 20:42:57 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046659413 21658 80.91.224.249 (3 Mar 2003 02:43:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 02:43:33 +0000 (UTC) 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 18pfvP-0005dC-00 for ; Mon, 03 Mar 2003 03:43:32 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18pfvN-0004Sl-00; Sun, 02 Mar 2003 20:43:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 02 Mar 2003 20:44:29 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA26224 for ; Sun, 2 Mar 2003 20:44:18 -0600 (CST) Original-Received: (qmail 69507 invoked by alias); 3 Mar 2003 02:43:13 -0000 Original-Received: (qmail 69502 invoked from network); 3 Mar 2003 02:43:12 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 3 Mar 2003 02:43:12 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18pgDL-00068C-00 for ; Mon, 03 Mar 2003 04:02:03 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: 198.64.160.238 Original-X-Trace: quimby.gnus.org 1046660523 23571 198.64.160.238 (3 Mar 2003 03:02:03 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 3 Mar 2003 03:02:03 GMT User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:mRWA3fyZgctCStW0citla7musnc= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50493 Katsumi Yamaoka writes: > Hi, > >>>>>> In >>>>>> Kevin Greiner wrote: > >> Just to let everyone know, I just finished a rather large check-in. > > As you know, RMS requires that cl run-time functions should not > be used. However, in the functions gnus-category-edit-predicate, > gnus-category-edit-score and gnus-category-edit-groups, you used > the setf macro which is provided by cl-macs.el in the backquoted > forms. They all require cl at the run-time. > > We should take care not to use cl in everyday life. > Thanks. The setf forms have been removed. Kevin