From help-octave-request at bevo dot che dot wisc dot edu Thu Oct 16 19:16:08 1997 Subject: Info reader & structures From: "John W. Eaton" To: Paul Cc: Octave Date: Thu, 16 Oct 1997 19:13:52 -0500 On 16-Oct-1997, Paul wrote: | 1) I have been unsuccessful getting emacs to be used as the info | reader. I have downloaded gnuserv, and I have set INFO_READER = | 'info-emacs-info' in my ~/.octaverc file. I have also set the necessary | lines in my ~/.emacs file. However, when I do that and type help -i, I | get the following message: | | sh: info-emacs-info: command not found | | Is there anything I have overlooked? You need to install the info-emacs-info shell script somewhere in Octave's EXEC_PATH. If you install Octave 2.0.9 from sources, this should have already happened but it seems that I forgot about them when building the binary distributions (should be fixed for 2.0.10). In any case, info-emacs-info and info-emacs-octave-help may both be found in the examples subdirectory in the source and binary distributions. jwe