Variable: unread-input-method-events
unread-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 after unread-command-events, but
before actual keyboard input.
If there's an active input method, the events are given to
input-method-function.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
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.
If there's an active input method, the events are given to
`input-method-function'. */);