bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13936: Default to UTF-8 for most Emacs source files


From: Stefan Monnier
Subject: bug#13936: Default to UTF-8 for most Emacs source files
Date: Mon, 18 Mar 2013 09:27:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> For a file like TUTORIAL.ja, the Local Variables: section
>> can specify a preferred charset.  Wouldn't this address the issue for
>> non-Japanese users?  Something like this, say:
>> 
>> ;;; Local Variables:
>> ;;; coding: utf-8
>> ;;; eval: (set-charset-priority 'japanese-jisx0208)

We could indeed do something like that in those cases where the
preferred charset is the same for the whole file.
[ Tho with only 2 semi-colons on each line, please.  ]

> That relies on enable-local-eval.  The default is to query, which is not
> a good thing for a tutorial.

That can easily be changed if we decide it's a good solution.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]