emacs-devel
[Top][All Lists]
Advanced

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

Re: declare-function file names


From: Glenn Morris
Subject: Re: declare-function file names
Date: Thu, 22 Nov 2007 14:18:41 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Richard Stallman wrote:

>     +(declare-function dos-8+3-filename "../dos-fns.el" (filename))
>
> and realized that we never discussed precisely what these file name
> arguments would mean.  In particular we never discussed how directories
> would be handled.
>
> Since Lisp library names must be unique even between directories, I
> think that we should not include directory names in this argument.

It should probably just be using locate-library/load-path, which was
something Dan had already suggested to me. External packages could set
load-path as needed before using it.




reply via email to

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