emacs-devel
[Top][All Lists]
Advanced

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

Changes in revno 100600 on the emacs-23 branch


From: Eli Zaretskii
Subject: Changes in revno 100600 on the emacs-23 branch
Date: Sat, 18 Jun 2011 19:40:44 +0300

> From: address@hidden
> Date: Sat, 18 Jun 2011 12:00:13 -0400
> 
> Date: Sat, 18 Jun 2011 09:37:38 +0900
> From: YAMAMOTO Mitsuharu <address@hidden>
> To: address@hidden
> Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100600: * dispnew.c
>       (scrolling_window): Before scrolling, turn off a mouse-highlight in
>       the window being scrolled.
> 
> === modified file 'src/dispnew.c'
> --- a/src/dispnew.c   2011-05-25 03:06:05 +0000
> +++ b/src/dispnew.c   2011-06-18 00:37:38 +0000
> @@ -5206,6 +5206,7 @@
>       /* Copy on the display.  */
>       if (r->current_y != r->desired_y)
>         {
> +         rif->clear_window_mouse_face (w);
>           rif->scroll_run_hook (w, r);

Why do you do this inside the loop?  Mouse highlight needs only be
turned off once, right?  And no code inside the loop seems to turn it
back on, right?

And btw, where's the code that will turn mouse highlight back on after
this?



reply via email to

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