Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20020315161037.02230d78@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 15 Mar 2002 16:14:49 -0800 To: lockjaw , cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: Beeping In-Reply-To: References: <4 DOT 3 DOT 1 DOT 2 DOT 20020315150257 DOT 016b1940 AT pop DOT ma DOT ultranet DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Dan, The "~/.inputrc" measures will only affect Readline. (And only in the shells? Only in BASH?) If your Vim is beeping, then you need to tell it in its own way: ":set vb" or ":set visualbell". And neither of those things is going to keep the Cygwin terminal driver from doing a speaker beep when a ^G / BEL / 007 character is sent to it. E.g., "echo ^V^G" (simulated typing, as it were) will generate a beep and I don't think there's a way to prevent that other than disconnecting your system's internal beep-speaker. Randall Schulz Mountain View, CA USA At 12:42 2002-03-15, you wrote: >On Fri, 15 Mar 2002, Larry Hall (RFK Partners, Inc) wrote: > > > At 02:41 PM 3/15/2002, lockjaw wrote: > > >How do I turn off the blasted beeping in cygwin? > > > > Same as you would in any *NIX environment. > > > > cat >~/.inputrc > > set bell-style none > > ^D > > > > BTW, you'd find information like this in the email archives, despite the > > fact it's off-topic for this list by most measures. > > > > Larry Hall > >Tried that already and it didn't work. If it is off-topic, I'll take it >elsewhere then. > >-- >Dan Ebberup >lockjaw AT demented DOT net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/