octave-maintainers
[Top][All Lists]
Advanced

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

Re: package manager patch + problem


From: John W. Eaton
Subject: Re: package manager patch + problem
Date: Fri, 2 Mar 2007 16:45:10 -0500

On  2-Mar-2007, John W. Eaton wrote:

| OK, then I think autoload should probably produce a warning if the
| second argument is not absolute file name.

Of course I just realized that this won't really help with things like

  autoload ("foo", file_in_loadpath ("bar.oct"))

since file_in_loadpath returns an absolute name.  But at least it
would warn about things like

  autoload ("foo", "bar.oct")

In any case, the documentation for autload probably needs to be clear
on how it is intended to be used.

jwe


reply via email to

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