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,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Mon, 21 Aug 2006 02:07:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/08/21 02:07:09

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.870
retrieving revision 1.871
diff -u -b -r1.870 -r1.871
--- keyboard.c  20 Aug 2006 17:58:09 -0000      1.870
+++ keyboard.c  21 Aug 2006 02:07:09 -0000      1.871
@@ -11228,14 +11228,16 @@
 
   DEFVAR_LISP ("unread-post-input-method-events", 
&Vunread_post_input_method_events,
               doc: /* List of events to be processed as input by input methods.
-These events are processed after `unread-command-events', but
-before actual keyboard input.  */);
+These events are processed before `unread-command-events'
+and actual keyboard input without given to `input-method-function'.  */);
   Vunread_post_input_method_events = Qnil;
 
   DEFVAR_LISP ("unread-input-method-events", &Vunread_input_method_events,
               doc: /* List of events to be processed as input by input methods.
 These events are processed after `unread-command-events', but
-before actual keyboard input.  */);
+before actual keyboard input.
+If there's an active input method, the events are given to
+`input-method-function'.  */);
   Vunread_input_method_events = Qnil;
 
   DEFVAR_LISP ("meta-prefix-char", &meta_prefix_char,




reply via email to

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