bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19203: visible-bell not acting like a special variable?


From: Mario Valencia
Subject: bug#19203: visible-bell not acting like a special variable?
Date: Thu, 27 Nov 2014 05:50:00 -0600

(setq visible-bell t) ; no bell
(let ((visible-bell nil)) ; but ring bell for this one
  (next-line)) ; when at end of buffer, C-x C-e should ring the bell. it doesn't.

why doesn't this work?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]