Re: [can't compile the main branch]

2024-04-25 Thread Ikumi Keita
Hi all, > Stefan Monnier writes: >> And I like the way the manual is formatted. Compare this: >> https://www.gnu.org/software/auctex/manual/auctex.html >> with this: >> https://elpa.gnu.org/devel/doc/auctex.html > Hmm... nice. FWIW, the elpa rendering is the same as that of > https://

master f5546d1d: ; * NEWS.org: Update the file.

2024-04-25 Thread Arash Esbati
branch: master commit f5546d1da0feacc43d0673dab262a7a7f44f26e9 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 4 1 file changed, 4 insertions(+) diff --git a/NEWS.org b/NEWS.org index 21b98e30..10e890e0 100644 --- a/NEWS.org +++ b/NEWS.org @@ -

master a401c3fc: Silence the compiler for the "main" branch

2024-04-25 Thread Arash Esbati
branch: master commit a401c3fcc678541384b0cda915069c7998729fe0 Author: Arash Esbati Commit: Arash Esbati Silence the compiler for the "main" branch * latex.el: * plain-tex.el: * tex.el: Declare functions which are reported as not known to be defined when compiling the "m

Re: emacs 29.1 more problems

2024-04-25 Thread Uwe Brauer
> Hi Uwe, > Uwe Brauer writes: > If you look at this page, you'll see that the function/functionality > went through some improvement loops. > https://git.savannah.gnu.org/cgit/emacs.git/log/lisp/emacs-lisp/loaddefs-gen.el > I don't think that the issue below is related to your Emacs, but you

Re: [can't compile the main branch]

2024-04-25 Thread Stefan Monnier
> And I like the way the manual is formatted. Compare this: > https://www.gnu.org/software/auctex/manual/auctex.html > with this: > https://elpa.gnu.org/devel/doc/auctex.html Hmm... nice. FWIW, the elpa rendering is the same as that of https://www.gnu.org/software/emacs/manual/html_

Re: emacs 29.1 more problems

2024-04-25 Thread Arash Esbati
Hi Uwe, Uwe Brauer writes: > I concentrated on the repository that I cloned with git. > > I compiled and installed GNU emacs > commit 1d4e90341782 > 31.05.2022, where the function loaddefs-generate-batch was introduced. If you look at this page, you'll see that the function/functionality went

Re: [can't compile the main branch]

2024-04-25 Thread Uwe Brauer
>>> "AE" == Arash Esbati writes: > Tassilo Horn writes: >> And there it is! So it seems to work now; you can stop knocking. ;-) > And I like the way the manual is formatted. Compare this: > https://www.gnu.org/software/auctex/manual/auctex.html > with this: > https://elpa.gnu.org/d

Re: [can't compile the main branch]

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > And there it is! So it seems to work now; you can stop knocking. ;-) And I like the way the manual is formatted. Compare this: https://www.gnu.org/software/auctex/manual/auctex.html with this: https://elpa.gnu.org/devel/doc/auctex.html Thanks! Best, Arash

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > Ah, ok, and you do that probably over multiple emacs sessions so that > the buffer isn't there anymore. Yes, my workflow is to write the ChangeLog entry directly after the change and not before the actual commit, hence I need a file. > You might as well customize change-l

master 0e315c7f: Support indirect buffer

2024-04-25 Thread Ikumi Keita
branch: master commit 0e315c7fbeed081addf369fd42e7206d83580bc5 Author: Vangelis Evangelou Commit: Ikumi Keita Support indirect buffer * tex.el (TeX-buffer-file-name): New wrapper function for `buffer-file-name'. It returns base buffer's file name in indirect buffer. (Te

tex-continuous.el

2024-04-25 Thread Uwe Brauer
Hi A couple of days ago Paul posted about a new (at least for me) package, that allows via latexmk to actualise the generated pdf file, if the corresponding LateX source file is saved. I tested it in the last days and like it quite a bit. Preview.el is also part of auctex, so the question is, c

Re: [can't compile the main branch]

2024-04-25 Thread Stefan Monnier
> And there it is! So it seems to work now; you can stop knocking. ;-) Yay! That wood should is happy, Stefan

main 80f47a4b: * GNUmakefile (clean): Don't clean up ChangeLog.

2024-04-25 Thread Arash Esbati
branch: main commit 80f47a4b72eeac0d1b5a83badfa7482b5f9378eb Author: Arash Esbati Commit: Arash Esbati * GNUmakefile (clean): Don't clean up ChangeLog. --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 999861cb..507d69fd 100644 --- a/GNUmakef

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Tassilo Horn
Arash Esbati writes: >> It depends on how clean the clean target should make. I went for >> very clean but wouldn't mind if the ChangeLog was kept. For what >> purpose? > > I maintain a ChangeLog: I use 'C-x 4 a' to make a ChangeLog entry and > depending on how I make a commit, I plonk that ent

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > We are lucky. Good that we have him. 👍 > It depends on how clean the clean target should make. I went for very > clean but wouldn't mind if the ChangeLog was kept. For what purpose? I maintain a ChangeLog: I use 'C-x 4 a' to make a ChangeLog entry and depending on how

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Tassilo Horn
Arash Esbati writes: >> I totally don't mind when you fix my errors and oversights. That's >> exactly why I've hired you. ;-) > > And I rely on Keita looknig after me ;-) We are lucky. Good that we have him. > I have another question about this rule: > > clean: > rm -f $(ALL_G

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > I totally don't mind when you fix my errors and oversights. That's > exactly why I've hired you. ;-) And I rely on Keita looknig after me ;-) I have another question about this rule: clean: rm -f $(ALL_GENERATED_FILES) \ $(wildcard *.

main 16a5896f: ; * GNUmakefile: Fix last change.

2024-04-25 Thread Arash Esbati
branch: main commit 16a5896f6d61c3ab693bfe374608b088163a2b69 Author: Arash Esbati Commit: Arash Esbati ; * GNUmakefile: Fix last change. --- GNUmakefile | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 892d1c3c..999861cb 100644

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Tassilo Horn
Arash Esbati writes: > Thanks. Do you mind if I add this change to it: I totally don't mind when you fix my errors and oversights. That's exactly why I've hired you. ;-) >> Strange enough, it doesn't catch the cl-member warning above and also >> not the ones Uwe mentioned > > I see what Uwe r

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > Done. Thanks. Do you mind if I add this change to it: --8<---cut here---start->8--- diff --git a/GNUmakefile b/GNUmakefile index 892d1c3c..999861cb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -83,7 +83,8 @@ clean: rm -f $(ALL

Re: [can't compile the main branch]

2024-04-25 Thread Tassilo Horn
Tassilo Horn writes: >>> The original problem was that elpa.gnu.org did not have TeX >>> installed. After fixing it there was another problem of access >>> rights when running TeX. I believe it is now fixed and it should get >>> built within the next 6 hours. Knocking on wood. 🙂 >> >> Sadly,

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Tassilo Horn
Arash Esbati writes: >> If you have more than those, yes: >> >> In bib-find-next: >> bib-cite.el:944:8: Warning: ‘find-tag’ is an obsolete function (as of >> 25.1); use ‘xref-find-definitions’ instead. >> >> In end of data: >> tex-info.el: Warning: the function ‘cl-member’ might not be defined at

main b1da63be: Add dynvars-check make target

2024-04-25 Thread Tassilo Horn
branch: main commit b1da63be543aae20530fbaa90c04fbc7222040c3 Author: Tassilo Horn Commit: Tassilo Horn Add dynvars-check make target --- GNUmakefile | 12 1 file changed, 12 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 1b4499a3..892d1c3c 100644 --- a/GNUmakefile

Re: [can't compile the main branch]

2024-04-25 Thread Tassilo Horn
Tassilo Horn writes: >> The original problem was that elpa.gnu.org did not have TeX >> installed. After fixing it there was another problem of access >> rights when running TeX. I believe it is now fixed and it should get >> built within the next 6 hours. Knocking on wood. 🙂 > > Sadly, the la

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > If you have more than those, yes: > > In bib-find-next: > bib-cite.el:944:8: Warning: ‘find-tag’ is an obsolete function (as of > 25.1); use ‘xref-find-definitions’ instead. > > In end of data: > tex-info.el: Warning: the function ‘cl-member’ might not be defined at > runt

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Tassilo Horn
Uwe Brauer writes: >> No, certainly not. Getting rid of all that complicated stuff no one >> of the current auctex maintainers understands and which is basically >> not needed anymore, is exactly the purpose of the exercise. > > 😭 > > So I have to use the developer version in place, and testing

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Arash Esbati
Uwe Brauer writes: > First of all thanks Arash, that might have been a bit complicated. I > appreciate it. You're welcome. Actually not, I took most of it from our old Makefile.in. > I was late yesterday night, so since Tassilo already applied the patch, > > * From my git clone > > I pulled >

Re: main branch: why not have make elpa or ./confiure --with-elpa

2024-04-25 Thread Tassilo Horn
Uwe Brauer writes: > Given the current difficulties of compiling the main branch, for users > that don't use Emacs > 29.1 or don't use git, but would like to test > and contribute say style files: The issues have been resolved. > 1. Could we leave things as if were, that is > >1. .c

Re: [can't compile the main branch]: SOLVED

2024-04-25 Thread Uwe Brauer
> Uwe Brauer writes: > If you have more than those, yes: > In bib-find-next: > bib-cite.el:944:8: Warning: ‘find-tag’ is an obsolete function (as of 25.1); > use ‘xref-find-definitions’ instead. > In end of data: > tex-info.el: Warning: the function ‘cl-member’ might not be defined at > runt

Re: [can't compile the main branch]

2024-04-25 Thread Arash Esbati
Tassilo Horn writes: > Thanks, applied with the minor change that I use $(wildcard *.el) > instead of listing all lisp files and binding them to AUCSRC. Thanks. Yes, $(wildcard *.el) is easier. I removed also some code remainder. Best, Arash