[Bug 254426] Re: Bash programmed autocomplete of commands with space within backquotes fails

Peter Cordes peter at cordes.ca
Sat Nov 29 05:14:47 UTC 2014


** Changed in: bash-completion (Ubuntu)
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/254426

Title:
  Bash programmed autocomplete of commands with space within backquotes
  fails

Status in bash-completion package in Ubuntu:
  Fix Released
Status in bash-completion package in Debian:
  Fix Released

Bug description:
  Binary package hint: bash

  With Bash programable autocomplete (/etc/bash_completion), commands
  within backquotes containing a space doesn't get autocompleted
  properly:

  $ touch ~/some_file_`date -I`.txt
  $ ls ~/some_file_`date -I`.txt
  /home/gaby/some_file_2008-08-03.txt

  So far this works, but if I press the <TAB> key at the end of the command:
  $ ls ~/some_file`date /home/gaby/some_file_2008-08-03.txt 

  The autocompletion doesn't overwrite the whole argument and leaves
  "~/some_file`date " in front of it.

  This bug could be related to Bug #219406

  PS: The backquotes feature works only with bash programmed completion
  (/etc/bash_completion).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/254426/+subscriptions



More information about the foundations-bugs mailing list