c. wrote:
>
> Kristian,
>
> I think you are posting to the wrong list:
> [email protected] is for discussing development and
> use of octave-forge packages
> as your patch touches liboctave which is part of octave itself I think
> [EMAIL PROTECTED] is more appropriate
>
> c.
>
>
Agreed that this should be discussed on maintainers and not here. If you are
looking at the redline code be aware that the recent changes I matter had
one goal.. To try and address the issue of spaces in file and directory
names. These are more common on a well known OS for Redmond, and so we have
to try and support them. I never got it working to my satisfaction, but if
you are trying to address accessing sub-directory, make sure that you also
attempt to address the quoting and de-quoting of the completed text so that
something like
cd c:/Prog<TAB>Oct<TAB>
might be passed to the Octave interpreter as
cd "c:/Program Files/Octave"
noting in particular the quotation.
D.
--
View this message in context:
http://www.nabble.com/Patch%3A-Improved-filename-symbol-completing-tp16507093p16528665.html
Sent from the octave-dev mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev