From help-octave-request at bevo dot che dot wisc dot edu Sat Feb 21 06:26:17 2004 Subject: Re: editor for Octave From: Willem Atsma To: "Hugo Coolens" , "octave-help" Date: Sat, 21 Feb 2004 13:24:38 +0100 On Sat, 21 Feb 2004 09:27:46 +0100 (CET), "Hugo Coolens" 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','you at somewhere'); 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 -------------------------------------------------------------