mm-charset-eval-alist
mm-charset-eval-alist is a variable defined in `
mm-util.el
'.
Its value is
((windows-1250 mm-codepage-setup 1250 t)
(windows-1251 mm-codepage-setup 1251 t)
(windows-1253 mm-codepage-setup 1253 t)
(windows-1257 mm-codepage-setup 1257 t))
- This variable may be risky if used as a file-local variable.
Documentation:
An alist of (CHARSET . FORM) pairs.
If an article is encoded in an unknown CHARSET, FORM is
evaluated. This allows to load additional libraries providing
charsets on demand. If supported by your Emacs version, you
could use `autoload-coding-system' here.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 22.1 of Emacs.