[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash completion bug with 'cd'
From: |
Benjamin Rutt |
Subject: |
Re: bash completion bug with 'cd' |
Date: |
Mon, 30 Oct 2006 14:53:26 -0500 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) |
Benjamin Rutt <rutt@bmi.osu.edu> writes:
> I have an animated gif that shows the bug. If you browse to:
>
> http://bmi.osu.edu/~rutt/bashcompletion.gif
>
> it will show how e.g.
>
> cd $HOM<press TAB>
>
> will expand to
>
> cd \$HOME
>
> I think this is a bug in the method:
>
> _cd()
> {
> local IFS=$'\t\n' cur=${COMP_WORDS[COMP_CWORD]} i j k
> [...]
> }
I should mention I posted here since my mail to Ian, the bash
completion maintainer, bounced. Anyone knows how to reach him?
--
Benjamin Rutt