Activity log for bug #1290572

Date Who What changed Old value New value Message
2014-03-10 21:46:16 Steve Beattie bug added bug
2014-03-10 21:48:44 Steve Beattie description Tab completion does not list files when the path begins with ~, like so: ubuntu@trusty-i386:~$ cd ~ && ls -l testdir total 8 drwxrwxr-x 2 ubuntu ubuntu 4096 Mar 10 13:15 dir1 drwxrwxr-x 2 ubuntu ubuntu 4096 Mar 10 13:15 Dir2 -rw-rw-r-- 1 ubuntu ubuntu 0 Mar 10 13:15 file ubuntu@trusty-i386:~$ ls -l testdir/<tab><tab> dir1/ Dir2/ file ubuntu@trusty-i386:~$ ls -l ~/testdir/<tab><tab> dir1/ Dir2/ For the record: ubuntu@trusty-i386:~$ compopt ls compopt +o bashdefault +o default +o dirnames +o filenames +o nospace +o plusdirs ls ubuntu@trusty-i386:~$ complete -p ls complete -F _longopt ls ubuntu@trusty-i386:~$ alias ls alias ls='ls --color=auto' I can't tell if this is the same bug as bug 1288031, as I'm only seeing the auto-completion of only directory names when paths begin with ~, not for all paths. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: bash-completion 1:2.1-2ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5 Uname: Linux 3.13.0-16-generic i686 ApportVersion: 2.13.3-0ubuntu1 Architecture: i386 Date: Mon Mar 10 14:33:50 2014 InstallationDate: Installed on 2014-02-27 (11 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140224) PackageArchitecture: all ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: bash-completion UpgradeStatus: No upgrade log present (probably fresh install) Tab completion does not list files when the path begins with ~, like so:   ubuntu@trusty-i386:~$ cd ~ && ls -l testdir   total 8   drwxrwxr-x 2 ubuntu ubuntu 4096 Mar 10 13:15 dir1   drwxrwxr-x 2 ubuntu ubuntu 4096 Mar 10 13:15 Dir2   -rw-rw-r-- 1 ubuntu ubuntu 0 Mar 10 13:15 file   ubuntu@trusty-i386:~$ ls -l testdir/<tab><tab>   dir1/ Dir2/ file   ubuntu@trusty-i386:~$ ls -l ~/testdir/<tab><tab>   dir1/ Dir2/ For the record:   ubuntu@trusty-i386:~$ compopt ls   compopt +o bashdefault +o default +o dirnames +o filenames +o nospace +o plusdirs ls   ubuntu@trusty-i386:~$ complete -p ls   complete -F _longopt ls   ubuntu@trusty-i386:~$ alias ls   alias ls='ls --color=auto' I can't tell if this is the same bug as bug 1288031, as I'm only seeing the auto-completion of only directory names when paths begin with ~, not for all paths. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: bash-completion 1:2.1-2ubuntu2 ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5 Uname: Linux 3.13.0-16-generic i686 ApportVersion: 2.13.3-0ubuntu1 Architecture: i386 Date: Mon Mar 10 14:33:50 2014 InstallationDate: Installed on 2014-02-27 (11 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140224) PackageArchitecture: all ProcEnviron:  TERM=screen  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: bash-completion UpgradeStatus: No upgrade log present (probably fresh install) ubuntu@trusty-i386:~$ apt-cache policy bash bash: Installed: 4.3-2ubuntu1 Candidate: 4.3-2ubuntu1 Version table: *** 4.3-2ubuntu1 0 500 http://ubuntu-mirror/ubuntu/ trusty/main i386 Packages 100 /var/lib/dpkg/status
2014-03-11 05:16:45 Ubuntu QA Website tags apport-bug i386 trusty apport-bug i386 iso-testing trusty
2014-03-11 08:41:47 Launchpad Janitor bash-completion (Ubuntu): status New Confirmed
2014-03-11 15:14:44 JuanJo Ciarlante branch linked lp:~jjo/bash-completion/fix-bash43-quote_readline_by_ref-tilde-and-double_escaping
2014-03-12 14:06:58 Martin Pitt marked as duplicate 1288031
2014-03-13 22:54:41 JuanJo Ciarlante branch linked lp:~jjo/bash-completion/quote_readline_by_ref_fixes
2014-03-13 22:55:31 JuanJo Ciarlante branch unlinked lp:~jjo/bash-completion/fix-bash43-quote_readline_by_ref-tilde-and-double_escaping
2016-05-02 18:06:39 Mathew Hodson changed duplicate marker 1288031 1288314