[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47340] wrong tab completion on folder names w
From: |
Lachlan Andrew |
Subject: |
[Octave-bug-tracker] [bug #47340] wrong tab completion on folder names with spaces |
Date: |
Tue, 08 Mar 2016 01:58:34 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 |
Follow-up Comment #5, bug #47340 (project octave):
Hartmut, what you propose in comment #3 seems similar to what Philip showed
that Matlab does.
However, Octave's parser is a law unto itself. In Octave the syntax
cd 'part 1'/'part 2'
is not interpreted as
cd 'part 1/part 2'
but instead as passing two arguments to cd. The first is "part 1" and the
second is "/'part 2'" (including the single quotes as part of the argument).
I think that it would be easier to get readline to insert and remove the
quotes around the / as it goes.
I may get around to this once the multi-level directory completion patch at
bug #44095 is applied, and perhaps after bug #46458.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47340>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/