Pathname identifying location of buffer.
An external format spec.
A buffer whose contents are examined.
Length (an integer) up to which buffer should be examined.
The result of reading the value returned from the encoding
or external-format
option as a Lisp expression in the keyword
package.
Looks in the file options (EMACS-style -*-
line) for an option called encoding
or external-format
, with value value.
If encoding
or external-format
is found, it reads value as a Lisp expression in the keyword
package. If coding
is found, it attempts to translate value from a GNU Emacs coding system name to a LispWorks external-format name.
It then merges the ef-spec with the external format spec derived from value, and returns the result as result. Thus it does not override a supplied ef-spec.
LispWorks User Guide and Reference Manual - 13 Feb 2015