[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beeping



If you want your Lisp machine only to flash the screen when a "beep" occurs,
and not to make any noise, set the variable BEEP to :FLASH (rather than its
initial value of T).  This is preferable to turning down the volume knob on the
keyboard all the way, since that way the next user sometimes thinks the keyboard
is broken.  BEEP can also be set to :BEEP (to beep without flashing) and to
NIL (do nothing at all when beeping, not recommended).