"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
>>>>> "Kyle" == Kyle Jones
<kyle_jones(a)wonderworks.com> writes:
Kyle> format-alist should be reserved for things that really are
Kyle> low-level and involve encoding/decoding e.g. crypto or
Kyle> compression.
It occurs to me that I'd really like it if mule autodetection and
decoding were done there.
Comments?
Sure, why not? That way at least one could murder them with something
as easy as:
(setq format-alist nil) ; MANIACAL LAUGHTER
Where are they done now? Does anyone know?