emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] frame.c: focus hooks


From: Stefan Monnier
Subject: Re: [PATCH] frame.c: focus hooks
Date: Fri, 10 Jan 2014 12:31:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Such a hook would be an improvement but not ideal, since some
> selected-window changes of interest may not result from a user
> command, e.g. those due to a non-nil compilation-auto-jump-to-first-error.

Agreed.  And I think this is a fairly general problem.
We should provide a new hook that is run whenever we begin waiting for
a command.

The new pre-redisplay-function provides something pretty close.
Maybe you could try using this instead.


        Stefan



reply via email to

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