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

Bug Watch Updater 254426 at bugs.launchpad.net
Sun Jan 8 05:49:21 UTC 2012


** Changed in: bash-completion (Debian)
       Status: Confirmed => 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:
  Triaged
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