help-octave
[Top][All Lists]
Advanced

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

Re: editor for Octave


From: Willem Atsma
Subject: Re: editor for Octave
Date: Sat, 21 Feb 2004 13:24:38 +0100

On Sat, 21 Feb 2004 09:27:46 +0100 (CET), "Hugo Coolens"
<address@hidden> said:
> Which editor is recommended for use with Octave on a Linux system?
> (is syntaxhighlighting possible with it?)
> 
> regards,
I much like nedit. You can make it accessible from the commandline
through edit by adding something like this in your ~/.octaverc:

EDITOR = "nedit-nc -noask -srvcmd 'nedit -server -nowrap -tabs 4
-autoindent -autosave' -lm Octave -srvname octave %s &";
edit('HOME','.');
edit('AUTHOR',Hugo');
edit('EMAIL','address@hidden');
edit('LICENSE','GPL');

Willem

> Hugo
> 
> 
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 
Pinot's web  ~  www.pinot.ca



-------------------------------------------------------------
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]