Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!sgi!shinobu!fido.asd.sgi.com!odin!hwajin From: hwajin@sgi.com (Hwa-jin Bae) Newsgroups: comp.sys.sgi Subject: Re: 2 questions (bash and gnu emacs) Message-ID: <1991Jun27.002456.11388@odin.corp.sgi.com> Date: 27 Jun 91 00:24:56 GMT References: <1991Jun26.180856.25051@odi.com> Sender: news@odin.corp.sgi.com (Net News) Reply-To: hwajin@pei.com Organization: Silicon Graphics, Inc., Mountain View, CA, USA Lines: 31 In-Reply-To: benson@odi.com's message of 26 Jun 91 18: 08:56 GMT >>>>> On 26 Jun 91 18:08:56 GMT, benson@odi.com (Benson I. Margulies) said: Benson> 2) when I run gnu emacs -display to my 4D, the bell Benson> rings very long. xset b does not shorten it. Any hints? if you're running X version of emacs you can try doing the following to use "visible bell" instead: ------ (defun bell-off () "Turn off audio bell -- Use visible bell" (interactive) (if window-system ;if running X (x-set-bell t) ;use visible bell (setq-default visible-bell t))) ;otherwise, try to use "vb" (flash ;in terminfo) attribute for your terminal (bell-off) ------- the default terminfo entry for wsh doesn't have visible bell capability specified. (the latest release of OS seems to have xwsh which does support visible bell). i ended up hacking emacs source (term.c file) to turn the bell off completely. *hwajin -- protocol engines, inc.