Re: Can not turn off terminal beep for completion

2007-05-15 Thread Igor Peshansky
On Tue, 15 May 2007, Ronald Fischer wrote: I have set my ~/.inputrc like this: set print-completions-horizontally on set show-all-if-ambiguous on set show-all-if-unmodified on set visible-stats on But still, when I, for example, enter ls TAB the terminal beeps. Even if I set in

RE: Can not turn off terminal beep for completion

2007-05-15 Thread Ronald Fischer
Make sure your .inputrc is read. Hmmm according to the Cygwin documentation page: .inputrc controls how programs using the readline library (including bash) behave. It is loaded automatically. So, as long as I stick with the default name ($HOME/.inputrc), it should be read without

RE: Can not turn off terminal beep for completion

2007-05-15 Thread Igor Peshansky
On Tue, 15 May 2007, Ronald Fischer wrote: Make sure your .inputrc is read. Hmmm according to the Cygwin documentation page: .inputrc controls how programs using the readline library (including bash) behave. It is loaded automatically. So, as long as I stick with the default

Re: Can not turn off terminal beep for completion

2007-05-15 Thread Thorsten Kampe
* Ronald Fischer (Tue, 15 May 2007 15:32:27 +0200) I have set my ~/.inputrc like this: set print-completions-horizontally on set show-all-if-ambiguous on set show-all-if-unmodified on set visible-stats on But still, when I, for example, enter ls TAB the terminal beeps. Even if I