[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave gui configuration files
From: |
samuel WEBER |
Subject: |
Re: octave gui configuration files |
Date: |
Tue, 24 May 2016 15:44:37 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 |
Hi,
I think that putting the following line in your .octaverc file should
fix it:
if ~isempty(findstr(computer,'linux'))
EDITOR('gedit')
edit('mode','async')
else
end
Samuel
On 24/05/2016 11:05, Sigggi wrote:
> Hello,
>
> I did a stupid thing:
>
> With the aim to force the octave -gui to open the specified file in it's on
> editor when typing edit [filename] I put in the settings "Use external
> editor:" the value octave --force-gui. With the result, that when I start
> now octave in gui-mode it starts itself again and again. I use octave 3.8.1
> on ubuntu 14.04. Are there anywhere a script where I can heal my stupid
> mistake?
>
> Thank you a lot, Siggi.
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/octave-gui-configuration-files-tp4677109.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
>