emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 24 Jun 2005 05:32:11 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1026 emacs/src/xdisp.c:1.1027
*** emacs/src/xdisp.c:1.1026    Thu Jun 23 21:32:26 2005
--- emacs/src/xdisp.c   Fri Jun 24 09:32:11 2005
***************
*** 21660,21666 ****
    /* If we were displaying active text in another window, clear that.
       Also clear if we move out of text area in same window.  */
    if (! EQ (window, dpyinfo->mouse_face_window)
!       || (part != ON_TEXT && part != ON_MODE_LINE && part != ON_HEADER_LINE 
          && !NILP (dpyinfo->mouse_face_window)))
      clear_mouse_face (dpyinfo);
  
--- 21660,21666 ----
    /* If we were displaying active text in another window, clear that.
       Also clear if we move out of text area in same window.  */
    if (! EQ (window, dpyinfo->mouse_face_window)
!       || (part != ON_TEXT && part != ON_MODE_LINE && part != ON_HEADER_LINE
          && !NILP (dpyinfo->mouse_face_window)))
      clear_mouse_face (dpyinfo);
  
***************
*** 22885,22901 ****
  
    DEFVAR_LISP ("nobreak-char-display", &Vnobreak_char_display,
      doc: /* *Control highlighting of nobreak space and soft hyphen.
! t means highlight the character itself (for nobreak space,
! use face `nobreak-space'.
! nil means no highlighting.
! other values mean display the escape glyph followed by an ordinary
  space or ordinary hyphen.  */);
    Vnobreak_char_display = Qt;
  
    DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer,
      doc: /* *The pointer shape to show in void text areas.
! Nil means to show the text pointer.  Other options are `arrow', `text',
! `hand', `vdrag', `hdrag', `modeline', and `hourglass'.  */);
    Vvoid_text_area_pointer = Qarrow;
  
    DEFVAR_LISP ("inhibit-redisplay", &Vinhibit_redisplay,
--- 22885,22901 ----
  
    DEFVAR_LISP ("nobreak-char-display", &Vnobreak_char_display,
      doc: /* *Control highlighting of nobreak space and soft hyphen.
! A value of t means highlight the character itself (for nobreak space,
! use face `nobreak-space').
! A value of nil means no highlighting.
! Other values mean display the escape glyph followed by an ordinary
  space or ordinary hyphen.  */);
    Vnobreak_char_display = Qt;
  
    DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer,
      doc: /* *The pointer shape to show in void text areas.
! A value of nil means to show the text pointer.  Other options are `arrow',
! `text', `hand', `vdrag', `hdrag', `modeline', and `hourglass'.  */);
    Vvoid_text_area_pointer = Qarrow;
  
    DEFVAR_LISP ("inhibit-redisplay", &Vinhibit_redisplay,




reply via email to

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