[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Loading souce Elisp faster
From: |
Lennart Borgman |
Subject: |
Re: Loading souce Elisp faster |
Date: |
Tue, 26 Feb 2013 22:47:51 +0100 |
On Tue, Feb 26, 2013 at 10:43 PM, Dmitry Gutov <address@hidden> wrote:
> Lennart Borgman <address@hidden> writes:
>
>> On Tue, Feb 26, 2013 at 6:27 PM, Achim Gratz <address@hidden> wrote:
>>> Lennart Borgman writes:
>>>> Hm. What is needed to learn old Emacsen to load .el8 files? (Just as
>>>> they load .el files.)
>>>
>>> If they should pick up the new files before the "ordinary" ones:
>>>
>>> (setq load-suffixes '(".elc" ".el8" ".el"))
>>
>> Thanks Achim. If the .el8 files contains a "coding" comment too then
>> compatibility does not seem to be a problem.
>
> And where will this `setq' instruction reside? In each user's init file?
Somewhere... ;-)
Stefan gave as an example packages written to be used by both new and
old Emacsen. It should be possible to handle it in the package or the
package handler.
- Re: Loading souce Elisp faster, (continued)
- Re: Loading souce Elisp faster, Stefan Monnier, 2013/02/25
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/25
- Re: Loading souce Elisp faster, Stefan Monnier, 2013/02/25
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/25
- Re: Loading souce Elisp faster, Stefan Monnier, 2013/02/25
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/25
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/25
- Re: Loading souce Elisp faster, Achim Gratz, 2013/02/26
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/26
- Re: Loading souce Elisp faster, Dmitry Gutov, 2013/02/26
- Re: Loading souce Elisp faster,
Lennart Borgman <=
- Re: Loading souce Elisp faster, Stephen J. Turnbull, 2013/02/25
- Re: Loading souce Elisp faster, Ulrich Mueller, 2013/02/26
- Re: Loading souce Elisp faster, Richard Stallman, 2013/02/25
- Re: Loading souce Elisp faster, Stefan Monnier, 2013/02/25
- RE: Loading souce Elisp faster, Drew Adams, 2013/02/25
- Re: Loading souce Elisp faster, Kenichi Handa, 2013/02/25