Variable: unread-post-input-method-events
unread-post-input-method-events is a variable defined in keyboard.c.
Value
nil
Documentation
List of events to be processed as input by input methods.
These events are processed before unread-command-events
and actual keyboard input, but are not given to input-method-function.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
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 before `unread-command-events'
and actual keyboard input, but are not given to `input-method-function'. */);