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

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

Re: Sporadic segmentation faults


From: Richard Stallman
Subject: Re: Sporadic segmentation faults
Date: Sun, 14 May 2006 19:29:34 -0400

Is this a good 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;




reply via email to

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