[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
show-all-if-ambiguous on doesn't work for complete-filename
From: |
Dan Bloch |
Subject: |
show-all-if-ambiguous on doesn't work for complete-filename |
Date: |
Thu, 9 Aug 2001 08:00:18 -0400 |
Configuration Information [Automatically generated, do not change]:
Machine: i586
OS: cygwin32
Compiler: i586-cygwin32-gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DHOSTTYPE='i586'
-DOSTYPE='cygwin32' -DMACHTYPE='i586-pc-cygwin32' -DCROSS_COMPILING -DSHELL
-DHAVE_CONFIG_H -I. -I/home/noer/src/b20/user-tools/devo/bash
-I/home/noer/src/b20/user-tools/devo/bash/lib -O2
uname output: CYGWIN_NT-5.0 DANB1 20.1 (0.3/1/1) 1998-12-3 20:39:18 i686
unknown
Machine Type: i586-pc-cygwin32
Bash Version: 2.02
Patch Level: 1
Release Status: release
Description:
The command
bind "set show-all-if-ambiguous on"
only affects "complete" (esc-esc), not "complete-filename" (esc-/), etc.
Note: I've tested bash 2.04, and the behavior is the same there.
Repeat-By:
bind "set show-all-if-ambiguous on"
mkdir foo
cd foo
touch bar
touch baz
echo ba
# type escape-escape. files will be listed
# type escape-/. they won't
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- show-all-if-ambiguous on doesn't work for complete-filename,
Dan Bloch <=