[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tab completion in 2.05b.0(1)-release
From: |
Paul Jarc |
Subject: |
Re: Tab completion in 2.05b.0(1)-release |
Date: |
Fri, 08 Nov 2002 13:35:23 -0500 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) |
Derek Robert Price <derek@ximbiot.com> wrote:
> Tab completion now inserts spaces after directory names rather than slashes
> to allow for further path specification.
>
> Was this an intentional change or a bug?
It's a bug, partially fixed by patch bash205b-003. This patch fixes
cases that start with "~", ".", or "/". Other cases, like
foo/bar<TAB> without a leading "./", still get a space appended.
paul