octave-maintainers
[Top][All Lists]
Advanced

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

Re: distributing Octave in August


From: poti
Subject: Re: distributing Octave in August
Date: Fri, 15 Jun 2007 16:31:30 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

On 14:41 Fri 15 Jun     , John W. Eaton wrote:
> On 15-Jun-2007, Olli Saarela wrote:
> 
> | 
> | > However: this DVD is made possible by Emacs, which serves as the unifying 
> | > 'IDE' and the site of the cross-platform configuration scripts. MSVC 
> Octave on 
> | > Windows does not return a prompt to Emacs, and thus does not work.
> | 
> | Have you tried starting octave with
> |   octave --interactive
> | It works for my current setup (Octave 2.9.12-3/MSVC, Windows XP, Xemacs 
> |   21.4.19).
> 
> Isn't --interactive (maybe -i) already specified in the command line
> startup options used by octave-inf.el?
> 
> jwe
--interactive worked in shell. 
However, this appears to be  the relevant section of octave-inf.el:
(defun inferior-octave-startup ()
  "Start an inferior Octave process."
    (let ((proc (comint-exec-1
    (substring inferior-octave-buffer 1 -1)     
    inferior-octave-buffer
    inferior-octave-program
    (append (list "-i" "--no-line-editing") 
            inferior-octave-startup-args))))
....
-Poti



reply via email to

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