At 07:38 AM 3/28/01 +0200, you wrote:
>> > Wouldn't it be cleaner just to change line 110 from 
>> > 
>> > (if (which "wget")
>> > 
>> > to 
>> > 
>> > (if (executable-find "wget")
>> > 
>> > executable-find has the advantage of being in the standard emacs
>> > distribution (Emacs 20.7), so there's no need to bundle anything
>> > further with the JDE or to define any new functions.  I 
>> don't know if
>> > it's included in earlier versions of Emacs or in XEmacs, 
>> but the file
>> > does look like it's been in there for a few years.
>> 
>> I'm running XEmacs 21.1.14 and it appears it doesn't have
>> executable-find. So I guess we still need which.el...
>
>Yes and No. Yes because JDE needs it´s own function (cause of the
>lack of XEmacs not to have executable-find) and No because

Does the XEmacs distribution include any equivalent to executable-find?


- Paul

Reply via email to