>>>> "Daniel" == Daniel Pittman
<daniel(a)rimspace.net> writes:
Daniel> Speaking of which ... is there an easy workaround for
Daniel> this? I would like to test Ben-MULE but that's a pain
Daniel> since it means renaming [mule-ucs] out of the way...
Oh, I think you'll be OK as long as you don't ever load un-define.
In your init file
(unless (find-coding-system 'utf-8) (require 'un-define))
should be safe, if you want to require un-define. Er ... come to
think of it, if it _doesn't_ work that way, it's a bug. Let me know.
Probably if I put
(when (and (find-coding-system 'utf-8) (not (featurep 'mule-ucs)))
(error 'invalid-operation
"This Emacs already defines coding system 'utf-8!"))
in the right places in mule-ucs everything should be cool.
(Unfortunately it's a heavily optimized package, so I'm not entirely
sure where is the right place.)
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.