emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native


From: Stefan Monnier
Subject: Re: On elisp running native
Date: Sat, 04 Jan 2020 23:51:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> 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).


        Stefan




reply via email to

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