help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eshell - win32 - executable files


From: John Wiegley
Subject: Re: eshell - win32 - executable files
Date: Sun, 19 Jan 2003 00:12:46 -0700
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

>>>>> On Sun Jan 19, matt writes:

>       (defcustom eshell-binary-suffixes (if
> (eshell-under-windows-p) '(".exe" ".com" ".bat" ".cmd" "") '(""))
> "*A list of suffixes used when searching for executable files."

> I added ".pl" to the list. I tried load-file, load-library, and
> emacs-lisp-byte-compile-and-load. No luck. Is there somewhere else
> I should be setting this?

Try this, in your .emacs:

(eval-after-load "esh-ext"
  '(progn (add-to-list 'eshell-binary-suffixes ".pl")))

John


reply via email to

[Prev in Thread] Current Thread [Next in Thread]