[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
completion of directory links doesn't add /
From: |
wray |
Subject: |
completion of directory links doesn't add / |
Date: |
Thu, 6 Jun 2002 21:01:12 -0600 |
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -D_GNU_SOURCE -I. -I. -I./include
-I./lib -O2 -march=i386 -mcpu=i686
uname output: Linux torpedo 2.4.18-4smp #1 SMP Thu May 2 17:39:13 EDT 2002 i686
unknown
Machine Type: i686-pc-linux-gnu
Bash Version: 2.05a
Patch Level: 0
Release Status: release
Description:
When trying to complete on a link to a directory, the completion stops
without
completing it as though it was a directory instead just a file. For instance I,
type:
cd /ar[tab]
and the completion is /archive
when what I am looking for is /archive/
The main problem is that when I have deep tree I want to get to I typically go
through at typing sequence like:
/a[tab]c[tab]i[tab]
and now I have to type either:
/a[tab]/c[tab]/i[tab]
or:
/a[tab][tab]c[tab][tab]i[tab][tab]
I searched diligently to see if this was a setting by RH in the move from 2.0.4
to 2.0.5a and I found nothing. I also could not find mention of a setting in
the manual that controls this behavior. I realize that this could be a
design decision for some reason, but I need to change it.
Repeat-By:
make any link to a directory and then try to tab complete on that link,
you
will find that it does not add the ending / automatically. You can either tab
again, or type the / manually.
- completion of directory links doesn't add /,
wray <=