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

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

bug#71240: Keeping track of class and packages, even w/o options

2024-06-02 Thread Arash Esbati
Ikumi Keita writes: > I haven't tried it for myself, but I suppose it's a reasonable idea to > carry out. Thanks Keita. I installed that change, and therefore closing this report. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org

bug#71245: 2024-03-17; Populate `semantic-symref-filepattern-alist'

2024-06-02 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Thank you for your reply. I understand your concern about false > negatives and think that I'll apply your patch to AUCTeX repository if > there are no objections. There would be only small amount of false > positives under practical situations and we can add a

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

bug#71247: PATCH for docstrings for preview

2024-05-28 Thread Arash Esbati
Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > Here is a patch for checkdoc fixes for preview.el Thanks, installed, and closing. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org

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

bug#71240: Keeping track of class and packages, even w/o options

2024-05-28 Thread Arash Esbati
Hi all, currently, AUCTeX keeps track of options given to packages and/or documentclass in `LaTeX-provided-package-options' and `LaTeX-provided-class-options' respectively. No entries are added to the variables if the packages/documentclass are loaded without options. This is Ok in general, but

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

bug#71234: PATCH for auctex manual to help new users

2024-05-27 Thread Arash Esbati
Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > Here is a patch for the manual to help new users enable > prettify-symbols-mode Thanks, installed, and closing. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org

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

bug#57516: Fontification of single brace in an optional argument

2024-05-27 Thread Arash Esbati
Arash Esbati writes: > I think we have a taker. With the following patch: > > diff --git a/font-latex.el b/font-latex.el > index ccddd8b1..d814642a 100644 > --- a/font-latex.el > +++ b/font-latex.el > @@ -1473,12 +1473,21 @@ ignored during the search." > ;;

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

bug#71215: PATCH for docstrings

2024-05-26 Thread Arash Esbati
Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > This is a patch to improve docstrings in interactive functions from > M-x checkdoc fixes. Thanks, installed, and closing. Best, Arash ___ bug-auctex mailing list

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

bug#71152: 14.0.5; PATCH docfix

2024-05-24 Thread Arash Esbati
Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > Here is a patch to improve a docstring. Comments welcome. Thanks, installed, and closing. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org

bug#71132: Documentation patch

2024-05-24 Thread Arash Esbati
Jeremy Bryant via bug-auctex via Bug reporting list for AUCTeX writes: > Please find attached a documentation patch for consideration. This > implements some suggestions from M-x checkdoc. Thanks, installed, and closing. > Any feedback welcome. It is not necessary to CC me, sending messages

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

bug#57516: Fontification of single brace in an optional argument

2024-05-21 Thread Arash Esbati
Arash Esbati writes: > Note how the first {[ } extends the fontification until the next {] }. > I think the issue is in the function `font-latex-find-matching-close', > but I don't have an idea how to fix this. Any takers? I think we have a taker. With the following pa

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

bug#70503: [PATCH] Add function "TeX-master-output-file"

2024-05-19 Thread Arash Esbati
Tassilo Horn writes: > Arash Esbati writes: > >> My plan was to do that during this weekend once everything on ELPA-devel >> works. > > Alright then. I just pushed a change bumping the version number. A new ELPA release should appear soon (

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

<    1   2   3   4   5   6   7   8   9   10   >