emacs-devel
[Top][All Lists]
Advanced

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

RE: address@hidden: mouse-autoselect-window needs a de lay]


From: Marshall, Simon
Subject: RE: address@hidden: mouse-autoselect-window needs a de lay]
Date: Mon, 17 Jul 2006 17:18:06 +0100

> In `mouse-autoselect-window-start' please replace
> 
>    (run-at-time t delay 'mouse-autoselect-window-select))
> 
> by
> 
>    (run-at-time delay delay 'mouse-autoselect-window-select))

Duh, I noticed that but didn't realise it was the cause.

> There is one reference, namely
> 
>    "Check mouse quiescence in timer-driven window selection."
> 
> Is
> 
>    "Check mouse quiescence in delayed autoselection of windows."
> 
> better?

Yes, that's what I meant, though "delayed window autoselection" might be
cleaner.

I guess rms might want to cast his eyes over the doc strings anyway.  I
would be puzzled by the min value of 0.1s for mouse-autoselect-window - it's
arbitrary.  Is it really necessary to impose any limit?

Simon.




reply via email to

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