From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56920 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: CRM114 Mailfilter and spam.el Date: Mon, 05 Apr 2004 17:50:57 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87isgjpggh.fsf@virgil.koldfront.dk> <877jwwfwa6.fsf@virgil.koldfront.dk> <87ptangacp.fsf@virgil.koldfront.dk> <4nlllaimmi.fsf@b2-15-1.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081180459 12112 80.91.224.253 (5 Apr 2004 15:54:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2004 15:54:19 +0000 (UTC) Original-X-From: ding-owner+M5459@lists.math.uh.edu Mon Apr 05 17:54:10 2004 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 1BAWQM-000326-00 for ; Mon, 05 Apr 2004 17:54:10 +0200 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 1BAWPg-0000ow-00; Mon, 05 Apr 2004 10:53:28 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BAWPc-0000or-00 for ding@lists.math.uh.edu; Mon, 05 Apr 2004 10:53:24 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BAWPb-00015Z-4l for ding@lists.math.uh.edu; Mon, 05 Apr 2004 10:53:23 -0500 Original-Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by justine.libertine.org (Postfix) with ESMTP id 504B83A003D for ; Mon, 5 Apr 2004 10:53:21 -0500 (CDT) Original-Received: from [195.249.83.43] (0xc3f9532b.esnxr2.ras.tele.dk [195.249.83.43]) by pfepa.post.tele.dk (Postfix) with ESMTP id E3B9147FEC1 for ; Mon, 5 Apr 2004 17:53:13 +0200 (CEST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: <4nlllaimmi.fsf@b2-15-1.bwh.harvard.edu> (Ted Zlatanov's message of "Mon, 05 Apr 2004 09:24:05 -0400") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Spam-Score: -4.8 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56920 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56920 Ted Zlatanov writes: > On Sun, 04 Apr 2004, asjo@koldfront.dk wrote: > >> Agreed. It was copied from spam-bogofilter-path. For what it's >> worth, there are also spam-ifile-path, spam-spamassasin-path and >> spam-sa-learn-path there - so it is consistent with the naming in >> spam.el. > > That's my fault. I can change the variable names but it will break > backwards compatibility. Any opinions? I suppose you could do something like this to keep compatibility: (defvar spam-ifile-path nil) (make-obsolete-variable 'spam-ifile-path 'spam-ifile-program) (defcustom spam-ifile-program (or spam-ifile-path (executable-find "ifile")) `defvaralias' would be nicer, but it's not in Emacs 21.3. -- Jesper Harder