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 > > the terminal beeps. Ev

SOLVED: Can not turn off terminal beep for completion [Ruby programmers, read this!]

2007-05-15 Thread Ronald Fischer
> Theoretically, but there still could be a few things going > wrong, one of > which being that you and your Cygwin environment have > different ideas of > what $HOME is. At least, the environment variable HOME is set correctly, and also my ~/.bash_profile is read, so this suggests that bash *

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 d

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: > 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 > > the terminal beeps. Even if I set

Can not turn off terminal beep for completion

2007-05-15 Thread Ronald Fischer
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 the terminal beeps. Even if I set in .inputrc: set bell-style none it beeps. This applies to rx