Saturday, January 28, 2012

annoying beep in console

create a file
.inputrc
set bell-style visible

and can use xset b 0
as well
------------------
.emacs file

and how to shut off in emacs?
this will make it visible

(setq visible-bell 1)
;; Now some people find the flashing annoying. To turn the alarm totally off, you can use this:
(setq ring-bell-function 'ignore)