On 2013-06-20, Leo Butler <l_butler at users.sourceforge.net> wrote:
> MAXIMA> (cl-info::load-primary-index)
> WARNING: CL-INFO::LOAD-PRIMARY-INDEX: LOAD: A file with name
> /usr/local/share/info/maxima-index.lisp does not exist
> Skipping...
>
> NIL
> MAXIMA> (let ((maxima::*maxima-infodir* "doc/info/")) (cl-info::load-primary-index))
> WARNING: CL-INFO::LOAD-PRIMARY-INDEX:
> EVAL/APPLY: Too few arguments (0 instead of at least 3) given to
> CL-INFO::LOAD-INFO-HASHTABLES
> Skipping...
It's probably OK like that, but maybe it should say something more
directly intelligible to the user, at least in the case of not being
able to find the index file -- maybe something about failing to
configure the help system.
best
Robert Dodier