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:
--8<---------------cut here---------------start------------->8---
(eval-when-compile
  (byte-recompile-directory "style/" 0 t)
  (byte-recompile-directory "preview/" 0 t))
--8<---------------cut here---------------end--------------->8---
?  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.

Bye,
Mosè

2014-11-01 12:14 GMT+01:00 Mosè Giordano <m...@gnu.org>:
> Hi Tassilo,
>
> 2014-11-01 7:51 GMT+01:00 Tassilo Horn <t...@gnu.org>:
>> Hi all,
>>
>> I've just updated the ELPA repository with 11.88.
>
> Wow, that's a great news, thank you!
>
> Bye,
> Mosè

_______________________________________________
auctex mailing list
auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to