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: Stefan Monnier
Subject: bug#5931: Turning off blink-cursor-mode does not stop blink-cursor-timer immediately
Date: Sun, 11 Apr 2010 16:56:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Which can lead to some problems.

Could you give us some details of the kinds of problem you encountered?

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

I'd rather call blink-cursor-end, then.
And yes, that would seem like a good idea.  But I'd still like to know
why you think it's important enough.


        Stefan







reply via email to

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