emacs-devel
[Top][All Lists]
Advanced

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

Re: Can we make set_point_both less expensive?


From: Stefan Monnier
Subject: Re: Can we make set_point_both less expensive?
Date: Mon, 16 Mar 2015 13:36:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> what users of those features normally want is to catch movement of
>> the cursor
> You mean, we should do this in redisplay?

Probably in pre-redisplay-hook or in pre/post-command-hook, yes.

> Wouldn't that be a radical change in semantics?

Yes.  Which is why we have to phase out the old properties and introduce
new ones instead.  E.g. `cursor-enter' and `cursor-leave'.


        Stefan



reply via email to

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