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

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

Re: EMACSLOADPATH could be more useful


From: David Kastrup
Subject: Re: EMACSLOADPATH could be more useful
Date: 11 Feb 2002 20:06:42 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

d.love@dl.ac.uk (Dave Love) writes:

> It would be useful if EMACSLOADPATH took a trailing colon to
> indicate the normal load path (à la kpathsearch & al), so that you
> could do things like
> 
> EMACSLOADPATH=.: emacs --batch ...
> 
> in makefiles &c if you just wanted to append a directory to the
> path.

Please don't make feature suggestions that are awfully incomplete.
The rules for kpathsearch is that *any* empty PATH component gets
replaces by the default path, so
EMACSLOADPATH=.::junk ...
EMACSLOADPATH=:. ...
EMACSLOADPATH=.: ...

*all* will result in having the default loadpath available as well,
respectively in the middle, front and back.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: David.Kastrup@t-online.de



reply via email to

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