emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in incremental undrawing of mouseover highlighting


From: YAMAMOTO Mitsuharu
Subject: Re: Bug in incremental undrawing of mouseover highlighting
Date: Sat, 25 Nov 2006 10:53:42 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.91 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Mon, 20 Nov 2006 14:22:47 -0500, Chong Yidong <address@hidden> said:

> + #ifdef HAVE_WINDOW_SYSTEM
> +   if (dpyinfo && EQ (window, dpyinfo->mouse_face_window))
> +     clear_mouse_face (dpyinfo);
> + #endif
> + 
>     unbind_to (count, Qnil);
>   }

This clear_mouse_face call is not protected by BLOCK_INPUT.  Is it OK
to refer to dpyinfo in window.c in the first place?  Such tasks seem
to be done in xdisp.c usually.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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