Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Mandar Mitra
Tassilo Horn wrote (Sat, Nov 01, 2014 at 07:51:06AM +0100):
> Hi all,
> 
> I've just updated the ELPA repository with 11.88.

Wonderful, thank you very much!

mandar.

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


Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Tassilo Horn
Ista Zahn  writes:

> I still see 11.87 at https://elpa.gnu.org/packages/ and in M-x
> list-packages. Am I missing something?

The packages are generated once a day or so by a cron job.  So it should
appear anytime soon.

Bye,
Tassilo

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


Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Ista Zahn
I still see 11.87 at https://elpa.gnu.org/packages/ and in M-x
list-packages. Am I missing something?

Thanks,
Ista

On Sat, Nov 1, 2014 at 2:51 AM, Tassilo Horn  wrote:
> Hi all,
>
> I've just updated the ELPA repository with 11.88.
>
> Bye,
> Tassilo
>
>
> ___
> auctex mailing list
> auctex@gnu.org
> https://lists.gnu.org/mailman/listinfo/auctex

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


Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Tassilo Horn
Mosè Giordano  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
auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex


Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Mosè Giordano
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 :
> Hi Tassilo,
>
> 2014-11-01 7:51 GMT+01:00 Tassilo Horn :
>> 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


Re: [AUCTeX] GNU AUCTeX 11.88 now also on ELPA

2014-11-01 Thread Mosè Giordano
Hi Tassilo,

2014-11-01 7:51 GMT+01:00 Tassilo Horn :
> 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