Michael Sperber [Mr. Preprocessor] <sperber(a)informatik.uni-tuebingen.de> writes:
Jan> When exactly are the packages autoloads read?
Upon `use-package.'
Jan> What happens to packages
Jan> that are never '(use-package ..)'ed?
Nothing happens to them, nothing happens with them.
Jan> Or more specifically: How do the major/minor modes, menu entries
Jan> and user commands implemented by packages get advertised?
Via `use-package.' There's no way around that if you want
multiple-version coexistence.
Hmmm. I appreciate being able to choose multiple versions and the
performance gain by not searching all the packages.
Isn't Emacs starting up with a bunch of autoloads something we are
pretty used to?
Can one share package directories across machines and architectures
(cf. etc/)
--pete