From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8944 invoked from network); 21 Aug 2006 16:33:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Aug 2006 16:33:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17599 invoked from network); 21 Aug 2006 16:33:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Aug 2006 16:33:21 -0000 Received: (qmail 8708 invoked by alias); 21 Aug 2006 16:33:14 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10636 Received: (qmail 8699 invoked from network); 21 Aug 2006 16:33:13 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Aug 2006 16:33:13 -0000 Received: (qmail 16447 invoked from network); 21 Aug 2006 16:33:13 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 21 Aug 2006 16:33:11 -0000 Received: from torch.brasslantern.com ([71.121.0.226]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J4C009I3WMUMOP3@vms040.mailsrvcs.net> for zsh-users@sunsite.dk; Mon, 21 Aug 2006 11:32:55 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k7LGWr9J005688 for ; Mon, 21 Aug 2006 09:32:54 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k7LGWrmF005687 for zsh-users@sunsite.dk; Mon, 21 Aug 2006 09:32:53 -0700 Date: Mon, 21 Aug 2006 09:32:53 -0700 From: Bart Schaefer Subject: Re: laptop tty beeps regardless of no_beep In-reply-to: <20060821123853.GA21720@let.rug.nl> To: Zsh User Message-id: <060821093253.ZM5686@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20060821123853.GA21720@let.rug.nl> Comments: In reply to Francisco Borges "laptop tty beeps regardless of no_beep" (Aug 21, 2:38pm) On Aug 21, 2:38pm, Francisco Borges wrote: } } I have a dell laptop, running Kubuntu and the zsh4.3.2, if I log on a } tty (getty BTW), zsh will ignore the no_beep option and... beep away. no_beep only stops zsh itself from emitting a BEL (ctrl-g) character at certain times such as on failed completion. It doesn't really turn off the terminal bell. Are you saying that failed completions etc. are beeping at you even when you setopt nobeep?