emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c [lexbind]
Date: Sat, 04 Sep 2004 05:41:21 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.681.2.20 emacs/src/keyboard.c:1.681.2.21
*** emacs/src/keyboard.c:1.681.2.20     Sat Sep  4 09:21:46 2004
--- emacs/src/keyboard.c        Sat Sep  4 09:26:25 2004
***************
*** 3899,3908 ****
        break;
  #endif
        {
!       Lisp_Object minus_one;
! 
!       XSETINT (minus_one, -1);
!       wait_reading_process_input (0, 0, minus_one, 1);
  
        if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
          /* Pass 1 for EXPECT since we just waited to have input.  */
--- 3899,3905 ----
        break;
  #endif
        {
!       wait_reading_process_output (0, 0, -1, 1, Qnil, NULL, 0);
  
        if (!interrupt_input && kbd_fetch_ptr == kbd_store_ptr)
          /* Pass 1 for EXPECT since we just waited to have input.  */
***************
*** 9920,9926 ****
  }
  
  /* Return nonzero if there are pending requeued events.
!    This isn't used yet.  The hope is to make wait_reading_process_input
     call it, and return if it runs Lisp code that unreads something.
     The problem is, kbd_buffer_get_event needs to be fixed to know what
     to do in that case.  It isn't trivial.  */
--- 9917,9923 ----
  }
  
  /* Return nonzero if there are pending requeued events.
!    This isn't used yet.  The hope is to make wait_reading_process_output
     call it, and return if it runs Lisp code that unreads something.
     The problem is, kbd_buffer_get_event needs to be fixed to know what
     to do in that case.  It isn't trivial.  */




reply via email to

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