FS#5915 - Tab-completion after directory names containing special characters doesn't work

Attached to Project: Arch Linux
Opened by Stefan Bergström (Bebo) - Wednesday, 29 November 2006, 17:32 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When tab-completing a directory name containing "special" characters, such as space, brackets, parenthesis, etc, hitting tab again to complete file or directory names further down in the directory hierarchy does not work.

I've managed to pinpoint the problem to the current version of readline, i.e. 5.2. When using the former version (5.1.4) tab-completion works properly.

Simple test:
$ mkdir "with space"
$ mkdir nospace
$ mkdir "[brackets]"
$ touch with\ space/hello
$ touch nospace/hi
$ touch \[brackets\]/hmm
$ ls nospace/hi <------- Here, "hi" was written just by tabbing
$ ls with\ space/ <------- Here tab doesn't give any result
$ ls \[brackets\]/ <------- Lots of tabbing here, no result


Forum thread: http://bbs.archlinux.org/viewtopic.php?t=27383

This task depends upon

Closed by  Roman Kyrylych (Romashka)
Wednesday, 29 November 2006, 22:46 GMT
Reason for closing:  Duplicate
Additional comments about closing:  http://bugs.archlinux.org/task/5912

Loading...