octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34624] Tab completion of multiple directory l


From: Daniel Robinson
Subject: [Octave-bug-tracker] [bug #34624] Tab completion of multiple directory levels is broken.
Date: Sun, 26 Feb 2012 15:37:34 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20100101 Firefox/10.0.1

Follow-up Comment #3, bug #34624 (project octave):

It seems that readline is treating the path separator as a word break
character when it does tab completion.  This is good for tab completion inside
an arithmetic expression, but it's bad for filename completion.

In readline version 5 and later, there is a hook that allows you to set the
word break characters when the user hits the TAB key.  I'm attaching a
possible fix that sets the word break characters to only whitespace and quotes
whenever the input line begins with the name of a directory function.

(file #25174)
    _______________________________________________________

Additional Item Attachment:

File name: tabcompletion.diff             Size:8 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34624>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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