[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Stop preprocessing `tex-site.el`
From: |
Arash Esbati |
Subject: |
Re: Stop preprocessing `tex-site.el` |
Date: |
Fri, 30 Aug 2024 11:04:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> I suggest the patch below which renames `tex-site.el.in` to
> `tex-site.el`. We lose the `AUCTEX-date` info, but IMO the
> simplification is worth this minor downside (at least for GNU-devel
> ELPA packages, the date is encoded in the `AUCTEX-version`).
>
> [ We could keep `AUCTEX-version` in `tex-site.el`, but IIRC
> `package-get-version` works more reliably if it's in the same file
> where we have the `Version:` header. ]
Thanks, I did 'make clean' and applied your patch locally. Running make
again gives:
--8<---------------cut here---------------start------------->8---
In toplevel form:
bib-cite.el:591:11: Error: Recursive ‘require’ for feature ‘tex’
In toplevel form:
context.el:54:11: Error: Recursive ‘require’ for feature ‘tex’
In toplevel form:
context-nl.el:33:11: Error: Recursive ‘require’ for feature ‘tex’
make: *** [GNUmakefile:80: context-nl.elc] Error 1
In toplevel form:
context-en.el:33:11: Error: Recursive ‘require’ for feature ‘tex’
make: *** [GNUmakefile:80: context-en.elc] Error 1
In toplevel form:
font-latex.el:38:11: Error: Recursive ‘require’ for feature ‘tex’
make: *** [GNUmakefile:80: font-latex.elc] Error 1
--8<---------------cut here---------------end--------------->8---
Best, Arash