[Bug 243489] Re: completion-ignore-case do not work with ~ (if there are no command)

Aaron Tate fenix at f3n.org
Fri Sep 23 03:08:52 UTC 2011


On Karmic 9.10:

bind 'set completion-ignore-case on'

this works for me.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, 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:
  Confirmed

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




More information about the foundations-bugs mailing list