Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Subject: Re: gnus-agentize versus emacs 20 mapc
Date: Sat, 29 Nov 2003 07:31:36 +1000	[thread overview]
Message-ID: <87n0ag41tz.fsf@zip.com.au> (raw)
In-Reply-To: <b9yoeuzvpvw.fsf@jpl.org> (Katsumi Yamaoka's message of "Wed, 26 Nov 2003 11:13:06 +0900")

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Katsumi Yamaoka <yamaoka@jpl.org> writes:
>
> That is only for smap-stat and Emacs 20 users.

What I meant is that since you've added mapc as a macro there's no
need for spam-stat.el to test mapc when it thinks about loading 'cl.

        * spam-stat.el: Remove mapc from functions tested to load from 'cl,
        now that mapc is in dgnushack.el.

But I don't know how to use spam-stat, so I haven't tested this.


[-- Attachment #2: spam-stat.el.mapc.diff --]
[-- Type: text/plain, Size: 405 bytes --]

--- spam-stat.el.~6.14.~	2003-11-26 07:41:18.000000000 +1000
+++ spam-stat.el	2003-11-29 07:26:13.000000000 +1000
@@ -197,7 +197,7 @@ (defvar spam-stat-buffer-name " *spam st
 
 (when (memq nil (mapcar 'fboundp
 			'(gethash hash-table-count make-hash-table
-				  mapc puthash)))
+				  puthash)))
   (require 'cl)
   (unless (fboundp 'puthash)
     ;; alias puthash is missing from Emacs 20 cl-extra.el

      parent reply	other threads:[~2003-11-28 21:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-24 23:29 Kevin Ryde
2003-11-24 23:57 ` Katsumi Yamaoka
2003-11-25  3:45   ` Kevin Greiner
2003-11-25  4:18     ` Katsumi Yamaoka
2003-11-25 21:47     ` Kevin Ryde
2003-11-26  2:13       ` Katsumi Yamaoka
2003-11-26 11:34         ` Using CL in Gnus (was: gnus-agentize versus emacs 20 mapc) Reiner Steib
2003-11-26 12:23           ` Using CL in Gnus Katsumi Yamaoka
2003-11-26 17:38             ` Reiner Steib
2003-11-26 19:46               ` Karl Pflästerer
2003-11-27 22:41                 ` Reiner Steib
2003-11-28 16:30                   ` Karl Pflästerer
2003-11-28 17:08                     ` Jesper Harder
2003-11-29  8:04                       ` Miles Bader
2003-11-29  9:10                         ` Jesper Harder
2003-11-29 12:37                           ` Miles Bader
2003-12-01 21:23               ` Ted Zlatanov
2003-12-01 22:54                 ` Katsumi Yamaoka
2003-11-30 13:22           ` Using CL in Gnus (was: gnus-agentize versus emacs 20 mapc) Per Abrahamsen
2003-11-28 21:31         ` Kevin Ryde [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87n0ag41tz.fsf@zip.com.au \
    --to=user42@zip.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).