help-octave
[Top][All Lists]
Advanced

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

RE: Opening editor from Octave command line


From: Philip Nienhuis
Subject: RE: Opening editor from Octave command line
Date: Mon, 12 Nov 2012 12:08:49 -0800 (PST)

Nilson wrote
> Yeah, Nitzan, you're rigth, my windows 7 is a 64bit version and I'd
> changed the octaverc file like this:## Uncomment and change following line
> for your preferred editorEDITOR('C:\\Arquivos de Programas
> (x86)\\Notepad++\\notepad++.exe');
> But it didn't work even so!

I see you are using single quotes in the EDITOR command in octaverc but
double backslashes.

You might first experiment with various amounts of backslashes. At one time
I had to use 4 consecutive backslashes to get the path to Notepad++
recognized. I think since then some bugs have been fixed - nowadays I only
need double backslashes but I don't know if I have single or double
quotes.around it (I'm on Linux now, so can't check). Maybe it even works
with single quotes and single backslashes.

Another option to try would be changing the path separator backslashes into
forward slashes, as on MinGW (and AFAIK in MSVC-built Octave) forward
slashes are simply accepted as path separators, too  8-O.

Philip




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Opening-editor-from-Octave-command-line-tp4644606p4646506.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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