emacs-devel
[Top][All Lists]
Advanced

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

Re: Loading souce Elisp faster


From: Stefan Monnier
Subject: Re: Loading souce Elisp faster
Date: Wed, 27 Feb 2013 10:21:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>     In any case, this is not relevant to the question at hand, which aims to
>     completely side-step find-file when `load'ing a (utf-8) .el file.
> Since decoding utf-8 is not in general trivial, that's not a trivial
> thing to do.  On the other hand, if the default encoding were
> utf-8-emacs, that would make it trivial.  Maybe in that case
> it would be possible to just read the file.

Yes, that's what this discussion is about: use the same fast-path as is
used for .elc files.


        Stefan


PS: AFAIK, even if it's utf-8-unix, we can read it as utf-8-emacs and
have the right answer.



reply via email to

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