From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47065 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el and missing functions Date: Wed, 09 Oct 2002 03:35:37 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1034127458 4704 127.0.0.1 (9 Oct 2002 01:37:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 01:37:38 +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 17z5n6-0001Di-00 for ; Wed, 09 Oct 2002 03:37:37 +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 17z5mq-00054o-00; Tue, 08 Oct 2002 20:37:21 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 08 Oct 2002 20:38:04 -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 UAA15692 for ; Tue, 8 Oct 2002 20:37:53 -0500 (CDT) Original-Received: (qmail 289 invoked by alias); 9 Oct 2002 01:37:05 -0000 Original-Received: (qmail 284 invoked from network); 9 Oct 2002 01:37:05 -0000 Original-Received: from pfepb.post.tele.dk (193.162.153.3) by gnus.org with SMTP; 9 Oct 2002 01:37:05 -0000 Original-Received: from defun.localdomain (0xc3f95314.esnxr2.ras.tele.dk [195.249.83.20]) by pfepb.post.tele.dk (Postfix) with ESMTP id 12EDA5EE9D8 for ; Wed, 9 Oct 2002 03:37:04 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: (pinard@iro.umontreal.ca's message of "Tue, 08 Oct 2002 19:57:40 -0400") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47065 pinard@iro.umontreal.ca (François Pinard) writes: > [Jesper Harder] > >> I don't think I understand why a compatibility function is needed. >> Doesn't both Emacs and XEmacs have 'executable.el'? > > I do not know about now, but when I wrote it, this surely was because > I stumbled on some [X]Emacs which did not have the function. I'm not > enough of an academician for creating solutions and problems all at > once... :-). I guess it would have to be XEmacs since Emacs doesn't have `locate-file'. Anyway, `executable-find' is autoloaded in several other Gnus files: binhex.el, uudecode.el, mm-decode.el et al. So, it probably doesn't break anything (that's not already broken) to use the same method in spam.el.