emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Sporadic segmentation faults


From: Kim F. Storm
Subject: Re: Sporadic segmentation faults
Date: Mon, 15 May 2006 10:00:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> 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 <address@hidden> http://www.cua.dk





reply via email to

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