[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] From latest maint/master, no need to (require 'org-install)
From: |
Achim Gratz |
Subject: |
Re: [O] From latest maint/master, no need to (require 'org-install) |
Date: |
Tue, 09 Oct 2012 19:47:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
Sebastien Vauban writes:
> Starting Emacs now requires ~18 seconds vs 2 seconds before.
That is one of the consequences of how org.el is currently structured.
If you know exactly what you're doing when in your init file, you can at
the moment still do a
(require 'org-loaddefs)
where you formerly did require org-install. Of course this will then
not work if you fall back to the built-in Org version of an old Emacs,
so maybe you'd want
(require 'org-loaddefs nil 'noerror)
I'm not sure how Bastien wants this to work going forward, but by the
way it's been announced and implemented the need to do this should go
away.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada
- Re: [O] From latest maint/master, no need to (require 'org-install), (continued)
- Re: [O] From latest maint/master, no need to (require 'org-install), Bastien, 2012/10/03
- Re: [O] From latest maint/master, no need to (require 'org-install), Eric Fraga, 2012/10/03
- Re: [O] From latest maint/master, no need to (require 'org-install), Thomas S. Dye, 2012/10/05
- Re: [O] From latest maint/master, no need to (require 'org-install), Sebastien Vauban, 2012/10/05
- Re: [O] From latest maint/master, no need to (require 'org-install), Eric Fraga, 2012/10/06
- Re: [O] From latest maint/master, no need to (require 'org-install), Nick Dokos, 2012/10/07
- Re: [O] From latest maint/master, no need to (require 'org-install), Achim Gratz, 2012/10/07
- Re: [O] From latest maint/master, no need to (require 'org-install), Eric S Fraga, 2012/10/07
- Re: [O] From latest maint/master, no need to (require 'org-install), Sebastien Vauban, 2012/10/09
- Re: [O] From latest maint/master, no need to (require 'org-install), Sebastien Vauban, 2012/10/09
- Re: [O] From latest maint/master, no need to (require 'org-install),
Achim Gratz <=
- Re: [O] From latest maint/master, no need to (require 'org-install), Michael Brand, 2012/10/09
- Re: [O] From latest maint/master, no need to (require 'org-install), Bastien, 2012/10/27
- Re: [O] From latest maint/master, no need to (require 'org-install), Sebastien Vauban, 2012/10/09
- Re: [O] From latest maint/master, no need to (require 'org-install), Bastien, 2012/10/27
Re: [O] From latest maint/master, no need to (require 'org-install), Rainer M Krug, 2012/10/05