Mosè Giordano <[email protected]> writes:

Hi Mosè,

> IIUC, "package" package compiles every single file in the top level
> directory of AUCTeX, so the problem are the files in subirectories
> "style/" and "preview/".  Then, how about an elisp makefile with a
> content like this:
>
> (eval-when-compile
>   (byte-recompile-directory "style/" 0 t)
>   (byte-recompile-directory "preview/" 0 t))
>
> ?  Would this work?  If so, we can leave our tree structure and build
> procedure as they are and make AUCTeX fully compatible with "package"
> at the same time.

I'm not sure if byte-compilation is the only problem.  Possibly it's
also a load-path issue or so.  At least Stefan (in Cc) suggested to me
that preview should move top-level in order to make syncing between
AUCTeX and ELPA repositories easier.

Bye,
Tassilo

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to