Re: [master does not generate the correct AUCTeX version ]

2024-07-05 Thread Arash Esbati
Uwe Brauer writes: > Here is the result (Thinkpad X1 2017) > > > | Branch | command | compilation time | > |+--+--| > | main | make | 3:20 | > | main | make -j8 | 1:20 | > |+--+--| > | master | make

Re: Drop tarball releases and go ELPA only

2024-07-05 Thread Arash Esbati
Tassilo Horn writes: > Mosè Giordano writes: > >> On Mon, 1 Jul 2024 at 14:17, Arash Esbati wrote: >> >> I'm personally generally in favour of moving the release process >> entirely to ELPA! > > Ditto. Same here. >>> • Archive current master

Re: [master does not generate the correct AUCTeX version ]

2024-07-05 Thread Arash Esbati
Uwe Brauer writes: > BTW any change to accelerate the byte compilation on main or will it > stay this way in order to spot error more easily? I think I asked a couple of times but can't remember the answer. Do you get an improvement on the main branch if you do: make -j$(nproc) Best, Arash

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-07-05 Thread Arash Esbati
Paul Nelson writes: > I could just as well be persuaded that AUCTeX should never take over > by default. Then, anyone updating AUCTeX to add something to their > config (a couple lines saying where LaTeX-mode should activate). I > guess that'd cause a lot of headache -- I know that I didn't

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-07-05 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I'd like to take this opportunity to take `major-mode-remap-defaults', > which will be introduced in Emacs 30, into account as well so that > AUCTeX wouldn't alter the user customize option > `major-mode-remap-alist'. Thus I propose the attached patch. Thanks,

Re: [master does not generate the correct AUCTeX version ]

2024-07-04 Thread Arash Esbati
Uwe Brauer writes: > This is now the problem, I obtain > > Can't find date with git, trying with ChangeLog.1... > echo @set VERSION 13.3 >version.texi > echo @set UPDATED 2024-01-17 >>version.texi > > Didn't we have a similar problem on main and it resolved there, I don't > remember how. I

Re: [master does not generate the correct AUCTeX version ]

2024-07-04 Thread Arash Esbati
Uwe Brauer writes: > I pulled again auctex master! Actual commit is 7fca4a201637 > I run > > make distclean > ./configure (some options) > make > > And hu tex-site.el now contains > > (defconst AUCTeX-version "13.3" > "AUCTeX version. > If not a regular release, the date of the last

master 7fca4a20: Update style/acro.el to package v3.8

2024-07-03 Thread Arash Esbati
branch: master commit 7fca4a201637b1f3ca8fb127b55296853dbd1f83 Author: Arash Esbati Commit: Arash Esbati Update style/acro.el to package v3.8 * style/acro.el (LaTeX-acro-acsetup-key-val-options) (LaTeX-acro-declareacronym-key-val-options) (LaTeX-acro-printacronyms-key-val

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-07-02 Thread Arash Esbati
Hi Paul, Paul Nelson writes: > My thought was that making AUCTeX load automatically in src mode > blocks is similar to doing the same for tex files. Both require > adjustments that could be left to the user, but have been automatic > for at least a couple decades. While forcing such

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-07-02 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I think so. `major-mode-remap-alist' is rather new in emacs history, > so I suppose there is no code other than `set-auto-mode' (and its > helper functions) that takes `major-mode-remap-alist' into account > when it determines the major mode function to run.

bug#71902: tex-site.el is not included in auctex 13.3

2024-07-02 Thread Arash Esbati
WANG Yizhen writes: > The current commit of auctex  seemed to have packed tex-site.el.in > instead of tex-site.el, which makes auctex unusable. I look forward to > a quick fix. I presume you've downloaded the 13.3 tarball, right? You still have to install the package once you unpack it. This

Drop tarball releases and go ELPA only

2024-07-01 Thread Arash Esbati
Hi all, you may have seen that there was some work in creating a new branch 'main' which can be used easily to make an ELPA release by anyone who has write access to AUCTeX repo. We have now 6 releases this way under our belt and it works quite smooth. The logical consequence from this effort

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-07-01 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I don't think that's enough. If I understand correctly, the major > problem is that LaTeX code block other than beamer code block is handled > by `latex-mode' by default. The doc string of `org-edit-special' says: > , > | The LaTeX environment is copied into

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-07-01 Thread Arash Esbati
Paul Nelson writes: > I checked that Ikumi's suggestion addresses the issue (more correctly > than my own workaround), but feel that AUCTeX should do something like > this by default, like it did (incidentally, via mode aliasing) until > the recent update. I'm not sure how best to do that.

Re: activating LaTeX-mode automatically

2024-07-01 Thread Arash Esbati
Paul Nelson writes: > Indeed, your suggestion (or deleting ":mode" from mine) fixes things. > I get now that *.tex maps to tex-mode which remaps to TeX-tex-mode, > etc. Thanks for your feedback. Good to know that AUCTeX is meanwhile a better use-package citizen ;-) I guess we have to update

main 3091f2ca: * auctex.el: Shorten 'Commentary' section to 4 lines.

2024-06-30 Thread Arash Esbati
branch: main commit 3091f2ca61e4129f1e4eb9eda9b0fbcd857f21f2 Author: Arash Esbati Commit: Arash Esbati * auctex.el: Shorten 'Commentary' section to 4 lines. --- auctex.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/auctex.el b/auctex.el index 1c320a1c..2f7af507

Re: activating LaTeX-mode automatically

2024-06-30 Thread Arash Esbati
Hi Paul, Paul Nelson writes: > What's the recommended way nowadays to activate LaTeX-mode > automatically upon opening a tex file? I would have thought that > > (use-package tex > :ensure auctex > :mode ("\\.tex\\'" . LaTeX-mode)) I presume you've installed AUCTeX from ELPA, does this

main updated (be36aa96 -> 3bfbf2c5)

2024-06-30 Thread Arash Esbati
esbati pushed a change to branch main. from be36aa96 Release GNU AUCTeX 14.0.6 adds 71723188 ; * NEWS.org: Update the file. new 3bfbf2c5 Merge remote-tracking branch 'origin/master' Summary of changes: NEWS.org | 2 ++ 1 file changed, 2 insertions(+)

main 3bfbf2c5: Merge remote-tracking branch 'origin/master'

2024-06-30 Thread Arash Esbati
branch: main commit 3bfbf2c55f3b25e80149e0075cda32f69f37cf77 Merge: be36aa96 71723188 Author: Arash Esbati Commit: Arash Esbati Merge remote-tracking branch 'origin/master' --- NEWS.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.org b/NEWS.org index 545adce2..d8ce5658

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

2024-06-30 Thread Arash Esbati
branch: master commit 71723188b7156fac06def9213d2bd66ca448d60e Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.org b/NEWS.org index 545adce2..d8ce5658 100644 --- a/NEWS.org +++ b/NEWS.org

main updated (9f8ee9b5 -> be36aa96)

2024-06-30 Thread Arash Esbati
esbati pushed a change to branch main. from 9f8ee9b5 Merge remote-tracking branch 'origin/master' adds b3305a78 Prefer `setq-local' in doc/auctex.texi adds e0e0fe67 Prefer `setq-local' in preview.el.in adds 0e47fa35 Update style/simpleicons.el to package v12.4.0

main be36aa96 2/2: Release GNU AUCTeX 14.0.6

2024-06-30 Thread Arash Esbati
branch: main commit be36aa96c813125a1f3849e13223fc68cd09e847 Author: Arash Esbati Commit: Arash Esbati Release GNU AUCTeX 14.0.6 * 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

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

2024-06-30 Thread Arash Esbati
branch: main commit d15c8a65a7c6440c3cf54e6a1265fafae45c110d Merge: 9f8ee9b5 d039aab7 Author: Arash Esbati Commit: Arash Esbati Merge remote-tracking branch 'origin/master' --- doc/auctex.texi | 8 ++-- font-latex.el| 14 -- latex/preview.dtx| 4 +- preview.el

master d039aab7: * latex/preview.dtx: Bump date and version.

2024-06-30 Thread Arash Esbati
branch: master commit d039aab7e2e95ab530237118274b9e9375cc8256 Author: Arash Esbati Commit: Arash Esbati * latex/preview.dtx: Bump date and version. --- latex/preview.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex/preview.dtx b/latex/preview.dtx index

Re: Endnotes do not refresh

2024-06-30 Thread Arash Esbati
"Felix E. Klee" writes: > Interesting, yes I can run `\setenotez' to do some customization. Thanks, so the style seems to work. I've installed the style, it will be available with the next release. > I compared with and without `enotez.el', and visually I don’t see a > difference. You should

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-06-29 Thread Arash Esbati
Ikumi Keita writes: > Hi Robert and Paul, > >> Paul Nelson writes: >>> Functionally, version 14.0.5 has at least one shortcoming that makes it >>> unusable for me: invoking org-edit-special from an org-mode latex src block >>> opens a buffer in latex-mode (not LaTeX-mode). This is a change

bug#71164: 14.0.5; Font lock annoyance

2024-06-29 Thread Arash Esbati
Arash Esbati writes: > Arash Esbati writes: > >> Ikumi Keita writes: >> >>> It seems it does work while font lock itself is still disabled. I >>> speculate that the current syntax propertize function only needs that >>> font lock variables

Re: Endnotes do not refresh

2024-06-29 Thread Arash Esbati
"Felix E. Klee" writes: > Happy to help with testing! Thanks. > I did, put it into: `~/.emacs.d/auctex/style/enotez.el' > > Visually I don’t see changes. What should it do? If you have set `TeX-parse-self' to t (which is really recommended), AUCTeX should load the file enotez.el

master d3d0d1bc: Add new style/enotez.el

2024-06-29 Thread Arash Esbati
branch: master commit d3d0d1bc91f600ca20840fc45987c92bd1b88496 Author: Arash Esbati Commit: Arash Esbati Add new style/enotez.el * Makefile.in (STYLESRC): Add new style. * style/enotez.el: New file. --- Makefile.in | 2 +- style/enotez.el | 117

master 0e47fa35: Update style/simpleicons.el to package v12.4.0

2024-06-29 Thread Arash Esbati
branch: master commit 0e47fa35c2ed3a44a7f65b695ba1df86264d78dd Author: Arash Esbati Commit: Arash Esbati Update style/simpleicons.el to package v12.4.0 * style/simpleicons.el (LaTeX-simpleicons-icons): Update icon names. --- style/simpleicons.el | 65

Re: Endnotes do not refresh

2024-06-28 Thread Arash Esbati
"Felix E. Klee" writes: > Yes, changes are the main issue for me. It’s quite confusing. I > reported it: > > https://github.com/cgnieder/enotez/issues/49 Thanks. Please let us know if there is a change in that department and we have to track that in AUCTeX. While we're at it: Can you also

master e0e0fe67: Prefer `setq-local' in preview.el.in

2024-06-27 Thread Arash Esbati
branch: master commit e0e0fe673304e4955e2a50845182ef7e88a90b49 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in preview.el.in * preview.el.in (preview-mouse-open-error, preview-mode-setup): Prefer `setq-local' over `set' and `make-local-variable' combination

master b3305a78: Prefer `setq-local' in doc/auctex.texi

2024-06-27 Thread Arash Esbati
branch: master commit b3305a78fc4017d4d223a1599a003fddeb2c0dd2 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in doc/auctex.texi * doc/auctex.texi (Quotes): Prefer `setq-local' over `set' and `make-local-variable' combination. --- doc/auctex.texi | 8 1

main updated (f38b5ac7 -> 9f8ee9b5)

2024-06-27 Thread Arash Esbati
esbati pushed a change to branch main. from f38b5ac7 Merge remote-tracking branch 'origin/master' adds f6caa493 * tex.el (TeX-LaTeX-sentinel): Parse warning from endnotes. new 9f8ee9b5 Merge remote-tracking branch 'origin/master' Summary of changes: tex.el | 5 +

main 9f8ee9b5: Merge remote-tracking branch 'origin/master'

2024-06-27 Thread Arash Esbati
branch: main commit 9f8ee9b57f99427c7df5923e35a1b3a008953c32 Merge: f38b5ac7 f6caa493 Author: Arash Esbati Commit: Arash Esbati Merge remote-tracking branch 'origin/master' --- tex.el | 5 + 1 file changed, 5 insertions(+) diff --git a/tex.el b/tex.el index 55f592df..e67d2059 100644

master f6caa493: * tex.el (TeX-LaTeX-sentinel): Parse warning from endnotes.

2024-06-27 Thread Arash Esbati
branch: master commit f6caa4938c9cdb09cbda0c85a8e8869c090cb326 Author: Arash Esbati Commit: Arash Esbati * tex.el (TeX-LaTeX-sentinel): Parse warning from endnotes. --- tex.el | 5 + 1 file changed, 5 insertions(+) diff --git a/tex.el b/tex.el index 55f592df..e67d2059 100644

Re: Endnotes do not refresh

2024-06-27 Thread Arash Esbati
Andreas Matthias writes: > This patch works for me. Thanks. Thanks for checking and reporting back. I installed that change. > Unfortunately enotez.sty does not always issue a warning. Especially > when changing or deleting notes a warning is missing in the log file. That's a pity, I'm not

Re: Endnotes do not refresh

2024-06-27 Thread Arash Esbati
"Felix E. Klee" writes: > Here is what I try with the attached file: > > 1. C-c C-c: compile > > 2. Change the content to an endnote. > > 3. C-c C-c: compile > > 4. C-c C-c: view > > In step 4, I still see the old content of the endnote that I changed. I > have to save the file again to

Re: Problem with the AUCTeX configuration

2024-06-27 Thread Arash Esbati
"Hoffmann, Jobst" writes: > Yes, my fault, sorry for the noise! No problem, glad it was easy to solve ;-) Best, Arash

Re: Problem with the AUCTeX configuration

2024-06-27 Thread Arash Esbati
"Hoffmann, Jobst" writes: > After switching to Emacs 31.0.50 I have a configuration problem (using > use-package:custom): > > after > ,[ C-h v TeX-style-private RET ] > | TeX-style-private is a variable defined in ‘tex.el’. > | Its value is ("home/???/.config/emacs/lisp/auctex/style") > |

Re: CTAN update

2024-06-27 Thread Arash Esbati
Ikumi Keita writes: > I'm fine to have a new ELPA release now. :-) Great, I've just updated the main branch. I'll wait a day or two and make a release over the weekend. Best, Arash

main f38b5ac7: Merge remote-tracking branch 'origin/master'

2024-06-27 Thread Arash Esbati
branch: main commit f38b5ac7b1ee1f26fd05dcfbc9b04fa69ca4f765 Merge: a7f2e25f f52eeb28 Author: Arash Esbati Commit: Arash Esbati Merge remote-tracking branch 'origin/master' --- NEWS.org | 10 ++ RELEASE | 7 +- bib-cite.el | 41

main updated (a7f2e25f -> f38b5ac7)

2024-06-27 Thread Arash Esbati
esbati pushed a change to branch main. from a7f2e25f Create CTAN release tarball for preview adds dab82282 ; Clarify manual reference to `prettify-symbols-mode' adds b4ffddfa ; Checkdoc fixes for interactive commands adds 94eb2e79 Update style/simpleicons.el to

bug#71690: 14.0.5; preview-latex clips bold text with inline equations

2024-06-26 Thread Arash Esbati
Jeremy Bryant writes: > How can you check on your system which version of preview is being > used? Not sure, but I think the value of `preview-TeX-style-dir' could help: ,[ C-h v preview-TeX-style-dir RET ] | preview-TeX-style-dir is a variable defined in ‘preview.el’. | | Its value is

master 5e0db640 06/10: Prefer `setq-local' in plain-tex.el

2024-06-26 Thread Arash Esbati
branch: master commit 5e0db640620ca16f3470da53f2aac35e8e500365 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in plain-tex.el * plain-tex.el (plain-TeX-common-initialization): Prefer `setq-local' over `set' and `make-local-variable' combination. --- plain-tex.el

master e0fb3413 04/10: Prefer `setq-local' in font-latex.el

2024-06-26 Thread Arash Esbati
branch: master commit e0fb3413dbecab4d4b30ffac67a4d33778494957 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in font-latex.el * font-latex.el (font-latex-add-to-syntax-alist) (font-latex-setup): Prefer `setq-local' over `set' and `make-local-variable

master e0b0e733 01/10: Prefer `setq-local' in tex.el

2024-06-26 Thread Arash Esbati
branch: master commit e0b0e73372d0b44ad3ece0bdf036dbb8ecb14f45 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in tex.el * tex.el (TeX-bibtex-set-BibTeX-dialect, TeX-mode) (TeX-run-command, TeX-run-interactive, TeX-output-mode): Prefer `setq-local' over `set

master f52eeb28 10/10: Prefer `setq-local' in toolbar-x.el

2024-06-26 Thread Arash Esbati
branch: master commit f52eeb28eaed4690761ffa7982751d6b4589f7b9 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in toolbar-x.el * toolbar-x.el (toolbarx-install-toolbar): Prefer `setq-local' over `set' and `make-local-variable' combination. --- toolbar-x.el | 3

master 6982a218 07/10: Prefer `setq-local' in tex-info.el

2024-06-26 Thread Arash Esbati
branch: master commit 6982a218a717c7db2ab494a7ea83dc821fd250e2 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in tex-info.el * tex-info.el (Texinfo-mode): Prefer `setq-local' over `set' and `make-local-variable' combination. --- tex-info.el | 52

master 7463a646 03/10: Prefer `setq-local' in context.el

2024-06-26 Thread Arash Esbati
branch: master commit 7463a6464cd1afd957b4269cd8ccff6634cdc8a8 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in context.el * context.el (ConTeXt-mode-common-initialization): Prefer `setq-local' over `set' and `make-local-variable' combination. --- context.el

master e86f8603 08/10: Prefer `setq-local' in bib-cite.el

2024-06-26 Thread Arash Esbati
branch: master commit e86f8603293a52a6cb605707a03bc0170d01bea6 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in bib-cite.el * bib-cite.el (bib-cite-minor-mode) (bib-cite-setup-highlight-mouse-keymap, bib-etags): Prefer `setq-local' over `set' and `make-local

master 581a6610 09/10: Prefer `setq-local' in tex-wizard.el

2024-06-26 Thread Arash Esbati
branch: master commit 581a66104c04c78fa185cc1059f770b2e68a9ab0 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in tex-wizard.el * tex-wizard.el (TeX-wizard): Prefer `setq-local' over `set' and `make-local-variable' combination. --- tex-wizard.el | 2 +- 1 file

master updated (01e0d2c8 -> f52eeb28)

2024-06-26 Thread Arash Esbati
esbati pushed a change to branch master. from 01e0d2c8 Use `setq-local' new e0b0e733 Prefer `setq-local' in tex.el new a1fb4547 Prefer `setq-local' in latex.el new 7463a646 Prefer `setq-local' in context.el new e0fb3413 Prefer `setq-local' in

master fe63a90c 05/10: Prefer `setq-local' in tex-font.el

2024-06-26 Thread Arash Esbati
branch: master commit fe63a90ccda1523f23d7ca5bcee7b7eeab84db37 Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in tex-font.el * tex-font.el (tex-font-setup): Prefer `setq-local' over `set' and `make-local-variable' combination. --- tex-font.el | 25

master a1fb4547 02/10: Prefer `setq-local' in latex.el

2024-06-26 Thread Arash Esbati
branch: master commit a1fb454702423b3d81910bbe9b26ec929bd25a5a Author: Arash Esbati Commit: Arash Esbati Prefer `setq-local' in latex.el * latex.el (BibTeX-auto-store, docTeX-mode) (LaTeX-common-initialization): Prefer `setq-local' over `set' and `make-local-variable

Re: CTAN update

2024-06-26 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I see. Then I'm fine with your idea. :-) Thanks, I installed that change. Do you think we have enough changes for a 14.0.6 ELPA release? I would upload a preview tarball release to CTAN as well. Best, Arash

main a7f2e25f: Create CTAN release tarball for preview

2024-06-26 Thread Arash Esbati
branch: main commit a7f2e25f8f83bc2180f060f74d367f817a4474ed Author: Arash Esbati Commit: Arash Esbati Create CTAN release tarball for preview * GNUmakefile (preview-ctan): Add new rule for making a tarball for CTAN release of preview package. --- GNUmakefile | 29

master 01e0d2c8: Use `setq-local'

2024-06-26 Thread Arash Esbati
branch: master commit 01e0d2c8ef9d7d985533c6ae40e696782443b2f4 Author: Arash Esbati Commit: Arash Esbati Use `setq-local' * style/amsmath.el ("amsmath"): * style/appendix.el ("appendix"): * style/array.el (LaTeX-array-update-column-letters, "array

Re: CTAN update

2024-06-25 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > It seems that the new targets don't have expected dependencies. For > example, type "make preview-mk.ins" and "make preview.drv" in > succession. The second "make" re-runs > cd latex && $(TEX) '\nonstopmode \input bootstrap.ins' > , which is redundant. Yes, I

Re: CTAN update

2024-06-25 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > So I hope for our GNUmakefile, > preview.pdf: latex/preview.drv latex/preview.dtx latex/preview.sty > cd latex; \ > $(PDFLATEX) '\nonstopmode \input{preview.drv}'; \ > $(PDFLATEX) '\nonstopmode \input{preview.drv}'; \ > $(PDFLATEX)

Re: CTAN update (Re: bug#71690: 14.0.5; preview-latex clips bold text with inline equations)

2024-06-24 Thread Arash Esbati
Ikumi Keita writes: > Probably, yes. ELPA AUCTeX stores preview package under > ~/.emacs.d/elpa/auctex-x.y.z/latex and most users wouldn't add it to > kpathsea search path. Maybe we should release AUCTeX 14.0.6 and push a corresponding preview.dtx to CTAN? For that, we need some additions to

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

2024-06-24 Thread Arash Esbati
branch: master commit b0d45eb0dd9a97bd7444d0ee1494325ce6363d4d Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 2806126b..545adce2 100644 --- a/NEWS.org

bug#71690: 14.0.5; preview-latex clips bold text with inline equations

2024-06-22 Thread Arash Esbati
Ikumi Keita writes: > Thanks, I'll close this bug. Thanks Keita. Now we have one other issue to solve: We used to update preview.(dtx|ins) on CTAN with the yearly tarball release. Since a tarball release will not happen, maybe we should update the CTAN package. I presume most of preview

master 4978f1ac: * tex.el (TeX-Omega-mode): Delete obsolete minor-mode.

2024-06-21 Thread Arash Esbati
branch: master commit 4978f1ac4ee59ace595389872490061e5dbbdd0f Author: Arash Esbati Commit: Arash Esbati * tex.el (TeX-Omega-mode): Delete obsolete minor-mode. --- tex.el | 9 - 1 file changed, 9 deletions(-) diff --git a/tex.el b/tex.el index b3462d2b..0f6b753a 100644

master dca039f9: ; * style/preview.el ("preview"): Improve fontification.

2024-06-21 Thread Arash Esbati
branch: master commit dca039f91cc0b3fa48e1da6a9a91b52c7d9dbca0 Author: Arash Esbati Commit: Arash Esbati ; * style/preview.el ("preview"): Improve fontification. --- style/preview.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/style/

Re: Deleting `TeX-Omega-mode'

2024-06-21 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I don't mind it, but shouldn't we delete many other Omega related stuffs > (for example, "omega" entry in `TeX-engine-alist-builtin') as well? Thanks for your response. I wanted to delete the mode because it throws warnings when AUCTeX is installed from ELPA,

bug#71690: 14.0.5; preview-latex clips bold text with inline equations

2024-06-21 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Thanks for your report. I confirmed what you say. This is basically a > issue described in preview-latex manual[1]. However, the workaround > mentioned there, namely putting > \PreviewMacro*\textbf > in the preamble, doesn't work because it is ignored by LaTeX as

master f606c46c: ; Improve style/contract.el

2024-06-20 Thread Arash Esbati
branch: master commit f606c46ccb78b04591bf86cf489bbb55a9af74a7 Author: Arash Esbati Commit: Arash Esbati ; Improve style/contract.el * style/contract.el ("contract"): Fix support for \DeclareNewJuraEnvironment macro. --- style/contract.el | 8 +--- 1 file

Re: Deleting some obsolete variables

2024-06-20 Thread Arash Esbati
Ikumi Keita writes: > Ah, OK. I'll delete that, too. 

Re: main-branch: Values of `TeX-lisp-directory' and `TeX-data-directory'

2024-06-20 Thread Arash Esbati
Tassilo Horn writes: > Looks good. Thanks, I installed that change. > .elpaignore can be ignored. I'd keep .dir-locals.el in case someone > wants to create a patch by modifying the installed el files. Sounds reasonable. Can you cater for .elpaignore? TIA. Best, Arash

main dee7d873: Remove final slash from directory added to `load-path'

2024-06-20 Thread Arash Esbati
branch: main commit dee7d873ba5ef38961d531cc32f50526f7c59d1d Author: Arash Esbati Commit: Arash Esbati Remove final slash from directory added to `load-path' * GNUmakefile (tex-site.el): Use `directory-file-name' in order to avoid a final slash in the values of `TeX-lisp

Re: Deleting some obsolete variables

2024-06-20 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Yes, I think we can. If I don't see objections, I'll delete the block in > a few days. Great, thanks. While we're at it: Do we still need the 'feature/fix-mode-names-overlap' branch or can you delete that as well? Best, Arash

Deleting `TeX-Omega-mode'

2024-06-20 Thread Arash Esbati
Hi all, in tex.el, we have: --8<---cut here---start->8--- (define-minor-mode TeX-Omega-mode "Minor mode for using the Omega engine." :init-value nil :lighter nil :keymap nil :group 'TeX-command (TeX-engine-set (if TeX-Omega-mode 'omega 'default)))

Deleting some obsolete variables

2024-06-20 Thread Arash Esbati
Hi Keita, with commit d7e6fa0d41, you added some comments about the variables below: --8<---cut here---start->8--- ;; The following variables are no longer used, but kept in case some ;; foreign code uses any of them. (defvar TeX-symbol-marker nil) (defvar

main-branch: Values of `TeX-lisp-directory' and `TeX-data-directory'

2024-06-20 Thread Arash Esbati
Hi Tassilo, I installed AUCTeX from ELPA and see the following: ,[ C-h v TeX-lisp-directory RET ] | TeX-lisp-directory is a variable defined in ‘tex-site.el’. | | Its value is "/path/to/.emacs.d/elpa/auctex-14.0.5/" ` and we have this in tex-site.el (add-to-list 'load-path

bug#58425: Unable to achieve advertised "word-level" accuracy using SyncTeX with PDF Tools

2024-06-20 Thread Arash Esbati
O G writes: > Thanks for getting back on this issue. Thanks for your quick response. > I uninstalled my PDFTools configuration more than a year ago because > of this bug and then switched over to SumatraPDF for my future > forward/reverse synctex needs. I agree, SumatraPDF is a great tool.

master ee130344: Add new style/contract.el

2024-06-17 Thread Arash Esbati
branch: master commit ee1303444115d4f8fa23ab2de5a219bc6aa97340 Author: Arash Esbati Commit: Arash Esbati Add new style/contract.el * Makefile.in (STYLESRC): Add new style. * style/contract.el: New file. --- Makefile.in | 2 +- style/contract.el | 159

bug#71436: Fwd: preview in LuaTeX with RTL as main language does not work

2024-06-16 Thread Arash Esbati
Udicoudco writes: > I don't really mind doing these changes, > it is really your call. Should I prepare > a new patch using \newcommand and > \ifnum\pagedirection=\@ne? Thanks for your response. I'd really appreciate if you would prepare a new patch adding the points above. TIA. Best, Arash

bug#58425: Unable to achieve advertised "word-level" accuracy using SyncTeX with PDF Tools

2024-06-13 Thread Arash Esbati
O G writes: > From the AucTeX Changelog (v. 11.89): > > "To open the PDF output file you can now also use PDF Tools, a > document viewer for Emacs. With it, as a plus, forward and backward > search is accurate at word level." > > I'm only able to achieve word-level accuracy on reverse sync >

bug#71164: 14.0.5; Font lock annoyance

2024-06-13 Thread Arash Esbati
Arash Esbati writes: > Ikumi Keita writes: > >> It seems it does work while font lock itself is still disabled. I >> speculate that the current syntax propertize function only needs that >> font lock variables are set up. Then I hope the patch below does the >> t

bug#71436: Fwd: preview in LuaTeX with RTL as main language does not work

2024-06-12 Thread Arash Esbati
Udicoudco writes: > Oh, there was another typo. I did not test that the documentation > is typesetting properly, and there was a "\begn{macro}" instead > of `\begin{macro}`. I also updated the checksum of preview.dtx. > Tested now with the various engines and things seems to be working > (but

bug#71467: Value of `LaTeX-math-menu-unicode' on macOS

2024-06-12 Thread Arash Esbati
Ikumi Keita writes: > Looks good  Thanks, installed, and closing. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

master a67f9eba: Improve initial value of `LaTeX-math-menu-unicode'

2024-06-12 Thread Arash Esbati
branch: master commit a67f9ebacd10d44949811fb44335ac5b0b75be8b Author: Arash Esbati Commit: Arash Esbati Improve initial value of `LaTeX-math-menu-unicode' * latex.el (LaTeX-math-menu-unicode): Use `system-type' instead of `window-system' and cater for macOS. (bug#71467

bug#71467: Value of `LaTeX-math-menu-unicode' on macOS

2024-06-11 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Maybe we should use `system-type' instead of `window-system', because > `window-system' is terminal-local variable. Users can launch an emacs > session with -nw option, do `server-start' and attach a graphical frame > to that session by "emacsclient -c"

Re: Making LaTeX-math-mode insert Unicode characters

2024-06-11 Thread Arash Esbati
Andreas Matthias writes: > Just a quick feedback: > My main attention was on input method and display of certain math > symbols. Regarding these aspects both methods (prettify-symbols-mode > and Fred's extensions to LaTeX-math-mode) are fairly equivalent. I > guess it's more a matter of taste

bug#71164: 14.0.5; Font lock annoyance

2024-06-10 Thread Arash Esbati
Ikumi Keita writes: > It seems it does work while font lock itself is still disabled. I > speculate that the current syntax propertize function only needs that > font lock variables are set up. Then I hope the patch below does the > trick. > > Derek, can you try it? > > Regards, > Ikumi Keita >

Re: Making LaTeX-math-mode insert Unicode characters

2024-06-10 Thread Arash Esbati
Andreas Matthias writes: > I'm referring to an email from Fred Akalin from 2018, > . > > Fred wrote: > >> Would it be possible to make the various LaTeX-math-mode >> abbreviations insert Unicode characters instead of LaTeX

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

bug#71376: 14.0.5; find-file-at-point doesn't work in LaTeX-mode

2024-06-05 Thread Arash Esbati
Бабушкин Максим Владимирович writes: > Emacs has a built-in function 'find-file-at-point' (or 'ffap'), which > works great with the standard latex-mode. For example, putting cursor > on the argument of the command > \input{~/Downloads/myfile.tex} > and calling 'M-x find-file-at-point' causes

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

bug#71363: 14.0.5; AUCTeX 14.05 and LaTeX Mode

2024-06-04 Thread Arash Esbati
Robert Morelli writes: > I am reporting about some confusion as to which version of AUCTeX is > current and stable. On the AUCTeX home page > (https://www.gnu.org/software/auctex/), it is stated that version > 13.3 is the current version, but the version on the GNU ELPA site is > 14.0.5. The

bug#71261: PATCH for maintainer

2024-06-04 Thread Arash Esbati
Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > Add maintainer auctex-de...@gnu.org to various files Thanks, I slightly touched your change and installed it (f749f73d4c). Closing. Best, Arash ___ bug-auctex mailing list

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

  1   2   3   4   5   6   7   8   9   10   >