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

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

[Octave-bug-tracker] [bug #46402] TAB autocomplete does not recurse prop


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #46402] TAB autocomplete does not recurse properly into directories
Date: Sun, 08 Nov 2015 20:24:38 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

URL:
  <http://savannah.gnu.org/bugs/?46402>

                 Summary: TAB autocomplete does not recurse properly into
directories
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Sun 08 Nov 2015 08:24:37 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When using TAB with the cd command to autocomplete directory names, it always
uses the top directory.

>> pwd
ans = /home/octave-4.0.0

>> cd et [press TAB] ==> this results (correctly) in the autocompleted command
cd etc/

But

>> cd etc/et [press TAB] ==> this results in cd etc/etc/

which is non-existent.

Similarly with edit:

>> edit etc/ [press TAB]
Display all 1775 possibilities? (y or n)

There are not 1775 files in the etc/ directory. It seems TAB autocomplete is
looking in the entire path for possibilities.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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