From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50577 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent categories gone. Date: Wed, 05 Mar 2003 19:35:54 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <86ptp5lkz9.fsf@i3d.home> References: <86of4suzzl.fsf@i3d.home> <868yvww7fo.fsf@i3d.home> <86heaj9041.fsf@i3d.home> <86smu3z2d2.fsf@i3d.home> <86u1eh968j.fsf@i3d.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046889310 25972 80.91.224.249 (5 Mar 2003 18:35:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2003 18:35:10 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Wed Mar 05 19:35:09 2003 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 18qdiu-0006iZ-00 for ; Wed, 05 Mar 2003 19:34:36 +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 18qdig-0004aM-00; Wed, 05 Mar 2003 12:34:22 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 05 Mar 2003 12:35:22 -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 MAA03828 for ; Wed, 5 Mar 2003 12:35:10 -0600 (CST) Original-Received: (qmail 6223 invoked by alias); 5 Mar 2003 18:34:05 -0000 Original-Received: (qmail 6218 invoked from network); 5 Mar 2003 18:34:05 -0000 Original-Received: from mail01.solnet.ch (212.101.4.135) by 66.230.238.6 with SMTP; 5 Mar 2003 18:34:05 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by mail01.solnet.ch (Postfix) with ESMTP id BDC256291C for ; Wed, 5 Mar 2003 18:34:03 +0000 (GMT) Original-Received: from i3d.home (adsl-212-41-64-110.solnet.ch [212.41.64.110]) by mail01.solnet.ch (Postfix) with ESMTP id 9B4336291B for ; Wed, 5 Mar 2003 18:34:02 +0000 (GMT) Original-Received: from dada by i3d.home with local (Exim 3.35 #1 (Debian)) id 18qdkA-000086-00; Wed, 05 Mar 2003 19:35:54 +0100 Original-To: ding@gnus.org In-Reply-To: (Kevin Greiner's message of "Wed, 05 Mar 2003 11:18:27 -0600") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) X-Virus-Scanned: by SolNet mail01.solnet.ch Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50577 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50577 Kevin Greiner writes: > OK, let's see... mapcar* is part of cl and RMS, as I was recently > informed :), doesn't approve of using run-time cl (In fact, that IS > the problem. The (require 'cl) in gnus-agent is wrapped up in a > eval-when-compile form so the cl package hasn't been loaded and > mapcar* is undefined). Yes: M-: (require 'cl) M-: (gnus-category-read) gives the right result now. > I'll write a replacement expression later today. Thank you in advance :-) Robert