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

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

Re: bad UI defaults


From: Richard Stallman
Subject: Re: bad UI defaults
Date: Wed, 27 Aug 2003 12:40:42 -0400

Does this make the cursor blink to completely off?

*** xdisp.c.~1.843.~    Wed Jul  9 11:30:39 2003
--- xdisp.c     Tue Aug 26 22:05:22 2003
***************
*** 18604,18617 ****
    /* By default, set up the blink-off state depending on the on-state.  */
  
    tem = Fassoc (arg, Vblink_cursor_alist);
!   if (!NILP (tem))
!     {
!       FRAME_BLINK_OFF_CURSOR (f)
!       = get_specified_cursor_type (XCDR (tem), &width);
!       FRAME_BLINK_OFF_CURSOR_WIDTH (f) = width;
!     }
!   else
!     FRAME_BLINK_OFF_CURSOR (f) = DEFAULT_CURSOR;
  }
  
  
--- 18604,18611 ----
    /* By default, set up the blink-off state depending on the on-state.  */
  
    tem = Fassoc (arg, Vblink_cursor_alist);
! 
!   FRAME_BLINK_OFF_CURSOR (f) = NO_CURSOR;
  }
  
  




reply via email to

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