From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: How to turn off the sound Date: Wed, 28 Feb 2007 21:23:54 +0100 Message-ID: References: <85r6sa6asp.fsf@lola.goethe.zz> <1172678729.371908.282810@h3g2000cwc.googlegroups.com> <20070228122400.915d240b.taylor@metasyntax.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172694266 24202 80.91.229.12 (28 Feb 2007 20:24:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Feb 2007 20:24:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Taylor Venable" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 28 21:24:18 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMVLV-0008Ah-6s for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Feb 2007 21:24:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMVLW-0005YA-0n for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Feb 2007 15:24:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMVLJ-0005Xi-3e for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 15:24:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMVLI-0005XT-DQ for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 15:24:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMVLI-0005XQ-8B for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 15:24:04 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMVLH-0000es-NG for help-gnu-emacs@gnu.org; Wed, 28 Feb 2007 15:24:04 -0500 Original-Received: by wr-out-0506.google.com with SMTP id i3so372738wra for ; Wed, 28 Feb 2007 12:24:01 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FkIgTEVkLwD1IXXWPhSquVNzBz/iLKBO8dj3cajAEoVz/TdfbgGrwmcRemlcNIZHvPI+xNf1OSQp17F3zjlS5kEilODYz2q3X1vbHr4UqysJZ/Eh/bqsvnubYb/5cFpeuxz2ZPOFZMGJORMO3+OqRL2HpXGX20ysfu5boHJltEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LRc45NZgsWOeH6Y+iU00vHvMoyGKJkUiB3AUDx4css7nZjFZ6CXaotJvp0kPinBQY/oKZf+3QOaymo9xf1MKNBO/Dj3yBd+AgSVA3MUGW/OHBg90HOPE+sWFkZpNzAQlR4MOZ+Lsc6PMvgS7d2HUcIUaRPpCwwKQJ9z8mkMd1Mw= Original-Received: by 10.114.126.1 with SMTP id y1mr862162wac.1172694234659; Wed, 28 Feb 2007 12:23:54 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Wed, 28 Feb 2007 12:23:54 -0800 (PST) In-Reply-To: <20070228122400.915d240b.taylor@metasyntax.net> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41540 Archived-At: On 2/28/07, Taylor Venable wrote: > (setq ring-bell-function (lambda nil)) I use: (setq ring-bell-function 'ignore) Juanma