Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Gnus always loads cl
Date: Tue, 15 Oct 2002 07:46:33 +0900	[thread overview]
Message-ID: <yotllm508wqe.fsf@jpl.org> (raw)
In-Reply-To: <87u1jolt7k.fsf@crybaby.cs.uni-dortmund.de>

>>>>> In <87u1jolt7k.fsf@crybaby.cs.uni-dortmund.de>
>>>>>	Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote:

>> I've believed for a long time that we must not load cl while
>> running Gnus.  It seems that it is required by FSF Emacs or RMS.

Kai> Yes.  But this holds for Emacs only, so since new Gnus versions will
Kai> be added only to new Emacs versions, it should be okay to require cl
Kai> in Emacs 20.

That's quite lucid!  Thank you.
I've added the following lines in spam-stat.el instantly.

(eval-and-compile
  (when (= emacs-major-version 20)
    ;; gethash, hash-table-count, make-hash-table, mapc
    (require 'cl)
    (defalias 'puthash 'cl-puthash)))

(eval-when-compile
  (unless (fboundp 'with-syntax-table)
    ;; Imported from Emacs 21.2
    (defmacro with-syntax-table (table &rest body)
[...]
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-10-14 22:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-08 11:24 Katsumi Yamaoka
2002-10-10 11:12 ` Katsumi Yamaoka
2002-10-14  9:15   ` Katsumi Yamaoka
2002-10-14 19:24     ` Kai Großjohann
2002-10-14 22:46       ` Katsumi Yamaoka [this message]
2002-10-15  6:41         ` Kai Großjohann
2002-10-15  9:29           ` Katsumi Yamaoka
2002-10-15 13:54             ` Kai Großjohann
2002-10-15 15:46               ` Katsumi
2002-10-15 19:27                 ` Kai Großjohann
2002-10-16 12:11                   ` Katsumi Yamaoka
2002-10-15 21:34             ` Alex Schroeder
2002-12-29  0:18     ` Lars Magne Ingebrigtsen

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=yotllm508wqe.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).