all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5931: Turning off blink-cursor-mode does not stop blink-cursor-timer immediately
@ 2010-04-11 20:03 Lennart Borgman
  2010-04-11 20:56 ` Stefan Monnier
  2014-02-06  0:26 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Lennart Borgman @ 2010-04-11 20:03 UTC (permalink / raw)
  To: 5931

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))







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-06  0:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 20:03 bug#5931: Turning off blink-cursor-mode does not stop blink-cursor-timer immediately Lennart Borgman
2010-04-11 20:56 ` Stefan Monnier
2010-05-04  0:30   ` Lennart Borgman
2014-02-06  0:26 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.