charset-revision-table | Alist of charsets vs revision numbers. |
coding-category-list | List of coding-categories (symbols) ordered by priority. |
coding-system-alist | Alist of coding system names. |
coding-system-for-read | Specify the coding system for read operations. |
coding-system-for-write | Specify the coding system for write operations. |
coding-system-list | List of coding systems. |
coding-system-require-warning | Internal use only. |
default-process-coding-system | Cons of coding systems used for process I/O by default. |
disable-ascii-optimization | If non-nil, Emacs does not optimize code decoder for ASCII files. |
enable-character-translation | Non-nil enables character translation while encoding and decoding. |
eol-mnemonic-dos | String displayed in mode line for DOS-like (CRLF) end-of-line format. |
eol-mnemonic-mac | String displayed in mode line for MAC-like (CR) end-of-line format. |
eol-mnemonic-undecided | String displayed in mode line when end-of-line format is not yet determined. |
eol-mnemonic-unix | String displayed in mode line for UNIX-like (LF) end-of-line format. |
file-coding-system-alist | Alist to decide a coding system to use for a file I/O operation. |
inherit-process-coding-system | Non-nil means process buffer inherits coding system of process output. |
inhibit-eol-conversion | Non-nil means always inhibit code conversion of end-of-line format. |
inhibit-iso-escape-detection | If non-nil, Emacs ignores ISO-2022 escape sequences during code detection. |
inhibit-null-byte-detection | If non-nil, Emacs ignores null bytes on code detection. |
last-code-conversion-error | Error status of the last code conversion. |
last-coding-system-used | Coding system used in the latest file or process I/O. |
latin-extra-code-table | Table of extra Latin codes in the range 128..159 (inclusive). |
locale-coding-system | Coding system to use with system messages. |
network-coding-system-alist | Alist to decide a coding system to use for a network I/O operation. |
process-coding-system-alist | Alist to decide a coding system to use for a process I/O operation. |
select-safe-coding-system-function | Function to call to select safe coding system for encoding a text. |
standard-translation-table-for-decode | Table for translating characters while decoding. |
standard-translation-table-for-encode | Table for translating characters while encoding. |
translation-table-for-input | Char table for translating self-inserting characters. |