Possible defect in TeX-complete-make-expert-command-functions

2021-12-20 Thread Ikumi Keita
refers to that variable to determine whether the given environment is expert or not. The variable `LaTeX-expert-environment-table', of which defvar is generated by omitted portion of this elisp macro, is never used. Tassilo, is this the intended behavior? Am I missing something? Regards, Ikumi Keita

Re: Possible defect in TeX-complete-make-expert-command-functions

2021-12-22 Thread Ikumi Keita
27;. Hmm. Classifying needs detailed knowledge or experience with each package, so it would generally be not easy to decide which macros/environments are expert... Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f999caa1a01ede97195d2367ed25ab02483dfb82

2021-12-25 Thread Ikumi Keita
--- commit f999caa1a01ede97195d2367ed25ab02483dfb82 Author: Ikumi Keita Date: Sat Dec 25 23:28:15 2021 +0900 Fix TeX-complete-make-expert-command-functions * tex.el (TeX-complete-make-expert-command-functions): Use dynamically generated, dedicated variable to register expert entities. diff --git a/tex.e

[AUCTeX-commit] GNU AUCTeX branch, master, updated. f999caa1a01ede97195d2367ed25ab02483dfb82

2021-12-25 Thread Ikumi Keita
--- commit f999caa1a01ede97195d2367ed25ab02483dfb82 Author: Ikumi Keita Date: Sat Dec 25 23:28:15 2021 +0900 Fix TeX-complete-make-expert-command-functions * tex.el (TeX-complete-make-expert-command-functions): Use dynamically generated, dedicated variable to register exper

fail on regression test

2022-01-06 Thread Ikumi Keita
nitx.el is a bit too agressive. Although I haven't looked into the detail, this update drops support for siunitx.sty before v3, doesn't it? If so, AUCTeX users who don't update TeX Live installation frequently are left behind with incomplete support from the latest AUCTeX. I think siunitx.el should support both v2 and v3 of siunitx.sty, if possible. Is that difficult? Regards, Ikumi Keita

Re: fail on regression test

2022-01-06 Thread Ikumi Keita
so they generally don't consider it much important to keep up with the latest TeX Live in my opinion. > Does the above make sense? Yes, of course. :-) I don't object strongly against your plan. Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e5fa92a61ffa684e040652184f2af478dd1c1329

2022-01-08 Thread Ikumi Keita
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via e5fa92a61ffa684e040652184f2af478dd1c1329 (commit) from 5f99bc292940f12d8

[AUCTeX-commit] GNU AUCTeX branch, master, updated. e5fa92a61ffa684e040652184f2af478dd1c1329

2022-01-08 Thread Ikumi Keita
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via e5fa92a61ffa684e040652184f2af478dd1c1329 (commit) from 5f99bc292940f12d8

AUCTeX aligning function

2022-01-10 Thread Ikumi Keita
nction above might be handy, but it breaks the current policy. If > we don't include it, we could start documenting this sort of things in > the manual. > What do others think? Both align.el and whitespace.el are already bundled with Emacs 24.3, so I think there's no problem to include your new function. Regards, Ikumi Keita

Re: fail on regression test

2022-01-10 Thread Ikumi Keita
uld provide support for at least those two even for siunitx.sty v3. (Maybe siunitx.el should refrain from adding "\qty" support when physics.sty is loaded and "\unit" support when units.sty is loaded in the document.) Regards, Ikumi Keita

siunitx support

2022-01-10 Thread Ikumi Keita
both). > If the new key-values work with v2, I can add those old macros back to > siunitx.el and make a comment in the file. Sounds good :-) Regards, Ikumi Keita

Re: siunitx support

2022-01-10 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > \documentclass{article} > \usepackage{physics} > \usepackage{units} > \usepackage{siunitx} % loads siunitx.sty v3, not v2 > \begin{document} > \SI{30.1}{\kilogram} \si{\unit{\kilo\gram\metre\per\square\second}}

Re: siunitx support

2022-01-11 Thread Ikumi Keita
d be ... when other packages like physics or units are loaded. or ... with other packages like physics or units. Regards, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 0a2d9be447b8c8cfb3d87d35f79b24e3f88f683e

2022-01-15 Thread Ikumi Keita
--- commit 0a2d9be447b8c8cfb3d87d35f79b24e3f88f683e Author: Ikumi Keita Date: Mon Nov 15 21:02:33 2021 +0900 ; Fix some documentations * COPYING: Sync with the official GPL3 taken from https://www.gnu.org/licenses/gpl-3.0.txt (resulting in 2 minor updates of URL) * doc/fdl.texi (GNU Free Documentati

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0a2d9be447b8c8cfb3d87d35f79b24e3f88f683e

2022-01-15 Thread Ikumi Keita
--- commit 0a2d9be447b8c8cfb3d87d35f79b24e3f88f683e Author: Ikumi Keita Date: Mon Nov 15 21:02:33 2021 +0900 ; Fix some documentations * COPYING: Sync with the official GPL3 taken from https://www.gnu.org/licenses/gpl-3.0.txt (resulting in 2 minor updates of URL) * doc/fdl.texi (GNU Free Documentati

Re: Fontification of kernel macros

2022-01-27 Thread Ikumi Keita
has an entry ("verb" "*") in "textual" class. Is this meaningful? It seems that \verb and \verb* are treated independently by syntactic fontification and this entry has no effect. Bye, Ikumi Keita

Re: Fontification of kernel macros

2022-01-27 Thread Ikumi Keita
-in-keyword-classes has an entry ("verb" "*") in >> "textual" class. Is this meaningful? It seems that \verb and \verb* >> are treated independently by syntactic fontification and this entry has >> no effect. > I always had the impression that syntactic fontification caters for the > arguments, not for the macro itself. Ah, I see. Thanks. Bye, Ikumi Keita

Re: LaTeX-fill-environment could be a bit more liberal/sophisticated???

2022-01-30 Thread Ikumi Keita
beral/sophisticated. > Any thoughts? Thanks for your report. I expect the attached patch serves. Could you confirm whether it works for you? If it does, I'll polish and install it. Regards, Ikumi Keita diff --git a/style/amsmath.el b/style/amsmath.el index a2b7831f..ac541145 100644

Re: LaTeX-fill-environment could be a bit more liberal/sophisticated???

2022-01-31 Thread Ikumi Keita
; Which is much better. Thanks for the check. I installed the enhanced fix into the git repository. > I will continue testing it. Thanks again Please inform us if you encounter any troubles. Bye, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 4ad82777c0d31d8121a20b19b1577e893ffd86fe

2022-01-31 Thread Ikumi Keita
ow. - Log - commit 4ad82777c0d31d8121a20b19b1577e893ffd86fe Author: Ikumi Keita Date: Mon Jan 31 21:01:06 2022 +0900 Add new test for indent * tests/latex/latex-test.el (LaTeX-indent-tabular): Add cookie to recognize \usepackage. * tests/latex/tabu

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4ad82777c0d31d8121a20b19b1577e893ffd86fe

2022-01-31 Thread Ikumi Keita
ow. - Log - commit 4ad82777c0d31d8121a20b19b1577e893ffd86fe Author: Ikumi Keita Date: Mon Jan 31 21:01:06 2022 +0900 Add new test for indent * tests/latex/latex-test.el (LaTeX-indent-tabular): Add cookie to recognize \usepackage. * tests/latex/tabu

Adding entries to LaTeX-indent-environment-list (Was: Re: LaTeX-fill-environment could be a bit more liberal/sophisticated???)

2022-01-31 Thread Ikumi Keita
Hi all, >>>>> Ikumi Keita writes: > Thanks for the check. I installed the enhanced fix into the git > repository. I have tweaked LaTeX-indent-environment-list and I noticed bug#28405 [1]. Should we add gather and multline environments as well to LaTeX-indent-environment-

[AUCTeX-commit] GNU AUCTeX branch, master, updated. bf0330029614c7e099fa2978856ae1539168efe3

2022-01-31 Thread Ikumi Keita
--- commit bf0330029614c7e099fa2978856ae1539168efe3 Author: Ikumi Keita Date: Tue Feb 1 02:14:50 2022 +0900 Add M-RET support for smallmatrix variants * style/mathtools.el ("mathtools"): Add smallmatrix variant environments

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bf0330029614c7e099fa2978856ae1539168efe3

2022-01-31 Thread Ikumi Keita
--- commit bf0330029614c7e099fa2978856ae1539168efe3 Author: Ikumi Keita Date: Tue Feb 1 02:14:50 2022 +0900 Add M-RET support for smallmatrix variants * style/mathtools.el ("mathtools"): Add smallmatrix variant environments to `LaTeX-item-list'. diff --git a/style/mathtools.el b/style/ma

Re: Adding entries to LaTeX-indent-environment-list

2022-02-01 Thread Ikumi Keita
[ Added 28...@debbugs.gnu.org to Cc: ] >>>>> Uwe Brauer writes: >>>> "IK" == Ikumi Keita writes: >> Hi all, >>>>>>> Ikumi Keita writes: >>> Thanks for the check. I installed the enhanced fix into the git >>> re

Re: bug#28405: Adding entries to LaTeX-indent-environment-list

2022-02-02 Thread Ikumi Keita
-environment-list'. Users who want to disable filling in such envs customize the option to add entries such as ("equation"), ("displaymath") and so on. 2. Include them in default value of `LaTeX-indent-environment-list'. Users who want filling in such envs customize the option to remove those entries. What do you think about the above ideas? Regards, Ikumi Keita

Re: Arguments query of \parbox

2022-02-02 Thread Ikumi Keita
r' and `TeX-arg-lr' which are not necessary and were > always confusing to me. Fine with me. BTW, I noticed that doc strings of TeX-arg-{lr,tb} is queer. "Prompt for a LaTeX side with completion. ^^??? I guess these are leftovers of incomplete revising of the doc string of TeX-arg-corner: "Prompt for a LaTeX side or corner position with completion. Regards, Ikumi Keita

Re: bug#28405: Adding entries to LaTeX-indent-environment-list

2022-02-02 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Ikumi Keita writes: >> With respect to math envs without alignment, e.g. "equation", >> "displaymath" and "gather", I think there are two approaches: >> 1. Remove them from default value of `LaTeX-inde

Re: Arguments query of \parbox

2022-02-04 Thread Ikumi Keita
rs if I don't want 1.0\linewidth. I agree with you. > Further, `TeX-arg-tb' is used only for \parbox and \suppressfloats, so I > think we can teach that function to do other combinations as well. I think it's a good idea. Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. ddb0f08ff1adb8a89f2d808dd6109ed535e552b3

2022-02-05 Thread Ikumi Keita
--- commit ddb0f08ff1adb8a89f2d808dd6109ed535e552b3 Author: Ikumi Keita Date: Sat Feb 5 19:53:25 2022 +0900 Add default entries to LaTeX-indent-environment-list (bug#28405) My previous commits disregard user's customization on LaTeX-indent-environment-list. Reconsideration led to move entries to it

[AUCTeX-commit] GNU AUCTeX branch, master, updated. ddb0f08ff1adb8a89f2d808dd6109ed535e552b3

2022-02-05 Thread Ikumi Keita
--- commit ddb0f08ff1adb8a89f2d808dd6109ed535e552b3 Author: Ikumi Keita Date: Sat Feb 5 19:53:25 2022 +0900 Add default entries to LaTeX-indent-environment-list (bug#28405) My previous commits disregard user's customization on LaTeX-indent-environment-list. Reconsideration led to move entries to it

Re: [a new bug? concerning indenting] (was: bug#28405: Adding entries to LaTeX-indent-environment-list)

2022-02-08 Thread Ikumi Keita
Hi Uwe, > Uwe Brauer writes: > Even with your patch (I have not pulled, so but I presume that used > the patch master from 24 of january is still ok?) I think so. > In any case look at this > \documentclass[12pt]{article} > \usepackage{amssymb,amsfonts,amsmath,amsthm} > \begin{document} >

Re: [a new bug? concerning indenting]

2022-02-09 Thread Ikumi Keita
looked into the actual code. I just said my first impression. In addition, I vaguely remember the relevant code is rather complicated; I understand indent algorithm too little, so I'm not sure whether I can improve it or not. Maybe others can do something before I find spare time to investigate. Regards, Ikumi Keita

Re: Arguments query of \parbox

2022-02-10 Thread Ikumi Keita
ottom are sides. > What do you think would make more sense? Ah, I see. Then it's the case that my English vocabulary and wording sense are too dumb, sorry. (^_^) Bye, Ikumi Keita

Re: Fontification of kernel macros

2022-02-11 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Hi Keita, > Ikumi Keita writes: >> 1. I think it'a good chance to consider to include fontification for >> font specifying command in math mode such as \mathbf, \mathit etc. also, >> as proposed previously: >> htt

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. efb39c16c0d4b10c99369f646d1e11bf5b09b878

2022-02-11 Thread Ikumi Keita
--- commit efb39c16c0d4b10c99369f646d1e11bf5b09b878 Author: Ikumi Keita Date: Fri Feb 11 23:56:24 2022 +0900 Add NEWS item * doc/changes.texi: Announce changes in `LaTeX-indent-environment-list'. diff --git a/doc/changes.texi b/doc/changes.texi index a377d453..ed298d18 100644 --- a/doc/changes

[AUCTeX-commit] GNU AUCTeX branch, master, updated. efb39c16c0d4b10c99369f646d1e11bf5b09b878

2022-02-11 Thread Ikumi Keita
--- commit efb39c16c0d4b10c99369f646d1e11bf5b09b878 Author: Ikumi Keita Date: Fri Feb 11 23:56:24 2022 +0900 Add NEWS item * doc/changes.texi: Announce changes in `LaTeX-indent-environment-list'. --- Summary of changes: doc/ch

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4df267fa7eec70c9a2e50119e6a2f21a84edc91f

2022-02-21 Thread Ikumi Keita
--- commit 4df267fa7eec70c9a2e50119e6a2f21a84edc91f Author: Ikumi Keita Date: Wed Dec 8 22:02:15 2021 +0900 Improve support for starred variant name * tex.el (TeX-current-macro): Return starred variant name if asterisk is present. * latex.el (LaTeX-auto-regexp-list): Allow starred varian

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 4df267fa7eec70c9a2e50119e6a2f21a84edc91f

2022-02-21 Thread Ikumi Keita
--- commit 4df267fa7eec70c9a2e50119e6a2f21a84edc91f Author: Ikumi Keita Date: Wed Dec 8 22:02:15 2021 +0900 Improve support for starred variant name * tex.el (TeX-current-macro): Return starred variant name if asterisk is present. * latex.el (LaTeX-auto-regexp-list): Allow starred varian

Improve keymap handling

2022-02-22 Thread Ikumi Keita
s have `beginning-of-defun-function' and `end-of-defun-function', we can (should?) make use of them instead of overwriting bindings of C-M-a and C-M-e explicitly in `LaTeX-mode-map'. Does anyone find difficulties about these ideas? Regards, Ikumi Keita >From d064827cf11e093c0c

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e625dc05ea31846ee0aaffde7104602bea22b581

2022-02-24 Thread Ikumi Keita
--- commit e625dc05ea31846ee0aaffde7104602bea22b581 Author: Ikumi Keita Date: Fri Oct 22 22:28:37 2021 +0900 Improve keymap handling * latex.el (LaTeX-mode-map): (LaTeX-common-initialization): * tex.el (VirTeX-common-initialization): (TeX-mode-map): Bind narrowing command just once. * latex

[AUCTeX-commit] GNU AUCTeX branch, master, updated. e625dc05ea31846ee0aaffde7104602bea22b581

2022-02-24 Thread Ikumi Keita
--- commit e625dc05ea31846ee0aaffde7104602bea22b581 Author: Ikumi Keita Date: Fri Oct 22 22:28:37 2021 +0900 Improve keymap handling * latex.el (LaTeX-mode-map): (LaTeX-common-initialization): * tex.el (VirTeX-common-initialization): (TeX-mode-map): Bind narrowing command just once. * latex

Re: Improve keymap handling

2022-02-24 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: > Thanks, your suggestions make sense to me, so feel free to install them. Thanks, I've just done. Bye, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 163dcb75bd0b67e850b9e4c4f3ba2f2d310360a0

2022-02-24 Thread Ikumi Keita
--- commit 163dcb75bd0b67e850b9e4c4f3ba2f2d310360a0 Author: Ikumi Keita Date: Thu Feb 25 00:47:01 2021 +0900 Fix label insertion at env. insertion with active region (bug#28382) * latex.el (LaTeX-env-label): Add management of positions of point and mark and indent region when region is active. diff --git a/

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 163dcb75bd0b67e850b9e4c4f3ba2f2d310360a0

2022-02-24 Thread Ikumi Keita
--- commit 163dcb75bd0b67e850b9e4c4f3ba2f2d310360a0 Author: Ikumi Keita Date: Thu Feb 25 00:47:01 2021 +0900 Fix label insertion at env. insertion with active region (bug#28382) * latex.el (LaTeX-env-label): Add management of positions of point and mark and indent region when region

Re: filling and indentation, again

2022-02-24 Thread Ikumi Keita
Hi Uwe, >>>>> Uwe Brauer writes: > Even with Keita's patch > the following does not really work for me the document contains the > original align environment, and then the filled one. > Any idea what to do? How about the attached patch? Regards, Ikumi Keita

Re: filling and indentation, again

2022-02-24 Thread Ikumi Keita
>>>>> Uwe Brauer writes: >>>> "IK" == Ikumi Keita writes: >> How about the attached patch? > Great, filling is much better now! Thanks! > You could apply it I think. Thank you for confirmation. I ended up with the following patch in case that t

Proposal to fix simultaneity (Re: Onwards to lexical binding (attempt 1))

2022-02-25 Thread Ikumi Keita
Hi Tassilo, This is a continuation of 1.5-year old thread. >>>>> Ikumi Keita writes: >>>>> Tassilo Horn writes: >> Ikumi Keita writes: >>> The reason is that sentinel functions `TeX-LaTeX-sentinel' and those in >>> preview.el ca

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e032df90e792ef9b85be3e8e3528c947ecdb5b6a

2022-02-25 Thread Ikumi Keita
--- commit e032df90e792ef9b85be3e8e3528c947ecdb5b6a Author: Ikumi Keita Date: Sun Nov 7 17:23:26 2021 +0900 Fix simultaneity * tex-buf.el (TeX-command): Keep the value of `TeX-current-process-region-p' as buffer-local value of `TeX--this-process-region-flag' in process buffer. (TeX-com

[AUCTeX-commit] GNU AUCTeX branch, master, updated. e032df90e792ef9b85be3e8e3528c947ecdb5b6a

2022-02-25 Thread Ikumi Keita
--- commit e032df90e792ef9b85be3e8e3528c947ecdb5b6a Author: Ikumi Keita Date: Sun Nov 7 17:23:26 2021 +0900 Fix simultaneity * tex-buf.el (TeX-command): Keep the value of `TeX-current-process-region-p' as buffer-local value of `TeX--this-process-region-flag' in process buffer. (TeX-com

Re: Proposal to fix simultaneity (Re: Onwards to lexical binding (attempt 1))

2022-02-25 Thread Ikumi Keita
>>>>> Tassilo Horn writes: >> I expect the attached patch addresses this issue. What do you think >> about it? > Yes, looks correct and simple enough. So I'm all in favor of it. Thanks, I installed the change in the git repo. Cheers, Ikumi Keita #StandWithUkraine #StopRussianAggression

[AUCTeX-commit] GNU AUCTeX branch, master, updated. a078fda16bfe0a4332aed6d2fe2a6706d9f43e0e

2022-02-25 Thread Ikumi Keita
--- commit a078fda16bfe0a4332aed6d2fe2a6706d9f43e0e Author: Ikumi Keita Date: Sat Feb 26 12:54:25 2022 +0900 ; * doc/auctex.texi (Starting a Command): Delete obosolete comment. --- Summary of changes: doc/auctex.texi | 7 --- 1 file changed, 7

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a078fda16bfe0a4332aed6d2fe2a6706d9f43e0e

2022-02-25 Thread Ikumi Keita
--- commit a078fda16bfe0a4332aed6d2fe2a6706d9f43e0e Author: Ikumi Keita Date: Sat Feb 26 12:54:25 2022 +0900 ; * doc/auctex.texi (Starting a Command): Delete obosolete comment. diff --git a/doc/auctex.texi b/doc/auctex.texi index 8723bb61..74d9eaef 100644 --- a/doc/auctex.texi +++ b/doc/auctex.texi @@ -2974,13 +2974,6 @@

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 844e758a475860addc94ac6f73b2c0ac2e598eaa

2022-02-26 Thread Ikumi Keita
--- commit 844e758a475860addc94ac6f73b2c0ac2e598eaa Author: Ikumi Keita Date: Fri Feb 25 20:29:42 2022 +0900 Improve indent in tabular-like environments * latex.el (LaTeX-hanging-ampersand-position): Fall back to default value if encountered "\\" in an inner env. Attach optional arguments for ef

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 844e758a475860addc94ac6f73b2c0ac2e598eaa

2022-02-26 Thread Ikumi Keita
--- commit 844e758a475860addc94ac6f73b2c0ac2e598eaa Author: Ikumi Keita Date: Fri Feb 25 20:29:42 2022 +0900 Improve indent in tabular-like environments * latex.el (LaTeX-hanging-ampersand-position): Fall back to default value if encountered "\\" in an inner env. Attach optional arguments for ef

Re: filling and indentation, again

2022-02-26 Thread Ikumi Keita
Hi Uwe, >>>>> Uwe Brauer writes: >>>> "IK" == Ikumi Keita writes: >> I ended up with the following patch in case that the envs with alignment >> are deeply nested. However, this might be overkilling. What does others >> think about it? >

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 4e4c48556b3b1ad2f254885dfcd2fec38eef8122

2022-02-27 Thread Ikumi Keita
--- commit 4e4c48556b3b1ad2f254885dfcd2fec38eef8122 Author: Ikumi Keita Date: Sun Feb 27 21:14:42 2022 +0900 ; Trivial cleanup * latex.el (LaTeX-newline): Fix typo in comment and re-fill. (TeX-read-key-val): Untabify. --- Summary

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4e4c48556b3b1ad2f254885dfcd2fec38eef8122

2022-02-27 Thread Ikumi Keita
--- commit 4e4c48556b3b1ad2f254885dfcd2fec38eef8122 Author: Ikumi Keita Date: Sun Feb 27 21:14:42 2022 +0900 ; Trivial cleanup * latex.el (LaTeX-newline): Fix typo in comment and re-fill. (TeX-read-key-val): Untabify. diff --git a/latex.el b/latex.el index 8c8f8040..a9a8f386 100644 --- a/latex.el +++

Syntax propertize in font-latex (Re: bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces)

2022-03-02 Thread Ikumi Keita
ies in `font-latex-syntactic-keywords', sometimes rather non-trivial ones as seen in the patch. It's possible to do required changes in files distributed with AUCTeX, but if some user adds entries to `font-latex-syntactic-keywords' in their private styles, this incompatibility can be a non-

Re: Syntax propertize in font-latex

2022-03-02 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Attached is my preliminary attempt Sorry, it doesn't apply for the current master HEAD. I expect it does on commit 259ffc34. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Syntax propertize in font-latex

2022-03-03 Thread Ikumi Keita
`syntax-propertize-function' in `font-latex-setup' is no longer necessary IIUC, because `font-latex-setup' calls `font-latex-set-syntactic-keywords' at its beginning. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[AUCTeX-commit] GNU AUCTeX branch, master, updated. f686fbca6d9bfb69235ac5674189888f3dbbb0a0

2022-03-03 Thread Ikumi Keita
--- commit f686fbca6d9bfb69235ac5674189888f3dbbb0a0 Author: Ikumi Keita Date: Fri Mar 4 00:24:18 2022 +0900 Add new test * tests/latex/tabular-in.tex: * tests/latex/tabular-out.tex: Add new test for indent involving nested tabula

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f686fbca6d9bfb69235ac5674189888f3dbbb0a0

2022-03-03 Thread Ikumi Keita
--- commit f686fbca6d9bfb69235ac5674189888f3dbbb0a0 Author: Ikumi Keita Date: Fri Mar 4 00:24:18 2022 +0900 Add new test * tests/latex/tabular-in.tex: * tests/latex/tabular-out.tex: Add new test for indent involving nested tabular-like env. diff --git a/tests/latex/tabular-in.tex b/tests/latex/tabular-in

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 1bc2630275a28b3af8d9345f4d8fe6cdf4fe916a

2022-03-04 Thread Ikumi Keita
--- commit 1bc2630275a28b3af8d9345f4d8fe6cdf4fe916a Author: Ikumi Keita Date: Wed Jul 7 22:56:39 2021 +0900 Don't change syntax of ^^A comments in doctex mode (bug#35140) * font-latex.el (font-latex-doctex-match-^^A): New function to override fontification on ^^A and ^^X comments with ordinary c

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 1bc2630275a28b3af8d9345f4d8fe6cdf4fe916a

2022-03-04 Thread Ikumi Keita
--- commit 1bc2630275a28b3af8d9345f4d8fe6cdf4fe916a Author: Ikumi Keita Date: Wed Jul 7 22:56:39 2021 +0900 Don't change syntax of ^^A comments in doctex mode (bug#35140) * font-latex.el (font-latex-doctex-match-^^A): New function to override fontification on ^^A and ^^X comments with ordinary c

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c050335dd83778a05b9abaff354ad2573b972158

2022-03-05 Thread Ikumi Keita
--- commit c050335dd83778a05b9abaff354ad2573b972158 Author: Ikumi Keita Date: Thu Mar 3 22:53:37 2022 +0900 ; Fix typo * doc/auctex.texi: * font-latex.el: * tex.el: explicitely -> explicitly diff --git a/doc/auctex.texi b/doc/auctex.texi index 51316cbe..8c46e587 100644 --- a/doc/auctex.t

[AUCTeX-commit] GNU AUCTeX branch, master, updated. c050335dd83778a05b9abaff354ad2573b972158

2022-03-05 Thread Ikumi Keita
--- commit c050335dd83778a05b9abaff354ad2573b972158 Author: Ikumi Keita Date: Thu Mar 3 22:53:37 2022 +0900 ; Fix typo * doc/auctex.texi: * font-latex.el: * tex.el: explicitely -> explicitly --- Summary of changes: doc/au

Re: how to set pdf viewers as local variables

2022-03-06 Thread Ikumi Keita
-local-variable 'set-my-pdfviewer) "Okular")) > %%% End: `TeX-view-program-selection' ? See (info "(auctex)Starting Viewers") . Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Syntax propertize in font-latex (Re: bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces)

2022-03-07 Thread Ikumi Keita
Hi Tassilo and Stefan, >>>>> Tassilo Horn writes: > Ikumi Keita writes: >> The problems is that it requires some changes in entries in >> `font-latex-syntactic-keywords', sometimes rather non-trivial ones as >> seen in the patch. It's possible to do

[AUCTeX-commit] GNU AUCTeX branch, master, updated. b7d45e19c69da59026129e38289cd195c736bd46

2022-03-07 Thread Ikumi Keita
--- commit b7d45e19c69da59026129e38289cd195c736bd46 Author: Ikumi Keita Date: Fri Mar 4 01:19:16 2022 +0900 Discard obsolete hook * latex.el (LaTeX-maybe-install-toolbar): * plain-tex.el (plain-TeX-maybe-install-toolbar): Install only when tool bar is active. * latex.el (TeX-latex-mode): * plain-t

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. b7d45e19c69da59026129e38289cd195c736bd46

2022-03-07 Thread Ikumi Keita
--- commit b7d45e19c69da59026129e38289cd195c736bd46 Author: Ikumi Keita Date: Fri Mar 4 01:19:16 2022 +0900 Discard obsolete hook * latex.el (LaTeX-maybe-install-toolbar): * plain-tex.el (plain-TeX-maybe-install-toolbar): Install only when tool bar is active. * latex.el (TeX-latex-mode): * plain-t

Re: Syntax propertize in font-latex (Re: bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces)

2022-03-07 Thread Ikumi Keita
>>>>> Stefan Monnier writes: > `syntax-propertize-via-font-lock' is not even declared obsolete (yet?), > so yes, it will survive. I see, thanks! Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f9356664c8b0cf0e610010b86b255fa67ed9432f

2022-03-08 Thread Ikumi Keita
--- commit f9356664c8b0cf0e610010b86b255fa67ed9432f Author: Ikumi Keita Date: Thu Mar 3 20:57:14 2022 +0900 Update documentation * doc/faq.texi: Mention how to invoke vanilla emacs for EPLA installation and on windows. * latex.el (LaTeX-maybe-install-toolbar): * plain-tex.el (plain-TeX-maybe-insta

[AUCTeX-commit] GNU AUCTeX branch, master, updated. f9356664c8b0cf0e610010b86b255fa67ed9432f

2022-03-08 Thread Ikumi Keita
--- commit f9356664c8b0cf0e610010b86b255fa67ed9432f Author: Ikumi Keita Date: Thu Mar 3 20:57:14 2022 +0900 Update documentation * doc/faq.texi: Mention how to invoke vanilla emacs for EPLA installation and on windows. * latex.el (LaTeX-maybe-install-toolbar): * plain-tex.el (plain-TeX-maybe-insta

Re: Proposal to fix simultaneity (Re: Onwards to lexical binding (attempt 1))

2022-03-08 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>>>> Tassilo Horn writes: >>> I expect the attached patch addresses this issue. What do you think >>> about it? >> Yes, looks correct and simple enough. So I'm all in favor of it. > Thanks, I installed

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 36655f6a5ed9ffc6552e1cab6f7a8b021b8ad7ca

2022-03-08 Thread Ikumi Keita
--- commit 36655f6a5ed9ffc6552e1cab6f7a8b021b8ad7ca Author: Ikumi Keita Date: Tue Mar 8 18:08:01 2022 +0900 Revert "Fix simultaneity" This reverts commit e032df90e792ef9b85be3e8e3528c947ecdb5b6a because it breaks region preview. * tex-buf.el (TeX-current-process-region-p): (TeX-

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 36655f6a5ed9ffc6552e1cab6f7a8b021b8ad7ca

2022-03-08 Thread Ikumi Keita
--- commit 36655f6a5ed9ffc6552e1cab6f7a8b021b8ad7ca Author: Ikumi Keita Date: Tue Mar 8 18:08:01 2022 +0900 Revert "Fix simultaneity" This reverts commit e032df90e792ef9b85be3e8e3528c947ecdb5b6a because it breaks region preview. * tex-buf.el (TeX-current-process-region-p): (TeX-

Re: Proposal to fix simultaneity

2022-03-11 Thread Ikumi Keita
Hi Tassilo and all, >>>>> Ikumi Keita writes: > Sorry, this breaks region preview for some reason I haven't found out > yet. I'll revert it for now. The reason was that preview-latex calls `TeX-run-command' directly and bypasses facility set into `TeX-comman

Re: LaTeX-current-environment in macrocode environment

2022-03-13 Thread Ikumi Keita
Hence, my suggestion for the change looks like this: Then shouldn't we also modify "newenvironment" entries in `LaTeX-auto-regexp-list' accordingly? Regards, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. f464242eab092e610dda6b654e6fd197ef649d3e

2022-03-16 Thread Ikumi Keita
--- commit f464242eab092e610dda6b654e6fd197ef649d3e Author: Ikumi Keita Date: Sat Mar 5 00:29:08 2022 +0900 Enable indent by square bracket * tex.el (TeX-indent-open-delimiters): (TeX-indent-close-delimiters): New options regarded as additional open/close delimiters at indentation. * tex.el (TeX-b

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f464242eab092e610dda6b654e6fd197ef649d3e

2022-03-16 Thread Ikumi Keita
--- commit f464242eab092e610dda6b654e6fd197ef649d3e Author: Ikumi Keita Date: Sat Mar 5 00:29:08 2022 +0900 Enable indent by square bracket * tex.el (TeX-indent-open-delimiters): (TeX-indent-close-delimiters): New options regarded as additional open/close delimiters at indentation. * tex.el (TeX-b

Warning from l3doc.el (Re: Missing l3doc.el)

2022-03-16 Thread Ikumi Keita
Hi Arash, Thanks for working on l3doc.el. It seems that it includes a remnant of try&error. Byte compilation issues a warning saying In toplevel form: style/l3doc.el:49:1:Warning: Unused lexical variable `comment-flag' Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Indenting conditionals

2022-03-16 Thread Ikumi Keita
ter verbatim env. \end{verbatim} <- \end{document} Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Indenting conditionals

2022-03-16 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Thanks for catching this. The reason was sitting in front of the > keyboard here. Oh. > Please try it again with the file attached. This time it doesn't seem to show abnormal behavior. :-) Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Proposal to drop simultaneity (Re: Proposal to fix simultaneity)

2022-03-16 Thread Ikumi Keita
Hi all, >>>>> Ikumi Keita writes: > Therefore, I don't think now it's worth implementing something to > support simultaneous typeset/preview. How about just giving it up and > removing relevant descriptions from the documents and comments? (I'd > rathe

[AUCTeX-commit] GNU AUCTeX branch, master, updated. e37c7a8b392d72f242f9fbc9ebb6e8ac74af41b7

2022-03-17 Thread Ikumi Keita
--- commit e37c7a8b392d72f242f9fbc9ebb6e8ac74af41b7 Author: Ikumi Keita Date: Wed Mar 16 18:56:42 2022 +0900 Revise documentation about simultaneous process * doc/auctex.texi (Starting a Command): * tex-buf.el: State explicitly that AUCTeX doesn't support concurrent typesets. Update

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. e37c7a8b392d72f242f9fbc9ebb6e8ac74af41b7

2022-03-17 Thread Ikumi Keita
--- commit e37c7a8b392d72f242f9fbc9ebb6e8ac74af41b7 Author: Ikumi Keita Date: Wed Mar 16 18:56:42 2022 +0900 Revise documentation about simultaneous process * doc/auctex.texi (Starting a Command): * tex-buf.el: State explicitly that AUCTeX doesn't support concurrent typesets. Update copyright ye

Re: Proposal to drop simultaneity (Re: Proposal to fix simultaneity)

2022-03-17 Thread Ikumi Keita
>>>>> Arash Esbati writes: >> What do you think about it? > LGTM. Thanks, I've installed with slight modification on its expression. Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Dependency on tex-buf.el

2022-03-18 Thread Ikumi Keita
cing it with suitable autoload's (adding some defvar's). (F; optional?) Move entire "Viewing" section from tex.el to tex-buf.el. My preference is to keep the "separate dependency policy" and do (D) and (E). Doing (F) is too drastic a change and the commit history of "Viewing" section is valuable, which doesn't seem good to lose. What do you think about it? All the best, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] Thread beginning with https://lists.gnu.org/r/auctex-devel/2021-06/msg8.html

Re: Dependency on tex-buf.el

2022-03-18 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > If AUCTeX is to keep it, Of course we should do (A) or (B) in this case. > What do you think about it? Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Dependency on tex-buf.el

2022-03-19 Thread Ikumi Keita
requires latex.el also, it would introduce another circular dependency if all contents of tex-buf.el is moved into tex.el as-is. However, I hope that we can sort out that. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 7b0cbbb46562131b3058161b5323f79bc5ffa60c

2022-03-20 Thread Ikumi Keita
--- commit 7b0cbbb46562131b3058161b5323f79bc5ffa60c Author: Ikumi Keita Date: Sat Mar 19 22:33:15 2022 +0900 Document feature of []-induced indent * doc/auctex.texi (Indenting): Add description of two new options `TeX-indent-open-delimiters' and `TeX-indent-close-delimiters'. Also Explain work

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 7b0cbbb46562131b3058161b5323f79bc5ffa60c

2022-03-20 Thread Ikumi Keita
--- commit 7b0cbbb46562131b3058161b5323f79bc5ffa60c Author: Ikumi Keita Date: Sat Mar 19 22:33:15 2022 +0900 Document feature of []-induced indent * doc/auctex.texi (Indenting): Add description of two new options `TeX-indent-open-delimiters' and `TeX-indent-close-delimiters'. Also Explain work

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. fce8b94ca82332073f0236945fd57e9e3e414523

2022-03-22 Thread Ikumi Keita
--- commit fce8b94ca82332073f0236945fd57e9e3e414523 Author: Ikumi Keita Date: Tue Mar 22 21:02:39 2022 +0900 Update documentation with respect to indent * doc/auctex.texi (Indenting): Describe support of indent for tabular-like environments. Delete obsolete description. * doc/faq.texi: Add a missing w

[AUCTeX-commit] GNU AUCTeX branch, master, updated. fce8b94ca82332073f0236945fd57e9e3e414523

2022-03-22 Thread Ikumi Keita
--- commit fce8b94ca82332073f0236945fd57e9e3e414523 Author: Ikumi Keita Date: Tue Mar 22 21:02:39 2022 +0900 Update documentation with respect to indent * doc/auctex.texi (Indenting): Describe support of indent for tabular-like environments. Delete obsolete description. * doc/faq.texi: Add a missing w

Re: [text \begin{array} still causes problems] (was: Indenting conditionals)

2022-03-25 Thread Ikumi Keita
ere? ") (newline-and-indent) Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Dependency on tex-buf.el

2022-03-27 Thread Ikumi Keita
Hi Tassilo and all, >>>>> Ikumi Keita writes: > Since tex-buf.el requires latex.el also, it would introduce another > circular dependency if all contents of tex-buf.el is moved into tex.el > as-is. However, I hope that we can sort out that. I expect the series of the att

[AUCTeX-commit] GNU AUCTeX branch, master, updated. c43d21326dadb00cc3343cf8436af8dd9593f706

2022-03-27 Thread Ikumi Keita
--- commit c43d21326dadb00cc3343cf8436af8dd9593f706 Author: Ikumi Keita Date: Sat Mar 26 19:49:04 2022 +0900 Follow similar update of latex.el in context.el * context.el (ConTeXt-mode-common-initialization): Set `beginning-of-defun-function' and `end-of-defun-function'. (ConTeXt-mode-map): Don&

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c43d21326dadb00cc3343cf8436af8dd9593f706

2022-03-27 Thread Ikumi Keita
--- commit c43d21326dadb00cc3343cf8436af8dd9593f706 Author: Ikumi Keita Date: Sat Mar 26 19:49:04 2022 +0900 Follow similar update of latex.el in context.el * context.el (ConTeXt-mode-common-initialization): Set `beginning-of-defun-function' and `end-of-defun-function'. (ConTeXt-mode-map): Don&

Re: Dependency on tex-buf.el

2022-03-28 Thread Ikumi Keita
n. I also added a slight modification to tests/command-expanstion.el to make regression tests pass for this particular revision. (I added the due change in the second patch also, which isn't attached because the whole patch is large.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine &

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