Re: Feature comparison Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-06-09 Thread Arash Esbati
Jeremy Bryant writes: > I find this summary useful, how about adding it to the manual? Thanks, but I don't think it is useful for the manual. If at all, I think a more profound comparison is needed, but AUCTeX manual is not the right place for it. Maybe EmacsWiki or emacs.stackexchange.com or

Re: Feature request: style file for `standalone` class

2024-06-04 Thread Arash Esbati
Leo Stein writes: > Dear Arash, Thank you for this lovely addition! I tested it and it > works great for me. Great, you're welcome, and thanks for your feedback. Best, Arash

master f749f73d: ; Add Maintainer: auctex-devel@gnu.org to various files

2024-06-04 Thread Arash Esbati
branch: master commit f749f73d4cf901fe8ae325db36a4c4b7bf272cad Author: Jeremy Bryant Commit: Arash Esbati ; Add Maintainer: auctex-devel@gnu.org to various files * bib-cite.el, context-en.el context.el, lpath.el tex-bar.el, tex-jp.el tex-style.el, tex-wizard.el

master 0bca1c5f: ; Fix typo

2024-06-04 Thread Arash Esbati
branch: master commit 0bca1c5f973c534d690e892f451b2cd08deebb16 Author: Arash Esbati Commit: Arash Esbati ; Fix typo * tex.el (TeX-region-create): * style/paracol.el (LaTeX-paracol--used-model): Fix typo. --- style/paracol.el | 2 +- tex.el | 2 +- 2 files changed, 2

master 25ecdd41: ; Fix last change

2024-06-03 Thread Arash Esbati
branch: master commit 25ecdd413c7e0fcdb18b02444c511f35cb8c00d6 Author: Arash Esbati Commit: Arash Esbati ; Fix last change * style/diagbox.el (LaTeX-diagbox-key-val-options): Check also if the styles are actually loaded. Fix comment. --- style/diagbox.el | 8 +--- 1

Re: Feature request: style file for `standalone` class

2024-06-03 Thread Arash Esbati
Arash Esbati writes: > Leo Stein writes: > >> Firstly, thank you for my most-used emacs major mode! My basic elisp >> skills mean I don't know how to do the following. I'd like to create a >> style file for using the `standalone` class with one most important >> f

master 0b37ed8a: Parse the value of class key

2024-06-03 Thread Arash Esbati
branch: master commit 0b37ed8a255b407114418080f534951f987388cb Author: Arash Esbati Commit: Arash Esbati Parse the value of class key * style/standalone.el (LaTeX-standalone-auto-cleanup): New function. ("standalone"): Use the correct function. (LaTeX-standa

master 9cbe8322: * RELEASE: Clarify requirement for FSF copyright assignment.

2024-06-02 Thread Arash Esbati
branch: master commit 9cbe83220c9181d2f22bbd74b30b35c4d3ceb1bc Author: Arash Esbati Commit: Arash Esbati * RELEASE: Clarify requirement for FSF copyright assignment. --- RELEASE | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/RELEASE b/RELEASE index 040e72a8

master 94eb2e79: Update style/simpleicons.el to package v12.0.0

2024-06-02 Thread Arash Esbati
branch: master commit 94eb2e79645290b9872a0c65fcf5680be35077f9 Author: Arash Esbati Commit: Arash Esbati Update style/simpleicons.el to package v12.0.0 * style/simpleicons.el (LaTeX-simpleicons-icons): Update icon names. --- style/simpleicons.el | 232

master c2015449: Consider class/packages without options as well

2024-06-02 Thread Arash Esbati
branch: master commit c2015449ec1e16cddb7097547526c75ef174 Author: Arash Esbati Commit: Arash Esbati Consider class/packages without options as well * latex.el (LaTeX-auto-cleanup): Add class and packages without options also to `LaTeX-provided-class-options' and `LaTeX

master 1d17ee5a 2/2: ; NEWS.org: Update the file.

2024-06-02 Thread Arash Esbati
branch: master commit 1d17ee5a35d78022d73770c346549edcc5e84150 Author: Arash Esbati Commit: Arash Esbati ; NEWS.org: Update the file. --- NEWS.org | 5 + 1 file changed, 5 insertions(+) diff --git a/NEWS.org b/NEWS.org index 92c41293..9e592263 100644 --- a/NEWS.org +++ b/NEWS.org

master d2f4269e 1/2: Add new style/standalone.el

2024-06-02 Thread Arash Esbati
branch: master commit d2f4269e6a5e2b23f328ee0a861a94cdd51ccea9 Author: Arash Esbati Commit: Arash Esbati Add new style/standalone.el * Makefile.in (STYLESRC): Add new style. * style/standalone.el: New file. --- Makefile.in | 2 +- style/standalone.el | 153

master 256f4c13 2/2: Add new style/diagbox.el

2024-06-02 Thread Arash Esbati
branch: master commit 256f4c1309ce687d25676616dc81a8ec472b8bd8 Author: Arash Esbati Commit: Arash Esbati Add new style/diagbox.el * Makefile.in (STYLESRC): Add new style. * style/diagbox.el: New file. --- Makefile.in | 3 +- style/diagbox.el | 91

master 0b50ae33 1/2: ; Fix last change

2024-06-02 Thread Arash Esbati
branch: master commit 0b50ae3390b00192f65f0ed96407564838ef96ef Author: Arash Esbati Commit: Arash Esbati ; Fix last change * style/standalone.el: Silence the compiler. ("standalone"): Fix the function name. --- style/standalone.el | 21 +++-- 1 file c

master updated (c2015449 -> 1d17ee5a)

2024-06-02 Thread Arash Esbati
esbati pushed a change to branch master. from c2015449 Consider class/packages without options as well new d2f4269e Add new style/standalone.el new 1d17ee5a ; NEWS.org: Update the file. Summary of changes: Makefile.in | 2 +- NEWS.org| 5 ++

master updated (1d17ee5a -> 256f4c13)

2024-06-02 Thread Arash Esbati
esbati pushed a change to branch master. from 1d17ee5a ; NEWS.org: Update the file. new 0b50ae33 ; Fix last change new 256f4c13 Add new style/diagbox.el Summary of changes: Makefile.in | 3 +- style/diagbox.el| 91

Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-06-02 Thread Arash Esbati
Jeremy Bryant writes: > OK so if there is no need to chase past contributors, potentially the > last sentence can be removed? > > 82 procedure for Emacs contributors). The same holds for past > 83 contributors. The principal authors and maintainers have already done > 84 so, but it

Re: Feature comparison Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-30 Thread Arash Esbati
Paul Nelson writes: > There is some relevant discussion at > https://www.reddit.com/r/emacs/comments/8wpatw/auctex_vs_texmode_or_giving_a_texmode_another/, > which notes the slower load time of AUCTeX (once per session), some > difference in the behavior of imenu (not an issue if you use >

Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-29 Thread Arash Esbati
Jeremy Bryant writes: > Arash, is the below wording on copyright assignment(from your link) > still accurate? See Tassilo's response. > Are new contributors checked Of course. Best, Arash

Re: Feature comparison Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-29 Thread Arash Esbati
Tassilo Horn writes: > I guess when you only write short documents like letters, there's > probably no need for all those features that come with AUCTeX. But > that's just a guess. No actual user told me their reasons. This is also what I've read over the time: Some people don't like AUCTeX's

master b4ffddfa: ; Checkdoc fixes for interactive commands

2024-05-28 Thread Arash Esbati
branch: master commit b4ffddfa5915e005a8ffb302a4e7c3dee25b23ab Author: Jeremy Bryant Commit: Arash Esbati ; Checkdoc fixes for interactive commands * preview.el.in (preview-copy-region-as-mml): Add docstring. (preview-install-styles): Add arg in docstring, and add checkdoc

Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-28 Thread Arash Esbati
Jeremy Bryant writes: > Great, this seems to be a major obstacle removed! That was a good change also for other reasons -- kudos to Keita for doing it. > Again, this only works if users are provided with general network > access. Depending on site policy, this is sometimes not permitted, >

Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-28 Thread Arash Esbati
Jeremy Bryant writes: > There are however at least 2 scenarios where there are benefits to > having auctex, a functional albeit perhaps not the most recent version, > in a distribution of Emacs. > > 1. > New LaTeX users can discover and try auctex straightaway. If they > want to upgrade, they

master dab82282: ; Clarify manual reference to `prettify-symbols-mode'

2024-05-27 Thread Arash Esbati
branch: master commit dab82282bfea86d2a417c5ba044f176a34b68078 Author: Jeremy Bryant Commit: Arash Esbati ; Clarify manual reference to `prettify-symbols-mode' * doc/auctex.texi (Prettifying): Spell out code required to enable `prettify-symbols-mode' to help new users. (bug

Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-27 Thread Arash Esbati
Uwe Brauer writes: > I presume, he wants to clone GNU emacs from the git repository, compile > it and auctex is already included in that tree, like gnus, so that it > would not be necessary to use the package system. Ah, thanks for the translation ;-) So the question was: Why isn't AUCTeX in

Re: distribution of AUCTeX and built-in TeX/LaTeX modes

2024-05-27 Thread Arash Esbati
Jeremy Bryant writes: > The Emacs manual says > >• The AUCTeX package provides more advanced features for editing TeX > and its related formats, including the ability to preview TeX > equations within Emacs buffers. Unlike BibTeX mode and the RefTeX > package, AUCTeX is not

main 2d271c90: Merge remote-tracking branch 'origin/master'

2024-05-27 Thread Arash Esbati
branch: main commit 2d271c90605476024c474194aca615bdf4a8ab90 Merge: 6b1c1f6d d0af6f6c Author: Arash Esbati Commit: Arash Esbati Merge remote-tracking branch 'origin/master' --- NEWS.org | 34 + doc/auctex.texi| 27 ++-- doc/changes.texi | 34 - font-latex.el

main updated (6b1c1f6d -> 2d271c90)

2024-05-27 Thread Arash Esbati
esbati pushed a change to branch main. from 6b1c1f6d Tune byte compile condition adds 9cd9d15c Improve style/dinbrief.el adds 4666795a Drop usage of `LaTeX-env-contents' adds dc1a8ee5 Delete `LaTeX-env-contents' adds 3b0becf0 Split out the electric version

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

2024-05-27 Thread Arash Esbati
branch: master commit d0af6f6c77940cc1dd124030d5c7809d675783ca Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 5 + 1 file changed, 5 insertions(+) diff --git a/NEWS.org b/NEWS.org index 28c70289..92c41293 100644 --- a/NEWS.org +++ b/NEWS.org

master 04fc7313: ; Fix docstring and comment

2024-05-27 Thread Arash Esbati
branch: master commit 04fc731398b2980a17e0665b286c8423b5245b6e Author: Arash Esbati Commit: Arash Esbati ; Fix docstring and comment * latex.el (LaTeX-check-insert-macro-default-style): Fix docstring. * style/floatrow.el: Remove stale comment. --- latex.el

master 7de5f1bb: Make opt. args more resilient against color bleeds

2024-05-27 Thread Arash Esbati
branch: master commit 7de5f1bbdd186bc84a8bd764e843a308f798210f Author: Arash Esbati Commit: Arash Esbati Make opt. args more resilient against color bleeds * font-latex.el (font-latex-find-matching-close): Improve boundaries recognition of optional arguments, especially when

master 41546c5b: Adjust color macros support for in-buffer completion

2024-05-27 Thread Arash Esbati
branch: master commit 41546c5b912dfcc37c813b8113bb69ac84e9b55e Author: Arash Esbati Commit: Arash Esbati Adjust color macros support for in-buffer completion * style/color.el (LaTeX-color-used-model-regexp) (LaTeX-color-used-model, LaTeX-color-used-model-requires-spec-p

master d4485d06: Improve documentation for interactive functions

2024-05-26 Thread Arash Esbati
branch: master commit d4485d06604b8369dee4cd842fbf039e330eaa2f Author: Jeremy Bryant Commit: Arash Esbati Improve documentation for interactive functions * latex.el (LaTeX-environment): Correct docstring for required arg. (LaTeX-close-environment, LaTeX-fill-paragraph

Re: master 45ee2f9e 3/3: Update documentaion on changes related to delete-selection

2024-05-25 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Ah, I think so. I just pushed the fix. Thanks for spotting this. Thanks, I tracked your change in our NEWS.org. Best, Arash

Re: tex-site.elc generation on main branch

2024-05-25 Thread Arash Esbati
Uwe Brauer writes: > Ok, the compilation takes awfully long. Tassilo explained why, but it > is really annoying and makes testing a bit cumbersome . Do you run make with the '-j' switch? I tried building AUCTeX on my old Windows box with 'time make -j8' and it took around 2:20 minutes.

master 06801482: ; * NEWS.org (Fixed): Track last change in changes.texi.

2024-05-25 Thread Arash Esbati
branch: master commit 06801482839fa811dfe5a4a829e901b16900debc Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org (Fixed): Track last change in changes.texi. --- NEWS.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 169cca83

master ae9efe74 2/2: ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152).

2024-05-24 Thread Arash Esbati
branch: master commit ae9efe74e16469f53d08659e911888d8b3e17ffa Author: Jeremy Bryant Commit: Arash Esbati ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152). --- latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex.el b/latex.el index 67680cee..baedfdc8

master ad433865 1/2: ; Checkdoc improvements

2024-05-24 Thread Arash Esbati
branch: master commit ad4338652bac5807bc3433ab10619a3ffc02fbec Author: Jeremy Bryant Commit: Arash Esbati ; Checkdoc improvements * tex.el (TeX-engine-in-engine-alist): Capitalize argument. (TeX-source-correlate-start-server-flag): Follow non-nil convention (bug#71132

master updated (14a9e220 -> ae9efe74)

2024-05-24 Thread Arash Esbati
esbati pushed a change to branch master. from 14a9e220 ; * NEWS.org: Update the file. new ad433865 ; Checkdoc improvements new ae9efe74 ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152). Summary of changes: latex.el | 2 +- tex.el | 4 ++-- 2 files changed, 3

Re: master 45ee2f9e 3/3: Update documentaion on changes related to delete-selection

2024-05-21 Thread Arash Esbati
Ikumi Keita writes: > branch: master > commit 45ee2f9e674a82037c5d67d8851721255b8237d0 > Author: Artem Yurchenko > Commit: Ikumi Keita > > Update documentaion on changes related to delete-selection > > * doc/auctex.texi: > * doc/changes.texi: > Update documentaion on

master 14a9e220: ; * NEWS.org: Update the file.

2024-05-21 Thread Arash Esbati
branch: master commit 14a9e22062dd7381d6570fefd302858cf5bf4585 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 29 + 1 file changed, 29 insertions(+) diff --git a/NEWS.org b/NEWS.org index 451056a7..169cca83 100644

main 8d0569db: * auctex.el: Fix Commentary section.

2024-05-19 Thread Arash Esbati
branch: main commit 8d0569dbd09a5e237e18bc0b3733b24f34755072 Author: Arash Esbati Commit: Arash Esbati * auctex.el: Fix Commentary section. --- auctex.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/auctex.el b/auctex.el index 40a3b311..b308fd78 100644

main 73edb373: Release GNU AUCTeX 14.0.5

2024-05-19 Thread Arash Esbati
branch: main commit 73edb3731e4bdbe3760fb4c12f94ae1aa075458f Author: Arash Esbati Commit: Arash Esbati Release GNU AUCTeX 14.0.5 * auctex.el: Bump version for ELPA release. --- auctex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctex.el b/auctex.el

Re: AUCTeX style for amsrefs package

2024-05-18 Thread Arash Esbati
Wierdl Máté writes: > Fantastic, thank you! You're welcome. Feel free to report any glitches with the style. Best, Arash

Re: AUCTeX style for amsrefs package

2024-05-17 Thread Arash Esbati
Arash Esbati writes: > based on this Q[1], I had a brief but closer look and it seems it is > not that hard to support amsrefs package within AUCTeX, given that there > is amsreftex[2]. I don't have a clue about amsrefs, so this is a stab > in the dark. I installed amsrefs.el (61

Re: Supporting .ltx extension in `TeX-one-master'

2024-05-17 Thread Arash Esbati
Arash Esbati writes: > diff --git a/tex.el b/tex.el > index da2f91fe..374f202f 100644 > --- a/tex.el > +++ b/tex.el > @@ -2296,7 +2296,7 @@ It is suggested that you use the File Variables (see > the info node >(member x (quote (t nil shared dw

master 2e52d827: * doc/auctex.texi (Multifile): Mention addition of .ltx extension.

2024-05-17 Thread Arash Esbati
branch: master commit 2e52d827734d8b0f3c883c7c19ea4a44688247ff Author: Arash Esbati Commit: Arash Esbati * doc/auctex.texi (Multifile): Mention addition of .ltx extension. --- doc/auctex.texi | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/auctex.texi b/doc

master dc1a8ee5 2/2: Delete `LaTeX-env-contents'

2024-05-16 Thread Arash Esbati
branch: master commit dc1a8ee51e5ed8365aa969c1e845ba6b70203848 Author: Arash Esbati Commit: Arash Esbati Delete `LaTeX-env-contents' * doc/auctex.texi (Adding Environments): * latex.el (LaTeX-env-contents): Delete now unused function. --- doc/auctex.texi | 3 --- latex.el

master 4666795a 1/2: Drop usage of `LaTeX-env-contents'

2024-05-16 Thread Arash Esbati
branch: master commit 4666795a8f6f5e5b436629b9828c77aad4477789 Author: Arash Esbati Commit: Arash Esbati Drop usage of `LaTeX-env-contents' * latex.el (LaTeX-common-initialization): Drop `LaTeX-env-contents' and use the new way of query for arguments. This allows in-buffer

master updated (9cd9d15c -> dc1a8ee5)

2024-05-16 Thread Arash Esbati
esbati pushed a change to branch master. from 9cd9d15c Improve style/dinbrief.el new 4666795a Drop usage of `LaTeX-env-contents' new dc1a8ee5 Delete `LaTeX-env-contents' Summary of changes: doc/auctex.texi | 3 --- latex.el| 29 -

Re: [PATCH] Update dinbrief class

2024-05-16 Thread Arash Esbati
"Dr. Werner Fink" writes: > It works here, sorry for the typo. Thanks for checking and the update. I installed that change (commit 9cd9d15c) under your name. Best, Arash

master 9cd9d15c: Improve style/dinbrief.el

2024-05-16 Thread Arash Esbati
branch: master commit 9cd9d15cf807c3d5ef160f288d88568e757073da Author: Werner Fink Commit: Arash Esbati Improve style/dinbrief.el * style/dinbrief.el (LaTeX-dinbrief-class-options): New variable. ("dinbrief"): Add fontification support. (LaTeX-dinbrief-insert)

Re: [PATCH] Update dinbrief class

2024-05-16 Thread Arash Esbati
Werner Fink writes: > Nowadays UTF-8 is standard, also port the features of the letter class > to dinbrief class. Thanks for the patch. I admit I've never had a closer look at dinbrief.el, but after applying your patch, I had a brief look and I suggest this which includes your change. I fixed

Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3

2024-05-16 Thread Arash Esbati
"Dr. Werner Fink" writes: > I now skip lwarp.sty by using: > > %if %{with tex4auto} > pwd > echo "Run the command TeX-auto-generate-global in mini buffer" > ignore="$(sed -rn '/^\(defcustom TeX-ignore-file/,+1{ > s@^\s+@@;s@()(\)\$)@\1|lwarp\\.sty\2@p }' <

Re: [SOLVED]

2024-05-15 Thread Arash Esbati
Uwe Brauer writes: > ah, I am an idiot. I did it the other way around. I first opened the > file and then set the variable. After changing the order and following > *precisely* your steps, it works. It works even with my init file. > > Thanks so much for you patience and sorry for me being

Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3

2024-05-15 Thread Arash Esbati
"Dr. Werner Fink" writes: > That help a lot but at the end it stumbles over lwarp.sty with an other > error: > > [ 109s] Error: scan-error ("Containing expression ends prematurely" 4 5) > > I'll attach the lisp backtrace I think this is an issue within lwarp.sty which has entries like this:

Re: enhance tex-fold to include the exam class

2024-05-15 Thread Arash Esbati
Uwe Brauer writes: "UB" == Uwe Brauer writes: > >> Confirmed. So my init file is the culprit. Sigh, that will take some >> time to debug. > > I have to correct this statement. When trying to bisect my init file, I > failed. So I repeated the emacs -Q procedure and *it failed* for some >

Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3

2024-05-14 Thread Arash Esbati
(Resend this time with auctex-devel in CC) Hi Werner, > "Dr. Werner Fink" writes: >> Hmmm ... for me this is a service for the users and customers. If >> this really does not work I suggest to drop this feature. I had done >> this now appr. 30 year, means longer than I worked here at SUSE.

master e30189d9: ; * NEWS.org: Update for 14.0.5 ELPA release.

2024-05-14 Thread Arash Esbati
branch: master commit e30189d92a701ab22a69a09fe2b9e9619fff6ce8 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update for 14.0.5 ELPA release. --- NEWS.org | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 7a21f227..451056a7 100644

Re: enhance tex-fold to include the exam class

2024-05-13 Thread Arash Esbati
Uwe Brauer writes: > Confirmed. So my init file is the culprit. Sigh, that will take some > time to debug.  > Yeah, this class goes back to 199X and the author, although still active > confesses that he is not a very acquainted with modern LaTeX constructs. > Ok this is a lame excuse, but I

Re: enhance tex-fold to include the exam class

2024-05-13 Thread Arash Esbati
Uwe Brauer writes: >> Uwe Brauer writes: > > Well > > 1. I tried that setting, > > 2. Opened the file sent in an earlier message > > 3. Run outline-minor-mode > > 4. Then I run either > >1. Hide entry > >2. Or hide body > > But in no case is see > >

Re: enhance tex-fold to include the exam class

2024-05-13 Thread Arash Esbati
Arash Esbati writes: > Maybe I'm getting this wrong, but the requirement above sounds like your > looking for outlining and not folding. You could something like this: > > (setq TeX-outline-extra > '(("[ \t]*titledquestion\\b" 5))) > > and then activ

Re: enhance tex-fold to include the exam class

2024-05-13 Thread Arash Esbati
Uwe Brauer writes: > Please consider this minimal example > > \documentclass[addpoints,12pt]{exam} > \usepackage[utf8]{inputenc} > \usepackage[T1]{fontenc} > > \begin{document} > > \begin{questions} > \titledquestion{Chevalier de Méré and the dices} > \label{sec:org8ae33b2} >

master a7f80ab8: Replace `TeX-arg-eval' in style/moodle.el

2024-05-13 Thread Arash Esbati
branch: master commit a7f80ab858775cd00f76637d70504941535898ae Author: Arash Esbati Commit: Arash Esbati Replace `TeX-arg-eval' in style/moodle.el * style/moodle.el (LaTeX-moodle-question-env-with-args): Delete function. (LaTeX-moodle-answer-key-val-options): New variable

master 600b9244: ; * NEWS.org: Fix last change.

2024-05-13 Thread Arash Esbati
branch: master commit 600b92446fd767a7888ca7924b2c34252074d7ff Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Fix last change. --- NEWS.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 09e98daa..7a21f227 100644 --- a/NEWS.org

master 7b9efc2e: ; * style/amsrefs.el ("amsrefs"): Add the "biblist*" environment.

2024-05-10 Thread Arash Esbati
branch: master commit 7b9efc2e17c25bdb7e928e9eb865d2c09f3326b8 Author: Arash Esbati Commit: Arash Esbati ; * style/amsrefs.el ("amsrefs"): Add the "biblist*" environment. --- style/amsrefs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styl

Re: [PATCH] fix delete-property handling

2024-05-10 Thread Arash Esbati
Ikumi Keita writes: >> It's been more than a month since I've sent my signed papers, and >> still no progress :( I have signed them though, I can send them here >> too. It's just the FSF signature that is missing. > > Hmm, that's a pity. Arash, Tassilo, Mosè and David, what do you think > about

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

2024-05-09 Thread Arash Esbati
branch: master commit bf7ceef14fbe8e9c3deb8d285de33147977ef0ed Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 137 +++ 1 file changed, 137 insertions(+) diff --git a/NEWS.org b/NEWS.org

master 61f8825c: Add new style/amsrefs.el

2024-05-08 Thread Arash Esbati
branch: master commit 61f8825cfdd2d3746e7d85e0d9c91811d0ec3d38 Author: Arash Esbati Commit: Arash Esbati Add new style/amsrefs.el * Makefile.in (STYLESRC): Add new style. * style/amsrefs.el: New file. --- Makefile.in | 2 +- style/amsrefs.el | 233

Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3

2024-05-08 Thread Arash Esbati
Hi Werner, "Dr. Werner Fink" writes: > normally with every update of AUCTeX or TeXlive I do within a clean > chroot with full TeXLive tree a scan of all style files via > TeX-auto-generate-global ... This is a dangerous operation; AUCTeX is known to produce sub-optimal (not to say gibberish)

master 59ddea9f: Correct variable name

2024-05-08 Thread Arash Esbati
branch: master commit 59ddea9f134e1c16206749b38314a47acde680de Author: Arash Esbati Commit: Arash Esbati Correct variable name * latex.el (TeX-normal-mode-reset-list): Fix the name of the variable added to the list which is `LaTeX-global-class-files'. Reported by Werner

Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3

2024-05-08 Thread Arash Esbati
Werner Fink writes: > Signed-off-by: Werner Fink > --- Hi Werner, thanks for the change set. I have some question, see below. > latex.el | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/latex.el b/latex.el > index 5c6a8510..0f970949 100644 > ---

master cba5820c: Allow compilation messages to be suppressed

2024-05-07 Thread Arash Esbati
branch: master commit cba5820cf80ca46b08956d7f94f9b98e0e222db8 Author: Paul Nelson Commit: Arash Esbati Allow compilation messages to be suppressed * tex.el (TeX-suppress-compilation-message): New variable. (TeX-run-command): Use it. (bug#70783) --- tex.el | 10 +++--- 1

master 5f039df9: ; * NEWS.org: Update the file.

2024-05-06 Thread Arash Esbati
branch: master commit 5f039df961e910402f4a8b742cc2f82371f2e688 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index 10e890e0..f0649d6f 100644

master 1d66dd1f: Enable lexical-binding in auto-generated styles

2024-05-06 Thread Arash Esbati
branch: master commit 1d66dd1f6f047c05f0802b58c1924ec1f9700fd9 Author: Arash Esbati Commit: Arash Esbati Enable lexical-binding in auto-generated styles * tex.el (TeX-auto-store): Add lexical cookie to auto-generated style files. --- tex.el | 1 + 1 file changed, 1 insertion

master 0caa1706: Fix previews in indirect buffers

2024-05-05 Thread Arash Esbati
branch: master commit 0caa1706494d465d00c82c268e35acee52e8fd9a Author: Paul Nelson Commit: Arash Esbati Fix previews in indirect buffers * preview.el.in (preview-region): Revert the change from buffer-file-name to (TeX-buffer-file-name) introduced

master 5fdc2350: Generalize some error description regexp

2024-05-05 Thread Arash Esbati
branch: master commit 5fdc23508032d08097b1c1a82928267426b0f03b Author: Paul Nelson Commit: Arash Esbati Generalize some error description regexp * latex.el (LaTeX-error-description-list): Generalize regexp for begin/end mismatch error, so that a line number may be given

master updated (2d0c7011 -> 06c0df55)

2024-05-04 Thread Arash Esbati
esbati pushed a change to branch master. from 2d0c7011 Allow multiple preview preprocessors new 8b6a6bbc Allow programmatic preview abortion new 06c0df55 Expand default auto-reveal options Summary of changes: preview.el.in | 19 --- tex-fold.el | 4

master 06c0df55 2/2: Expand default auto-reveal options

2024-05-04 Thread Arash Esbati
branch: master commit 06c0df55a49cf1946042ec540a0c5ac503279cfb Author: Paul Nelson Commit: Arash Esbati Expand default auto-reveal options * preview.el.in (preview-auto-reveal-commands): * tex-fold.el (TeX-fold-auto-reveal-commands): Add pop-to-mark-command and undo

master 8b6a6bbc 1/2: Allow programmatic preview abortion

2024-05-04 Thread Arash Esbati
branch: master commit 8b6a6bbce4704ac3b759a5f09ea0844dfd624892 Author: Paul Nelson Commit: Arash Esbati Allow programmatic preview abortion * preview.el.in (preview-abort-flag): New variable. (preview-TeX-inline-sentinel): Use it. (bug#70630) --- preview.el.in | 15

master 2d0c7011: Allow multiple preview preprocessors

2024-05-02 Thread Arash Esbati
branch: master commit 2d0c70114e5c475f311c1c481dae060c3e2cd882 Author: Paul Nelson Commit: Arash Esbati Allow multiple preview preprocessors * preview.el.in (preview-preprocessor-functions): New variable, replacing `preview-preprocessor-function'. (preview-region): Use

master 8db1e90b: Make auto-reveal customizations easier to extend

2024-05-02 Thread Arash Esbati
branch: master commit 8db1e90b6d25beb72b5ebbc706b6def64794dcf8 Author: Paul Nelson Commit: Arash Esbati Make auto-reveal customizations easier to extend * preview.el.in (preview-auto-reveal-commands): New user option. (preview-auto-reveal): Use it. * doc/preview-latex.texi

master 63968cc5: * tex.el (TeX-one-master): Consider .ltx as ordinary TeX files.

2024-04-28 Thread Arash Esbati
branch: master commit 63968cc5cf56a0bcbabca55e49861865578b5bd5 Author: Arash Esbati Commit: Arash Esbati * tex.el (TeX-one-master): Consider .ltx as ordinary TeX files. --- tex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex.el b/tex.el index d2864b5f..cda1d7f6

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

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 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

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

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

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 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

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 >

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: [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

main 4714c740: ; * GNUmakefile: Delete code remainder.

2024-04-25 Thread Arash Esbati
branch: main commit 4714c740616b42997d1cca09a0297753d8246a91 Author: Arash Esbati Commit: Arash Esbati ; * GNUmakefile: Delete code remainder. --- GNUmakefile | 8 1 file changed, 8 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c10a6cd8..1b4499a3 100644

Re: [can't compile the main branch]

2024-04-24 Thread Arash Esbati
Stefan Monnier writes: >> AFAIU, using `update-file-autoloads' again means keeping track of all >> AUCTeX files in the new GNUmakefile, or is there a better solution? > > You should be able to use `update-directory-autoloads`. > It's a bit more cumbersome to use than `loaddefs-generate` but

Re: [can't compile the main branch]

2024-04-24 Thread Arash Esbati
Tassilo Horn writes: > I just wanted to say that I'll have a look about making the build > succeed in the absence of git or when running it not in a normal git > clone when I find some spare time. Thanks Tassilo. One other issue Uwe brought up was that `loaddefs-generate' isn't available for

Re: [can't compile the main branch]

2024-04-24 Thread Arash Esbati
Stefan Monnier writes: >> +# If this is not a Git repository, just generate an empty ChangeLog. >> +test -d .git || { >> + >"$output" >> + exit >> +} >> + >> # Get the new value for gen_origin from the latest version in the >> repository. >> new_origin=`git log --pretty=format:%H 'HEAD^!'`

  1   2   3   4   5   6   7   8   9   10   >