char-code-property-table | Char-table containing a property list of each character code. |
current-input-method | The current input method for multilingual text. |
current-input-method-title | Title string of the current input method shown in mode line. |
current-language-environment | The last language environment specified with ‘set-language-environment’. |
current-locale-environment | The currently set locale environment. |
current-transient-input-method | Current input method temporarily enabled by ‘activate-transient-input-method’. |
deactivate-current-input-method-function | Function to call for deactivating the current input method. |
default-input-method | Default input method for multilingual text (a string). |
default-transient-input-method | Default transient input method. |
describe-current-input-method-function | Function to call for describing the current input method. |
exit-language-environment-hook | Normal hook run after exiting from some language environment. |
input-method-activate-hook | Normal hook run just after an input method is activated. |
input-method-after-insert-chunk-hook | Normal hook run just after an input method insert some chunk of text. |
input-method-alist | Alist of input method names vs how to use them. |
input-method-deactivate-hook | Normal hook run just after an input method is deactivated. |
input-method-exit-on-first-char | This flag controls when an input method returns. |
input-method-exit-on-invalid-key | This flag controls the behavior of an input method on invalid key input. |
input-method-highlight-flag | If this flag is non-nil, input methods highlight partially-entered text. |
input-method-history | History list of input methods read from the minibuffer. |
input-method-use-echo-area | This flag controls how an input method shows an intermediate key sequence. |
input-method-verbose-flag | A flag to control extra guidance given by input methods. |
language-info-alist | Alist of language environment definitions. |
language-info-custom-alist | Customizations of language environment parameters. |
last-coding-system-specified | Most recent coding system explicitly specified by the user when asked. |
leim-list-entry-regexp | Regexp matching head of each entry in LEIM list file. |
leim-list-file-name | Name of LEIM list file. |
leim-list-header | Header to be inserted in LEIM list file. |
locale-charset-alist | Coding system alist keyed on locale-style charset name. |
locale-charset-language-names | List of pairs of locale regexps and charset language names. |
locale-language-names | Alist of locale regexps vs the corresponding languages and coding systems. |
locale-preferred-coding-systems | List of pairs of locale regexps and preferred coding systems. |
locale-translation-file-name | File name for the system’s file of locale-name aliases, or nil if none. |
mule-keymap | Keymap for Mule (Multilingual environment) specific commands. |
mule-menu-keymap | Keymap for Mule (Multilingual environment) menu specific commands. |
previous-transient-input-method | The input method that was active before enabling the transient input method. |
read-char-by-name-sort | How to sort characters for ‘read-char-by-name’ completion. |
reorder-enders | Regular expression for characters that end forced-reordered text. |
reorder-starters | Regular expression for characters that start forced-reordered text. |
select-safe-coding-system-accept-default-p | If non-nil, a function to control the behavior of coding system selection. |
set-language-environment-hook | Normal hook run after some language environment is set. |
sort-coding-systems-predicate | If non-nil, a predicate function to sort coding systems. |
toggle-input-method-active | Non-nil inside ‘toggle-input-method’. |
ucs-names | Hash table of cached CHAR-NAME keys to CHAR-CODE values. |
update-leim-list-functions | List of functions to call to update LEIM list file. |