From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47062 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 01:38:53 +0200 Organization: http://purl.org/harder/ 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 1034120584 11509 127.0.0.1 (8 Oct 2002 23:43:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2002 23:43:04 +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 17z40F-0002zO-00 for ; Wed, 09 Oct 2002 01:43:03 +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 17z3xm-0004S2-00; Tue, 08 Oct 2002 18:40:30 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 08 Oct 2002 18:41:13 -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 SAA15507 for ; Tue, 8 Oct 2002 18:41:02 -0500 (CDT) Original-Received: (qmail 18712 invoked by alias); 8 Oct 2002 23:40:13 -0000 Original-Received: (qmail 18707 invoked from network); 8 Oct 2002 23:40:13 -0000 Original-Received: from pfepb.post.tele.dk (193.162.153.3) by gnus.org with SMTP; 8 Oct 2002 23:40:13 -0000 Original-Received: from defun.localdomain (0xc3d7e098.esnxr4.ras.tele.dk [195.215.224.152]) by pfepb.post.tele.dk (Postfix) with ESMTP id 616E45EE43E for ; Wed, 9 Oct 2002 01:40:11 +0200 (CEST) Original-To: ding@gnus.org X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; (Ted Zlatanov's message of "Tue, 08 Oct 2002 10:42:22 -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:47062 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47062 Ted Zlatanov writes: > locate-file is used by this code: > > ;; FIXME! I do not know if Gnus has a compatibility function for > ;; `executable-find'. I don't think I understand why a compatibility function is needed. Doesn't both Emacs and XEmacs have 'executable.el'? > I would appreciate suggestions, I don't know the right way to fix > this. How about autoloading it: (autoload 'executable-find "executable")