wang yin <wang-y01@mails.tsinghua.edu.cn> writes:
> Hi,
>
> I'm tring to C-c C-d to get help on a Maxima topic. But I
> get the following error:
>
> Search failed: "Menu:"
>
> I'm using the newest maxima.el Jay gives me.
>
> Anyone know why this happen? Thanks.
You probably need to set the variable maxima-info-dir, it should be
where the maxima*info files are. Something like
(setq maxima-info-dir "/usr/myinfodir/info/")
in your .emacs file will probably fix it.
Jay