>>>> In <87hffyhpnk.fsf(a)inanna.osa.com.au>
>>>> "Daniel Pittman" <daniel(a)danann.net> wrote:
This dies in nnmail-cache-open, signaling `no-such-coding-system
file-name'. After this *nothing* manages to open, caused by the same
error.
I'm not sure of myself, but the following code solves it.
(unless (fboundp 'si:define-coding-system-alias)
(fset 'si:define-coding-system-alias
(symbol-function 'define-coding-system-alias))
(defun define-coding-system-alias (alias aliasee)
(si:define-coding-system-alias alias (or aliasee 'binary))))
--
Katsumi Yamaoka <yamaoka(a)jpl.org>