octave-maintainers
[Top][All Lists]
Advanced

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

Re: package manager patch + problem


From: Michael Goffioul
Subject: Re: package manager patch + problem
Date: Wed, 28 Feb 2007 07:43:18 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)


Looking at autoload(), it doesn't seem to load the file.
I suspect the which() command does, but it is not
immediately clear from glancing at the code.  Maybe
we could use the following instead:

    autoload("glog",file_in_loadpath("gf.oct"))

Yes, I also think it's due to "which": if you "which myfun"
where myfun is an oct-file named myfun.oct, but you don't
have a corresponding "DEFUN_DLD (myfun, ...)" statement
in the code, then "which" fails: this means that somehow,
the oct-file must be loaded and the symbol is searched.

Michael.




reply via email to

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