emacs-devel
[Top][All Lists]
Advanced

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

Re: redisplay-dont-pause does not work


From: Kim F. Storm
Subject: Re: redisplay-dont-pause does not work
Date: Mon, 29 May 2006 10:08:45 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Thanks.  Does this do it?

Obviously not, as the variable is named redisplay_dont_pause.

Try this:

*** dispnew.c   01 May 2006 16:16:58 -0400      1.363
--- dispnew.c   28 May 2006 19:07:02 -0400      
***************
*** 6405,6411 ****
  {
    swallow_events (display);
  
!   if (detect_input_pending_run_timers (display) || !NILP 
(Vexecuting_kbd_macro))
      return Qnil;
  
    if (initial_display)
--- 6406,6415 ----
  {
    swallow_events (display);
  
!   if ((detect_input_pending_run_timers (display)
!        && !redisplay_dont_pause)
!       || !NILP (Vexecuting_kbd_macro))
!       
      return Qnil;
  
    if (initial_display)

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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