emacs info reader for octave

View: New views
3 Messages — Rating Filter:   Alert me  

emacs info reader for octave

by Aditya Bhagwat :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

I am trying to use the Emacs Info Reader for Octave. First, I installed
gnuserv, that seemed to work fine. Then, I added following lines to my
.emacs file:

 (autoload 'octave-help "octave-hlp" nil t)
     (require 'gnuserv)
     (gnuserv-start)

as was suggested in the octave online manual
http://www.gnu.org/software/octave/doc/interpreter/Using-the-Emacs-Info-Reader-for-Octave.html#Using-the-Emacs-Info-Reader-for-Octave

Now, I am getting the following error message when emacs starts

    An error has occurred while loading `/home/abhagwat/.emacs':
    File error: Cannot open load file, gnuserv


Does anyone know the reason for this?

Many thanks and regards,

Aditya
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

Re: emacs info reader for octave

by Aditya Bhagwat :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

> I am trying to use the Emacs Info Reader for Octave. First, I
> installed gnuserv, that seemed to work fine. Then, I added following
> lines to my .emacs file:
>
> (autoload 'octave-help "octave-hlp" nil t)
>     (require 'gnuserv)
>     (gnuserv-start)
>
> Now, I am getting the following error message when emacs starts
>
>    An error has occurred while loading `/home/abhagwat/.emacs':
>    File error: Cannot open load file, gnuserv
Apparantly, gnuserv wasn't installed properly. After installing it
through synaptic package manager (ubuntu 9.04), this error disappeared.
However, a new error message is showing up now:
    Symbol's function definition is void: temp-directory

Does anyone have help for this?

Regards and many thanks,

Aditya


_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

emacs info reader for octave

by John W. Eaton-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 16-Oct-2009, Aditya Bhagwat wrote:

| I am trying to use the Emacs Info Reader for Octave. First, I installed
| gnuserv, that seemed to work fine. Then, I added following lines to my
| .emacs file:
|
|  (autoload 'octave-help "octave-hlp" nil t)
|      (require 'gnuserv)
|      (gnuserv-start)
|
| as was suggested in the octave online manual
| http://www.gnu.org/software/octave/doc/interpreter/Using-the-Emacs-Info-Reader-for-Octave.html#Using-the-Emacs-Info-Reader-for-Octave
|
| Now, I am getting the following error message when emacs starts
|
|     An error has occurred while loading `/home/abhagwat/.emacs':
|     File error: Cannot open load file, gnuserv
|
|
| Does anyone know the reason for this?

Where did you install gnuserv?  Is it in a directory that is listed in
your Emacs load-path?

jwe
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave