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: matt
Subject: Re: eshell - win32 - executable files
Date: Sun, 19 Jan 2003 07:30:37 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01

John Wiegley wrote:
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

Still no luck. Does this work for you?

-- Matt

--
Remove the X's to reply directly.



reply via email to

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