| Did you know ... | Search Documentation: |
| Instance variables |
\e0 .. \e9 and \e- are bound
to the function digit_argument the universal argument may be composed by
typing its value with the META-key held down.universal_argument,
followed by the digits to construct its value.
The predefined key_binding name argument binds \e0
.. \e9 and \e- to
digit_argument and \C-u to universal_argument.
Using this table, the following sequences are examples for entering a
universal_argument:
Sequence Value \e1\e414 \C-u5656
->function.
The function is either a name, in which case the key-binding will invoke
the named method on the
event-receiver,
or a code object.
->function|code*<-bindings
nor one of the key_binding<-defaults
key_bindings define a binding for the typed key.
A common way to use this facility is to declare key_binding<->default_function
to
alert. Any unknown keys will then be mapped onto the method
graphical->alert.
prefix
this variable is set to this key.
The predefined table emacs_special binds \e, \C-c
and \C-x to the function prefix.
->event.