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

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

bug#5931: Turning off blink-cursor-mode does not stop blink-cursor-timer


From: Lennart Borgman
Subject: bug#5931: Turning off blink-cursor-mode does not stop blink-cursor-timer immediately
Date: Sun, 11 Apr 2010 22:03:58 +0200

Which can lead to some problems. Could we please just stop this timer
when turning off blink-cursor-mode?

Just add a line like

      (when (timerp blink-cursor-timer) (cancel-timer blink-cursor-timer))







reply via email to

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