octave-maintainers
[Top][All Lists]
Advanced

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

Re: Starting octave from texmacs


From: Jordi Gutiérrez Hermoso
Subject: Re: Starting octave from texmacs
Date: Wed, 04 May 2016 23:52:56 -0400

On Wed, 2016-05-04 at 03:13 -0700, pdiazs wrote:
> I have noticed that after octave 4.0.1 has been launched i cannot connect to
> octave from it.
> I work in windows 
> The script to launch it is:
> 
> #!/bin/sh
> echo -ne "\002verbatim:"
> octave -v
> cd $TEXMACS_PATH/plugins/octave/octave; exec octave -qi tm-start.m
> 
> Can anybody suggest an explanation?

You probably need the --no-gui option, since Octave by default now
launches a GUI. You could also run octave-cli instead.

- Jordi G. H.






reply via email to

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