emacs-devel
[Top][All Lists]
Advanced

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

Autloading seq.el functions


From: Stefan Monnier
Subject: Autloading seq.el functions
Date: Wed, 23 Oct 2019 12:00:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

I see we have currently 2 functions autoloaded from seq.el:
seq-find and seq-position.

While I can live with it, I find it unsatisfactory: these seem
completely arbitrary since they're not in any obvious sense more "entry
points" than other functions in that library.

Maybe there are good reasons why these two specifically need to be
autoloaded while it's not nearly as important for the others, but if so
I'd like to have some comment explaining it, otherwise it's odd to see
some package use `seq-*` functions without requiring `seq` while most
others have to require `seq`.


        Stefan




reply via email to

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