** Changed in: bash (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/243489

Title:
  completion-ignore-case do not work with ~ (if there are no command)

Status in bash package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: bash

  I have 
  bind 'set completion-ignore-case on'
  in my .bashrc.

  What works:
  cd ~/des[TAB]
   -> cd /home/rantalai/Desktop/

  When I want run script/command in my Desktop

  What I excepted:
  ~/des[TAB]
   -> /home/rantalai/Desktop/

  What happens:
  ~/des[TAB]
   -> ~/desktop 

  So word is right but case isn't.

  
  If I wrote (this works)
  ~/Des[TAB]
   -> ~/Desktop/

  
  MORE:
  There are ~/Desktop/aBBa.sh (and nothing else in this directory)
  I wrote (this works)
  ~/Desktop/a[TAB]
   -> ~/Desktop/aBBa.sh

  I wrote (one lower b more)
  ~/Desktop/ab[TAB]
   -> ~/Desktop/abBa.sh

  Case is not corrected.
  -------------------
  Happens with ubuntu 8.04, bash 3.2-0ubuntu18
  and ubuntu 7.10, bash 3.2-0ubuntu11

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to