Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: more spam.el fixes; spam-stat.el added
Date: Fri, 11 Oct 2002 09:23:09 +0900	[thread overview]
Message-ID: <yotlr8exg6xe.fsf@jpl.org> (raw)
In-Reply-To: <m3u1ju2tt9.fsf@heechee.beld.net>

Hi,

>>>>> In <m3u1ju2tt9.fsf@heechee.beld.net>
>>>>>	Ted Zlatanov <tzz@lifelogs.com> wrote:

> spam-stat.el from Alex Schroeder was added to the CVS.  It does
> statistical spam analysis (like bogofilter, for instance) in Lisp, so
> you don't need extra packages installed...

spam-stat.el uses gethash, hash-table-count, make-hash-table and
mapc which are the cl runtime functions under Emacs 20.  puthash
is available as cl-puthash, with-syntax-table is not...
May this be released?  It is difficult to mount them using
define-compiler-macro in the way of dgnushack.el.

...emacs-20.7 -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile
[...]
Wrote /Work/gnus/lisp/smime.elc
Loading cl-extra...
While compiling the end of the data in file /Work/gnus/lisp/spam-stat.el:
  ** The following functions are not known to be defined:
    with-syntax-table, puthash
Wrote /Work/gnus/lisp/spam-stat.elc

I came to think that Gnus may forsake Emacs 20. ;-)
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



      reply	other threads:[~2002-10-11  0:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-10 15:32 Ted Zlatanov
2002-10-11  0:23 ` Katsumi Yamaoka [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=yotlr8exg6xe.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).