how to I chance Default coding system (for new files):

Ville Skyttä scop at xemacs.org
Sat Dec 17 05:56:06 EST 2005


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)





More information about the XEmacs-Beta mailing list