emacs-devel
[Top][All Lists]
Advanced

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

Re: File modes facilities.


From: Stefan Monnier
Subject: Re: File modes facilities.
Date: Mon, 24 Oct 2005 12:59:46 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Yes, if you type the directory explicitly and absolutely (no `../', `./',
> `~/'), then `load-library' will complete in that directory.  My point was
> that, without doing that, they complete differently - they use different
> paths (directories).

Yes, they do work differently.  I haven't advocated to remove load-file
and/or merge it into load-library for precisely this reason.  But we could
get rid of load-library if we could just add an interactive spec to `load'.

As for getting rid of load-file, maybe you could make load-library's
completion understand a leading "./" as meaning "relative to current dir"
(similarly to what is done in most shells), or maybe make a C-u prefix tell
load-library that the initial minibuffer content should be
default-directory.  Then maybe we could imagine getting rid of load-file.


        Stefan




reply via email to

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