>>>> "Uwe" == Uwe Brauer <oub(a)mat.ucm.es>
writes:
>>>> "Ville" == Ville Skytt <Ville>
writes:
Ville> On Fri, 2005-12-16 at 21:11 +0100, Uwe Brauer wrote:
> How can I achieve that.
Ville> Try (set-default-coding-systems 'utf-8)
Uwe> That works thanks, however it screws up by .abbrev_defs is
Uwe> there a less violent solution for the coding system, which
Uwe> would leave the coding in the abbrev_defs untouched?
The short answer is "no, you asked for default, you got default."
The helpful answer is to override the default for .abbrev_defs:
(add-to-list 'file-coding-system-alist
'("\\.abbrev_defs$" binary . binary))
and re-read .abbrev_defs. I don't promise that spec will work as is,
I don't recall how .abbrev_defs works off hand. You may need to tweak
the coding system spec.
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.