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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Fri, 20 Aug 2004 06:42:38 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.790 emacs/src/keyboard.c:1.791
*** emacs/src/keyboard.c:1.790  Thu Aug 19 13:59:03 2004
--- emacs/src/keyboard.c        Fri Aug 20 10:34:12 2004
***************
*** 3899,3905 ****
        break;
  #endif
        {
!       wait_reading_process_input (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.  */
--- 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.  */
***************
*** 9917,9923 ****
  }
  
  /* 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]