Com MN PG P E B Consultant 3 wrote:
>>>In my .inputrc I have:
>>>
>>>  set print-completions-horizontally on
>>>  set show-all-if-ambiguous on
>>
>>I cannot reproduce it.  Do you use the programmable completion
>>package?  I rarely use it (and can't check it right now).
> 
> 
> I don't know which completion package is installed (how can I find
> out?),
> but I guess that bash 2.05 is installed "right out of the box" of Red
> Hat Linux.

There are several things to check.

1.  Are you sure your inputrc is being read?  Readline prefers $INPUTRC
    to the default ~/.inputrc, so type `echo $INPUTRC' and see if one of
    your startup files directs Readline to a different file.

2.  Does typing `bind "set show-all-if-ambiguous on"' at the bash prompt
    result in the option being successfully enabled?

3.  You can type `complete' at the bash prompt and see if you have any
    completions defined.  I don't think the completion package turns off
    any options, though.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live Strong.
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to