help-octave
[Top][All Lists]
Advanced

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

FW: address@hidden


From: A.T.E (S.A)
Subject: FW: address@hidden
Date: Thu, 16 Nov 2000 13:14:00 +0200




This message is intended only for the use of the individual or entity to 
which it is addressed and it may contain information that is privileged and 
confidential.  If the reader of this message is not the intended recipient 
you are hereby notified that any dissemination, distribution or copying of 
this communication is prohibited.

-----Original Message-----
From:   Francois du Plessis
Sent:   Thursday, November 16, 2000 11:32 AM
To:     Internet
Subject:        address@hidden

Hi to all

I have Octave 2.1.30 runningon Windows 95 with Emacs 20.7  I can get Emacs 
into Octave mode, but I cannot get the inferior-octave-process running.  I 
assume it is because Octave is installed in a seperate directory 
("c:/Octave 2.1.30/usr/local/bin/octave-2.1.30.exe") from Emacs.  I tried 
the following:

(setq-default inferior-octave-program "c:/Octave 
2.1.30/usr/local/bin/octave-2.1.30.exe")
(autoload 'octave-mode "octave-mod" nil t)
(setq auto-mode-alist
        (cons '("ŠÜŠÜ.m$" . octave-mode) auto-mode-alist))

but I get the response "Spawning child process: exec format error"

I also tried the following:

(setq-default inferior-octave-program "c:/Octave 
2.1.30/usr/local/bin/octave.exe")
(autoload 'octave-mode "octave-mod" nil t)
(setq auto-mode-alist
        (cons '("ŠÜŠÜ.m$" . octave-mode) auto-mode-alist))

with the same result.

What am I doing wrong or what am I not doing.

Gnuplot is also installed in the "c:/Octave 2.1.30"  directory.  What 
should I do to make the inferior Octave process see it when it is finally 
running from within Emacs?

Please respond to this address (address@hidden)  with "Francois du 
Plessis" as the subject.

Thanks
Francois



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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