*BSD News Article 78288


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!psgrain!usenet.eel.ufl.edu!news.mathworks.com!news-peer.gsl.net!news.gsl.net!portc01.blue.aol.com!newsstand.cit.cornell.edu!news.acsu.buffalo.edu!acsu.buffalo.edu!pleung
From: pleung@cs.buffalo.edu (Patrick Leung)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Extremely loud beeps within X sessions
Date: 14 Sep 1996 03:22:00 GMT
Organization: University at Buffalo
Lines: 48
Message-ID: <51d8co$oa7@prometheus.acsu.buffalo.edu>
References: <51chfq$i5i@host.igs.net>
NNTP-Posting-Host: yeager.cs.buffalo.edu
NNTP-Posting-User: pleung
X-Newsreader: TIN [version 1.2 PL2]

Hung Nguyen EPS (hnguyen@igs.net) wrote:

: Hi,

: My PC at work running FreeBSD 2.1.5 generates extremely loud beeps on X
: sessions only, but normal beeps outside X or on MS-Windows. This doesn't 
: happen with my other PC at home. Please help me as I tend to make a lot 
: of beeps (lazy typist :-) which annoy other coworkers in my office.

: Thanks 
: Hung Nguyen
: hnguyen@igs.net


If you're using tcsh, you can set these two shell variables

from man page of tcsh:


  matchbeep (+)
             If set to `never', completion never beeps.   If  set
             to  `nomatch', it beeps only when there is no match.
             If set to `ambiguous, it beeps when there are multi-
             ple  matches.   If set to `notunique', it beeps when
             there is one exact and  other  longer  matches.   If
             unset, `ambiguous' is used.


     nobeep (+)
             If set, beeping is completely  disabled.   See  also
             visiblebell.




set nobeep

;-))


Patrick Leung
pleung@cs.buffalo.edu
+-------+                                    
| Linux | <<---- Click here to run Linux   
+-------+    


or in your case, FreeBSD.