X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message Subject: SOLVED: Can not turn off terminal beep for completion [Ruby programmers, read this!] MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Date: Tue, 15 May 2007 17:15:38 +0200 Message-ID: <387E9FC1619C0849BA8934938037E54F08781F@sv-muc-004.venyon-mail.local> In-Reply-To: References: <387E9FC1619C0849BA8934938037E54F0877FA AT sv-muc-004 DOT venyon-mail DOT local> <387E9FC1619C0849BA8934938037E54F087800 AT sv-muc-004 DOT venyon-mail DOT local> From: "Ronald Fischer" To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l4FFDi4j024244 > 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 *does* look for my HOME at the expected place. > Try running "bind 'set bell-style none'" from the bash > command line... Indeed, you are right: my .inputrc is not read - but the reason for it is really bizarre: I had installed cygwin together with the Ruby programming language. After this, I decided to also install the "pure Windows version" of Ruby. This installation, however, had the funny side effect to set on Windows the system-wide environment variable INPUTRC to a file 'c:\ruby185\bin\inputrc.euro'!!! My guess is that they use this file for the interactive Ruby shell (irb), but in any case, it means that when bash is started, it sees INPUTRC pointing to a different file and ignores my $HOME/.inputrc! Ronald -- Ronald Fischer Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/