Michael Sperber <sperber(a)informatik.uni-tuebingen.de> writes:
I'm probably the dumbest idiot on earth: I switched to MULE as
my
default environment a couple of weeks ago. This was working fine
until I updated to CVS head today. I was using the following to use
Latin-1 as a default for everything that doesn't have another default
already:
(setq file-coding-system-alist
(append file-coding-system-alist
(list
(cons ".*" 'iso-8859-1))))
Aren't you supposed to use something like:
(set-language-environment "Latin-1")
or even:
(set-language-environment "German")
I use a variant of that for Croatian, with good success.
(Of course, this might be of no relevance to your crash; I was just
commenting on "proper" Mule usage.)