From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54929 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.gnus.general Subject: gnus-agentize versus emacs 20 mapc Date: Tue, 25 Nov 2003 09:29:23 +1000 Organization: Bah Humbug Sender: ding-owner@lists.math.uh.edu Message-ID: <87oev1uyzw.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069716598 24632 80.91.224.253 (24 Nov 2003 23:29:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2003 23:29:58 +0000 (UTC) Original-X-From: ding-owner+M3469@lists.math.uh.edu Tue Nov 25 00:29:56 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOQ9T-0008Aj-00 for ; Tue, 25 Nov 2003 00:29:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AOQ9N-0005U9-00; Mon, 24 Nov 2003 17:29:49 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AOQ9J-0005U4-00 for ding@lists.math.uh.edu; Mon, 24 Nov 2003 17:29:45 -0600 Original-Received: from snoopy.pacific.net.au (snoopy.pacific.net.au [61.8.0.36]) by justine.libertine.org (Postfix) with ESMTP id 8DD103A003B for ; Mon, 24 Nov 2003 17:29:43 -0600 (CST) Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id hAONTci0006076 for ; Tue, 25 Nov 2003 10:29:38 +1100 Original-Received: from localhost (ppp47.dyn228.pacific.net.au [203.143.228.47]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id hAONRgMX003194 for ; Tue, 25 Nov 2003 10:27:43 +1100 Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1AOQ92-0001WN-00; Tue, 25 Nov 2003 09:29:28 +1000 Original-To: ding@gnus.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54929 I tried to startup today's cvs under emacs 20 but it died in gnus-agentize, apparently missing mapc Signaling: (void-function mapc) mapc(#[(server-or-method) "^H\211^Y\203^O^@ <\203^O^@ \206\227^@\306 \$ gnus-agentize() gnus-1(nil nil nil) gnus(nil) call-interactively(gnus) execute-extended-command(nil) call-interactively(execute-extended-command) Does one have to require 'cl to use mapc, not just eval-when-compile? I'm not up with the way that stuff is supposed to work. If gnus-agentize is only iterating over a few methods then perhaps just mapcar would be enough.