From: Lars Ingebrigtsen <larsi@gnus.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: stefan@marxist.se, emacs-devel@gnu.org
Subject: Re: Preloading seq.el
Date: Thu, 29 Aug 2019 17:15:27 +0200 [thread overview]
Message-ID: <878srcj94g.fsf@gnus.org> (raw)
In-Reply-To: <835zmgaugo.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 29 Aug 2019 17:59:19 +0300")
Eli Zaretskii <eliz@gnu.org> writes:
>> I was talking about using seq/cl-lib in the parts of Emacs that's dumped
>> (like help.el), which is currently not allowed, because that would
>> require preloading seq/cl-lib.
>
> I'm probably missing something, because I don't understand how using
> SOMETHING.el from a preloaded code would necessarily requore
> preloading SOMETHING.el as well. Isn't autoloading working?
Oh, I didn't think slapping ;;;###autoload cookies on all the functions
in seq/cl-lib was on the table, but if it is, that's a solution, too.
By the way, I summed up the size of the .elc files loadup.el today does,
and it's over 3MB. seq/cl-lib.elc is 56KB. So we're talking about
preloading less than 2% more .elc code. And there's 242 .el files that
require seq/cl-lib, so I think it's unlikely that many users don't end
up with loading seq/cl-lib, anyway, no matter what they do beyond
starting "emacs -Q".
(And about the same number that does `eval-when-require' on those, but
that's a different story...)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next prev parent reply other threads:[~2019-08-29 15:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-29 12:21 Preloading seq.el Stefan Kangas
2019-08-29 12:30 ` Lars Ingebrigtsen
2019-08-29 12:47 ` Eli Zaretskii
2019-08-29 12:50 ` Lars Ingebrigtsen
2019-08-29 14:59 ` Eli Zaretskii
2019-08-29 15:15 ` Lars Ingebrigtsen [this message]
2019-08-29 15:20 ` Eli Zaretskii
2019-08-29 15:35 ` Lars Ingebrigtsen
2019-08-29 18:41 ` Eli Zaretskii
2019-08-29 18:43 ` Lars Ingebrigtsen
2019-08-29 21:44 ` Stefan Monnier
2019-08-29 15:20 ` Stefan Monnier
2019-08-29 12:44 ` Eli Zaretskii
2019-08-31 12:33 ` Zhu Zihao
2019-08-31 12:38 ` Eli Zaretskii
2019-09-06 0:49 ` Juanma Barranquero
2019-09-06 7:12 ` Eli Zaretskii
2019-09-06 7:46 ` Robert Pluim
2019-09-06 8:23 ` Eli Zaretskii
2019-09-06 11:27 ` Juanma Barranquero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878srcj94g.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=stefan@marxist.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).