Richard Stallman <[EMAIL PROTECTED]> writes:

> Is this a good fix?

I already installed a (similar) fix.

>
> *** xterm.c   31 Mar 2006 12:37:36 -0500      1.910
> --- xterm.c   14 May 2006 13:19:01 -0400      
> ***************
> *** 6083,6090 ****
>   
>         f = x_any_window_to_frame (dpyinfo, event.xkey.window);
>   
>         if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)
> !       && !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))
>           {
>             clear_mouse_face (dpyinfo);
>             dpyinfo->mouse_face_hidden = 1;
> --- 6083,6093 ----
>   
>         f = x_any_window_to_frame (dpyinfo, event.xkey.window);
>   
> +       /* If mouse-highlight is an integer, input clears out
> +      mouse highlighting.  */
>         if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)
> !       /* But not input on the tool bar.  */
> !       && !(f != 0 && EQ (f->tool_bar_window, dpyinfo->mouse_face_window)))
>           {
>             clear_mouse_face (dpyinfo);
>             dpyinfo->mouse_face_hidden = 1;

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to