emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113431: Stop cursor blink after blink-cursor-bl


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r113431: Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.
Date: Thu, 18 Jul 2013 04:46:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Why does it matter?  Such global compatibility details should presumably
>> be handled elsewhere by simply not enabling the blink-cursor timers
>> under ttys if it doesn't work (tho I do know it can be made to work in
>> some cases).
> blink-cursor-mode is not enabled by default on ttys.

Exactly my point: you don't need to "disable" your code under ttys,
since the code is not run anyway in that case.

> Also, there is really no concept of focus-out or focus-in in a tty
> session, we can't know when we have or loose focus.

I don't think we really need focus-in/focus-out for the feature to be
useful: you can just blink N times every time Emacs becomes idle and
then stop blinking.


        Stefan



reply via email to

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