[GNU ELPA] Auctex version 13.1.9

2023-01-31 Thread ELPA update
Version 13.1.9 of package Auctex has just been released in GNU ELPA. You can now find it in M-x list-packages RET. Auctex describes itself as: Integrated environment for *TeX* More at

Re: AUCTeX and "builtin latex mode" integration

2023-01-31 Thread Uwe Brauer
>>> "SM" == Stefan Monnier writes: [Snip]... >> (define-key map "\C-c\C-i" #'tex-bibtex-file) >> (define-key map "\C-c\C-o" #'latex-insert-block) >> >> ;; Redundant keybindings, for consistency with SGML mode. >> (define-key map "\C-c\C-t" #'latex-insert-block) >> [...] >> (define-key map

Re: AUCTeX and "builtin latex mode" integration

2023-01-31 Thread Stefan Monnier
> 1. I first tried [A] because [B] wouldn't be easy to retain > compatibility for users who have >- a lot of files with "mode: latex" tag in the file local variables > section. The `mode:` specifies which function is called to enable the mode, rather than which value of `major-mode` will

Re: AUCTeX and "builtin latex mode" integration

2023-01-31 Thread Ikumi Keita
Hi all, I at last began to work on this issue and would like to share thoughts. There are three topics 1.-3. below. Two approaches were proposed before: [A] Turn AUCTeX modes into minor mode. [B] AUCTeX modes stay major modes but use `major-mode' values dictinct from those of emacs built-in

[elpa] externals/auctex 6d4b412b69: Release GNU AUCTeX 13.1.9

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit 6d4b412b6989763d717b70cb0fdab6b4d52fb1c0 Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 13.1.9 * GNU AUCTeX Version 13.1.9 released. --- auctex.el | 2 +- auctex.info| 85

[elpa] externals/auctex 38d8561add 10/11: Add a paragraph to Texdoc section in the documentation

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit 38d8561add0197a10da965114293fa5480e6602d Author: Ikumi Keita Commit: Ikumi Keita Add a paragraph to Texdoc section in the documentation * doc/auctex.texi (Documentation): Add an notice that it isn't sure whether `TeX-documentation-texdoc' works

[elpa] externals/auctex a2a6ab9f22 11/11: Merge remote-tracking branch 'origin/master' into externals/auctex

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit a2a6ab9f2211c77c991a649d04a7591627696ebb Merge: ebd714ef81 38d8561add Author: Tassilo Horn Commit: Tassilo Horn Merge remote-tracking branch 'origin/master' into externals/auctex --- doc/auctex.texi | 9 latex/preview.dtx | 23 --

[elpa] externals/auctex edc5e2ff63 09/11: Call Texdoc coherently

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit edc5e2ff63f6777d81e0293eb69d47d3b5a0658f Author: Ikumi Keita Commit: Ikumi Keita Call Texdoc coherently * tex.el (TeX-documentation-texdoc): Use `call-process' rather than `shell-command-to-string' to invoke Texdoc. Bind buffer object of

[elpa] externals/auctex 2bc07b78ff 08/11: Fix `TeX-documentation-texdoc' for okular

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit 2bc07b78fff81da3eb705ab6bc93da35ddb4ba76 Author: Ikumi Keita Commit: Ikumi Keita Fix `TeX-documentation-texdoc' for okular We used `start-process-shell-command' for these 4 years. However, it turned out that that invalidated okular. (See

[elpa] externals/auctex 3ceb011395 06/11: * style/multido.el ("multido"): Fix query prompt.

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit 3ceb011395b28911f15a4e7351e937c5998a22d1 Author: Arash Esbati Commit: Arash Esbati * style/multido.el ("multido"): Fix query prompt. --- style/multido.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style/multido.el

[elpa] externals/auctex e7379b3fec 01/11: Simplify version and date specification

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit e7379b3fec138f87e9a415750334c0f1327f9a1f Author: Ikumi Keita Commit: Ikumi Keita Simplify version and date specification * latex/preview.dtx (section{The Implementation}): Don't use RCS tags for version and date. Declare manually instead.

[elpa] externals/auctex c2fdf896a6 04/11: * style/multibib.el: Replace `TeX-arg-eval'.

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit c2fdf896a69dbdb0f8626c0266963691e8e12d56 Author: Arash Esbati Commit: Arash Esbati * style/multibib.el: Replace `TeX-arg-eval'. --- style/multibib.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/style/multibib.el

[elpa] externals/auctex f5d40daa95 07/11: ; * style/nameref.el ("nameref"): Fix comment.

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit f5d40daa954f4df0074b0824ead089b179ee6725 Author: Arash Esbati Commit: Arash Esbati ; * style/nameref.el ("nameref"): Fix comment. --- style/nameref.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/nameref.el b/style/nameref.el

[elpa] externals/auctex updated (ebd714ef81 -> a2a6ab9f22)

2023-01-31 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from ebd714ef81 Release GNU AUCTeX 13.1.8 new e7379b3fec Simplify version and date specification new 03885c7627 Silence compiler warning new 6ccc3d4149 Remove Emacs 24.3 compat code new c2fdf896a6 *

[elpa] externals/auctex 6ccc3d4149 03/11: Remove Emacs 24.3 compat code

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit 6ccc3d41495f5d02ba17547709ece2394f4e9bde Author: Tassilo Horn Commit: Tassilo Horn Remove Emacs 24.3 compat code * preview.el.in (preview-get-dpi): Remove Emacs 24.3 compat case introduced with bug#45596. --- preview.el.in | 26

[elpa] externals/auctex 03885c7627 02/11: Silence compiler warning

2023-01-31 Thread Tassilo Horn
branch: externals/auctex commit 03885c7627015830963ba0f7d86234ade2ba76bc Author: Arash Esbati Commit: Arash Esbati Silence compiler warning * style/inputenc.el (LaTeX-inputenc-package-options): Delete `when' with empty body. --- style/inputenc.el | 23 +++