On Fri, 2005-12-16 at 21:11 +0100, Uwe Brauer wrote:
(require 'un-define)
(set-coding-priority-list '(utf-8))
(set-coding-category-system 'utf-8 'utf-8))))
[...]
however I would also have
Default coding system (for new files):
u -- utf-8
How can I achieve that.
Try (set-default-coding-systems 'utf-8)