[gnu.emacs] beep flashing

rodney@obee.ipl.rpi.edu (Rodney Peck II) (11/10/89)

I've got a 8 bit color sparcstation-1 here that I'm using gnu
emacs(18.54) on.  I've only got one problem today.  When it tries to
beep, it insists on flashing the screen.  Unfortunately, that takes a
little time--about half a second.  That's pretty annoying.  I'd like
to turn off the screen flashing.

I've looked into the code a bit and found that "visible-beep" is
supposed to handle this, but it doesn't.  It's set to nil and it still
flashes the screen.

I'm using emacstool, maybe that's flashing the window?  Or maybe the
ttysubwindow that emacstool has made is doing it???

Any ideas?
--
Rodney

jym@APPLE.COM (11/10/89)

If you're running X-windows, the solution is (x-set-bell nil).
 If not, might there be something odd with your termcap file?
  <_Jym_>

rodney@obee.ipl.rpi.edu (Rodney Peck II) (11/11/89)

>>>>> On 9 Nov 89 21:22:47 GMT, rodney@obee.ipl.rpi.edu (Rodney Peck II) said:

Me> I've got a 8 bit color sparcstation-1 here that I'm using gnu
Me> emacs(18.54) on.  I've only got one problem today.  When it tries to
Me> beep, it insists on flashing the screen.  Unfortunately, that takes a
Me> little time--about half a second.  That's pretty annoying.  I'd like
Me> to turn off the screen flashing.

Me> I'm using emacstool, maybe that's flashing the window?  Or maybe the
Me> ttysubwindow that emacstool has made is doing it???

Well, it turns out that it was the ttysubwindow.  

For those of you having the same problem, just go over to the defaults
editor in sunview and change visible-beep to disabled.  It's really
slow anyway.


--
Rodney