emacs-devel
[Top][All Lists]
Advanced

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

Re: Question regarding load-path handling for ELPA packages


From: Michael Heerdegen
Subject: Re: Question regarding load-path handling for ELPA packages
Date: Sat, 18 May 2024 23:04:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen via "Emacs development discussions."
<emacs-devel@gnu.org> writes:

> In case of AucTex I think you obviously should not do that.  But you
> asked.
>
> What are the concrete questions left you want to answer?  How dh-elpa
> could be improved or fixed to not omit the byte compilation of
> subdirectories?

Or, if you want to know how compilation when installing packages works:
see `package-unpack' which calls `package--compile'.  That function
compiles all ELisp files including those in subdirectories (using
`byte-recompile-directory') minus those matching one of the patterns
specified in the packages ".elpaignore" file when it exists.

Michael.




reply via email to

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