emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native


From: Jean-Christophe Helary
Subject: Re: On elisp running native
Date: Sun, 5 Jan 2020 14:18:58 +0900


> On Jan 5, 2020, at 13:51, Stefan Monnier <address@hidden> wrote:
> 
>> Can't it be enforced that they are all in one given encoding ?
> 
> You can
> 
>    (setq load-source-file-function nil)
> 
> and then all .el files will be blindly treated as utf-8 (and loaded
> faster).  It'll work right with all .el files bundled with Emacs (and
> all those in GNU ELPA as well, IIRC).

But you wrote that ".el files are currently always loaded in a somewhat
cumbersome way in order to perform character decoding according to the
file's coding-system". Why isn't the emacs default to treat them all as utf-8 
as you just suggested ? 


Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune





reply via email to

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