[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#126567: libreadline4 no longer respects directory separators in tab-completion



On Thu, 2001-12-27 at 10:54, Simon Law wrote:
 > 	Hrm...  Could you list the output of `complete` and `set -o` for
> me?  I have the same inputrc, and am unable to reproduce the problem.
> I am running libreadline4 4.2a-3 and bash 2.05a-3.

ok. Please let me know if there's any other diagnostic info I can send. 

b.g.

flophouse> dpkg --status libreadline4 bash
Package: libreadline4
Status: install ok installed
Priority: required
Section: base
Installed-Size: 268
Maintainer: Matthias Klose <doko@debian.org>
Source: readline4
Version: 4.2a-3
Replaces: libreadline4-dev (<< 2.5a)
Depends: libc6 (>= 2.2.4-4), libncurses5 (>= 5.2.20010310-1)
Conflicts: libreadline4-dev (<< 2.5a)
Description: GNU readline and history libraries, run-time libraries.
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: bash
Essential: yes
Status: install ok installed
Priority: required
Section: base
Installed-Size: 727
Maintainer: Matthias Klose <doko@debian.org>
Version: 2.05a-3
Replaces: bash-doc (<= 2.05-1)
Depends: base-files (>= 2.1.12)
Pre-Depends: libc6 (>= 2.2.4-4), libncurses5 (>= 5.2.20010310-1)
Conffiles:
 /etc/bash.bashrc 21e4f76f5390e221909e0afaaa41d8ab
 /etc/skel/.bash_profile e0f64fb9148248f50e24280a7815d30d
 /etc/skel/.bashrc 57a81d1c93493a29c4c3eba3490c8d2a
Description: The GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE Posix Shell and Tools specification (IEEE Working Group 1003.2).

flophouse> complete
flophouse> set -o
allexport      	off
braceexpand    	on
errexit        	off
hashall        	on
histexpand     	on
keyword        	off
monitor        	on
noclobber      	off
noexec         	off
noglob         	off
notify         	off
nounset        	off
onecmd         	off
physical       	off
privileged     	off
verbose        	off
xtrace         	off
history        	on
ignoreeof      	on
interactive-comments	on
nolog          	off
posix          	off
emacs          	on
vi             	off




Reply to: