Re: `set completion-ignore-case on' does not work well for the first word on command line

2008-02-14 Thread Clark J. Wang
On Fri, Feb 15, 2008 at 1:45 PM, Jian Wang <[EMAIL PROTECTED]> wrote:

> When using Bash, I often turn on the `completion-ignore-case' option of
> readline. It works fine for most cases but sometimes it does not work as
> expected when completing the first word on the command line. For example,
> there is a bash script ~/MyDir/Foo.sh, on command line, when I input ~/my
> and then press TAB, the word is completed as ~/myDir . Is that a bug?
>

Bug of readline?


`set completion-ignore-case on' does not work well for the first word on command line

2008-02-14 Thread Jian Wang
When using Bash, I often turn on the `completion-ignore-case' option of
readline. It works fine for most cases but sometimes it does not work as
expected when completing the first word on the command line. For example,
there is a bash script ~/MyDir/Foo.sh, on command line, when I input ~/my
and then press TAB, the word is completed as ~/myDir . Is that a bug?