From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47127 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: more spam.el fixes; spam-stat.el added Date: Fri, 11 Oct 2002 09:23:09 +0900 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034295825 30143 127.0.0.1 (11 Oct 2002 00:23:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2002 00:23:45 +0000 (UTC) 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 17znaf-0007pX-00 for ; Fri, 11 Oct 2002 02:23:41 +0200 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 17znab-0001I5-00; Thu, 10 Oct 2002 19:23:37 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 10 Oct 2002 19:24:19 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA20853 for ; Thu, 10 Oct 2002 19:24:09 -0500 (CDT) Original-Received: (qmail 14888 invoked by alias); 11 Oct 2002 00:23:21 -0000 Original-Received: (qmail 14883 invoked from network); 11 Oct 2002 00:23:20 -0000 Original-Received: from unknown (HELO mars.web-hosting.com) (207.228.244.150) by gnus.org with SMTP; 11 Oct 2002 00:23:20 -0000 Original-Received: from localhost ([207.228.245.242]) by mars.web-hosting.com (8.11.1/8.11.1) with ESMTP id g9B0NKi16948 for ; Thu, 10 Oct 2002 20:23:21 -0400 (EDT) Original-To: ding@gnus.org Mail-Copies-To: never User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence (RC3), sparc-sun-solaris2.6) X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:iysmaLrPIgSLIfUyXvaM+WX3Oi8= X-Hashcash: 021011:ding@gnus.org:24292acf6d9fb2e4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47127 Hi, >>>>> In >>>>> Ted Zlatanov 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