master daaff30b: Follow elisp quoting convention

2022-05-29 Thread Ikumi Keita
branch: master commit daaff30b4aa6efce191460d6228be99fc0be4ec1 Author: Ikumi Keita Commit: Ikumi Keita Follow elisp quoting convention * preview.el.in (preview-toggle): * style/graphicx.el (LaTeX-arg-graphicx-includegraphics-key-val): * tex-fold.el (TeX-fold-region-macro

Symbol quotation in doc strings

2022-05-29 Thread Ikumi Keita
nvention, which quotes symbols with grave accent ` and apostrophe | ': `like-this' rather than ‘like-this’. ` So I think it would be more appropriate to follow this convention. Is there any circumstances I'm missing? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 7d7e5638: * doc/changes.texi: Add NEWS item for the previous commit.

2022-05-28 Thread Ikumi Keita
branch: master commit 7d7e5638628c412738b7e8df8ee2d189e5b8e1d0 Author: Ikumi Keita Commit: Ikumi Keita * doc/changes.texi: Add NEWS item for the previous commit. --- doc/changes.texi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/changes.texi b/doc/changes.texi index

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-27 Thread Ikumi Keita
mes used for \subimport is hopeless, > because the leading portion of the path is implicit." OMG!  Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-27 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>>>> Tassilo Horn writes: >> I've lost track in this discussion but is the plan to have many auto/ >> directories in the directories where the included tex files reside or do >> you want to resemble the path to include

master f2138e9a: New option for saving auto parsed information (bug#55511)

2022-05-27 Thread Ikumi Keita
branch: master commit f2138e9a748dd1a227c7b7290c7725508f65486c Author: Ikumi Keita Commit: Ikumi Keita New option for saving auto parsed information (bug#55511) * tex.el (TeX-auto-save-aggregate): New option. When non-nil, save parsed information in "auto" su

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-24 Thread Ikumi Keita
where. It could also be annoying in cases > where the included files reside on a network share or a VCS checkout > which will become dirty due to AUCTeX writing there. Indeed. Best, Ikumi Keita #StandWithUkraine #StopWarInUkraine diff --git a/tex.el b/tex.el index 8b76f98d..74832ad7 1006

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-24 Thread Ikumi Keita
ity with old auto folders. We can't tell each user's preference. :-) So I think conservative approach would be better. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

master updated (e194656c -> 59ef4751)

2022-05-23 Thread Ikumi Keita
ikumi pushed a change to branch master. from e194656c Let RefTeX recognize labels in user defined environments new d47a6e87 Support complex \input path (bug#55511) new 59ef4751 Simplify regexp Summary of changes: latex.el | 11 +-- tex.el | 6 +- 2

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-23 Thread Ikumi Keita
them in one auto directory or save into each auto subdirectory separately. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

master d47a6e87 1/2: Support complex \input path (bug#55511)

2022-05-23 Thread Ikumi Keita
branch: master commit d47a6e87160efc133c534f20969a03bbe2802a41 Author: Ikumi Keita Commit: Ikumi Keita Support complex \input path (bug#55511) * latex.el (LaTeX-auto-regexp-list): Allow ".." to appear more than once in an argument of \input. Support path

master 59ef4751 2/2: Simplify regexp

2022-05-23 Thread Ikumi Keita
branch: master commit 59ef47512555664b94cedcd2575850888fad94c4 Author: Ikumi Keita Commit: Ikumi Keita Simplify regexp * latex.el (LaTeX-auto-regexp-list): Simplify regular expression. Inside "[...]", backslash and period don't have special meaning so they

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-22 Thread Ikumi Keita
e included file, then "auto/" and finally the > filename. Yes, and that's already implemented. AUCTeX searches support files under each those "auto/" (and "stlye/") subdirectories and load them if found. With respect to the main issue of this bug#55511, I think t

bug#55511: 13.1.3; TeX-auto-store issues with complex paths

2022-05-20 Thread Ikumi Keita
d be addressed once the main bug is resolved. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Silencing byte compiler

2022-05-14 Thread Ikumi Keita
thanks for catching my bogus code. > +(declare-function LaTeX-counter-list "latex" nil) > +(declare-function LaTeX-length-list "latex" nil) I think that byte-compiler warns these because it doesn't like usage of #' in fboundp like (fboundp #'LaTeX-length-list

Re: master 64a8e189: Remove compatibility code

2022-05-09 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >> Should we declare-function outline-show-entry in bib-cite or load >> outline during byte-compilation? I'm not really familiar with bib-cite, >> hence my question. > Neither am I, but I think either option is OK. I'll take care

master 34fd9984: ; * bib-cite.el (): Silence byte compiler

2022-05-09 Thread Ikumi Keita
branch: master commit 34fd998400bdf21d3740c01dcc48f5c6719c9772 Author: Ikumi Keita Commit: Ikumi Keita ; * bib-cite.el (): Silence byte compiler --- bib-cite.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bib-cite.el b/bib-cite.el index aa594a1d..d380770c 100644 --- a/bib-cite.el

Re: master 64a8e189: Remove compatibility code

2022-05-08 Thread Ikumi Keita
know. > Should we declare-function outline-show-entry in bib-cite or load > outline during byte-compilation? I'm not really familiar with bib-cite, > hence my question. Neither am I, but I think either option is OK. I'll take care of it later. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 64a8e189: Remove compatibility code

2022-05-08 Thread Ikumi Keita
branch: master commit 64a8e189a3009bc4b467cd886a9d8edbab390b9b Author: Ikumi Keita Commit: Ikumi Keita Remove compatibility code * bib-cite.el (bib-display-or-find-label): * font-latex.el (font-latex-fontify-region): * latex.el (TeX-read-label): Remove compatibility

Re: AucTeX and TRAMP

2022-05-08 Thread Ikumi Keita
s for these issues, the remote processing feature may be feasible to be included in AUCTeX. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Generic functions for completing-read and TeX-completing-read-multiple

2022-05-06 Thread Ikumi Keita
be familiar with words "completing read (multiple)" and wouldn't find it easy to understand what those mean. I hope someone comes up with better indicators... Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

bug#55065: 13.0.11; compilation reports errors, but TeX-next-error says no errors

2022-05-04 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >> (1) I think the attached patch circumvents this issue. > My previous attempt was insufficient as it doesn't continue search for > errors after false match. Reworked patch is attached below. >> However, >> `TeX-parse-error' cont

bug#55192: 13.1.3; aspell does not work in AUCTeX buffer

2022-04-30 Thread Ikumi Keita
;;     (ispell-send-string "+\n")    ; set ispell mode to tex ... oh I realized now that he sent this message as private reply, not as group reply, so this information wasn't recorded in the archive... Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] https://list

bug#55065: 13.0.11; compilation reports errors, but TeX-next-error says no errors

2022-04-28 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > (1) I think the attached patch circumvents this issue. My previous attempt was insufficient as it doesn't continue search for errors after false match. Reworked patch is attached below. > However, > `TeX-parse-error' contains

bug#55065: 13.0.11; compilation reports errors, but TeX-next-error says no errors

2022-04-26 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Looking at the regexp used in `TeX-parse-error', the parts "Hook > to change line numbers" and "Hook to change file name" are not > actually matched because preceding alternative parts "New file" and

bug#55065: 13.0.11; compilation reports errors, but TeX-next-error says no errors

2022-04-25 Thread Ikumi Keita
Hook to change line numbers ((match-beginning 5) (setq TeX-error-offset (list (string-to-number (TeX-match-buffer 5 t) ;; Hook to change file name ((match-beginning 6) [...]

Re: indentation problem II

2022-04-22 Thread Ikumi Keita
trix type environments are not for writing equations. >> P.S. Oops, it's too late. You already have installed the commit in the >> git repo. > Thanks for your comments. Do you think we should touch the style with > any of the above? They aren't so important, so it wouldn't be worth changing now :-) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: indentation problem II

2022-04-22 Thread Ikumi Keita
"subequations" > '("subarray" "Alignment")) This part can be omitted. > +(defun LaTeX-item-equation-matrix () Maybe the function name should be reconsidered since it has little to do with equation. > +(insert (make-string n ?&)) Maybe (insert-char ?& n) is better. (Sorry, I wasn't aware of this usage of `insert-char' when I wrote the similar code for `LaTeX-insert-ampersands'.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine P.S. Oops, it's too late. You already have installed the commit in the git repo.

Re: [Culprit found prettify-symbols-mode] (was: indentation problem II)

2022-04-21 Thread Ikumi Keita
>>>>> Uwe Brauer writes: >> It seems to me an ordinary result in array environment, "&" signs are >> vertically aligned. What other result do you expect? > Sorry, I just realized that I was fouled by the use of > prettify-symbols-mode. > S

Re: indentation problem II

2022-04-21 Thread Ikumi Keita
t? Hmm, it would basically be useful, but I think automatic insertion of ampersands at the first line should be suppressed because matrix-like environments are used when writing column-vector like \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} , without "&". Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: indentation problem II

2022-04-19 Thread Ikumi Keita
\end{pmatrix} \\ > \\ > &=& > \begin{pmatrix} > e^{-100t} & > \tfrac{10}{999}(e^{-\tfrac{t}{10}} - e^{-100t}) \\ > 0 & e^{-\tfr

bug#54949:

2022-04-18 Thread Ikumi Keita
avior. There is another LaTeX mode called YaTeX (Yet Another TeX mode for Emacs) available from MELPA, documents of which are available at https://www.yatex.org/ . I'd recommend to taste it because YaTeX tries very hard to keep backward compatibility; for example, it still works on emacs 19. Regards,

bug#54949: bug54949

2022-04-17 Thread Ikumi Keita
ovements, which aligns "&" sign vertically in suitable environments. So your inconvenience is someone's benefit. It's inevitable to have sometimes such unfortunate conflicts as long as you are expecting to experience improvements to AUCTeX. Regards, Ikumi Keita #StandWithUkraine

Re: [PATCH] Use setq-local compatible with Emacs 26

2022-04-16 Thread Ikumi Keita
thing is fine. I've applied and pushed your patch. I'll do a > new ELPA release in order to get this out. Actually I have committed similar change for context.el as well and installed fix for it, following Tassilo's commit. But it was after the ELPA release was out :-( . Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Turning on GNU make checker

2022-04-14 Thread Ikumi Keita
st leave the minimum version unspecified?) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine >From 5f950437e17b4936e4a1745db23a12a11c7ace38 Mon Sep 17 00:00:00 2001 From: Ikumi Keita Date: Fri, 26 Mar 2021 02:40:07 +0900 Subject: [PATCH] Adapt for system where GNU make is gmake * con

Re: :bibtex dialect defect?

2022-04-13 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: >> I came up to a tentative fix as the attached patch. Comments and >> suggestions are welcome. > LGTM, please go ahead and install. Thanks for fixing this. Thanks, pushed. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: :bibtex dialect defect?

2022-04-11 Thread Ikumi Keita
Hi all, This is a continuation of a topic in last June :-) >>>>> Ikumi Keita writes: > I think that AUCTeX built-in bibliography management has fundamental > flaw. [...] > The problem is, that the contents of "auto/jr.el" is not used at all > afterwards.

Re: Uncertain prettification

2022-04-10 Thread Ikumi Keita
>>>>> Tassilo Horn writes: >> I like the second option, considering that Arash proposed to raise the >> minimum supported Emacs version to 25.1. How about the attached patch? > Looks good to me. Thanks, pushed. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 86de20d0b285803ead0f242be5216916bab2abc0

2022-04-10 Thread Ikumi Keita
--- commit 86de20d0b285803ead0f242be5216916bab2abc0 Author: Ikumi Keita Date: Sun Apr 10 16:52:37 2022 +0900 Make prettification work reliably Simplify at the same time, assuming to bump required Emacs version to 25.1. * tex.el (TeX--prettify-symbols-compose-p): Define unconditionally. (Vir

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 86de20d0b285803ead0f242be5216916bab2abc0

2022-04-10 Thread Ikumi Keita
--- commit 86de20d0b285803ead0f242be5216916bab2abc0 Author: Ikumi Keita Date: Sun Apr 10 16:52:37 2022 +0900 Make prettification work reliably Simplify at the same time, assuming to bump required Emacs version to 25.1. * tex.el (TeX--prettify-symbols-compose-p): Define unconditionally. (Vir

Re: Uncertain prettification

2022-04-10 Thread Ikumi Keita
available. And then we can > defer loading tex-mode in VirTeX-common-initialization. I like the second option, considering that Arash proposed to raise the minimum supported Emacs version to 25.1. How about the attached patch? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine >From 16

Uncertain prettification

2022-04-09 Thread Ikumi Keita
quot; in tex.el. See the patch at the last of this message. This, however, increases byte compilation time, in particular for "make dynvars-check"[1]. I think it's acceptable, but what do others think about this issue? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] output of

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

2022-04-06 Thread Ikumi Keita
--- commit e1c3e37e0c63be6d258252f371a6d60c0bbfdb1b Author: Ikumi Keita Date: Thu Apr 7 14:44:22 2022 +0900 ; Update copyright year * plain-tex.el: * tex-bar.el: * tex-fold.el: * tex-info.el: * tex-ispell.el: * tex-jp.el: Update copyright year. diff --git a/plain-tex.el b/plain-te

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

2022-04-06 Thread Ikumi Keita
--- commit e1c3e37e0c63be6d258252f371a6d60c0bbfdb1b Author: Ikumi Keita Date: Thu Apr 7 14:44:22 2022 +0900 ; Update copyright year * plain-tex.el: * tex-bar.el: * tex-fold.el: * tex-info.el: * tex-ispell.el: * tex-jp.el: Update copy

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

2022-03-31 Thread Ikumi Keita
--- commit eb4e331bd618d6721df79c84a85ad1020b6a28d3 Author: Ikumi Keita Date: Fri Apr 1 00:14:51 2022 +0900 Add news for new indent feature * doc/changes.texi: Add news for new indent feature. * doc/auctex.texi (Indenting): Add

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

2022-03-31 Thread Ikumi Keita
--- commit eb4e331bd618d6721df79c84a85ad1020b6a28d3 Author: Ikumi Keita Date: Fri Apr 1 00:14:51 2022 +0900 Add news for new indent feature * doc/changes.texi: Add news for new indent feature. * doc/auctex.texi (Indenting): Add minor note. diff --git a/doc/auctex.texi b/doc/auctex.texi index ed846cd3..ca236

Re: Preparation for new ELPA release (Re: Dependency on tex-buf.el)

2022-03-31 Thread Ikumi Keita
Hi Tassilo, >>>>> Tassilo Horn writes: > No, I've just missed them when porting over the changes to generated el > files to el.in. If you have the time, feel free to manually apply them. Done. Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 180cc28dfa5c1f0ee378f374428fe4b1ce68b850

2022-03-31 Thread Ikumi Keita
--- commit 180cc28dfa5c1f0ee378f374428fe4b1ce68b850 Author: Ikumi Keita Date: Thu Mar 31 02:58:02 2022 +0900 Apply remaining portion of Stefan's patch * preview.el.in (preview--open-for-replace): (preview-query-replace-reveal): * tex-site.el.in (TeX-modes-set): (TeX-modes): Discard fallbacks f

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 180cc28dfa5c1f0ee378f374428fe4b1ce68b850

2022-03-31 Thread Ikumi Keita
--- commit 180cc28dfa5c1f0ee378f374428fe4b1ce68b850 Author: Ikumi Keita Date: Thu Mar 31 02:58:02 2022 +0900 Apply remaining portion of Stefan's patch * preview.el.in (preview--open-for-replace): (preview-query-replace-reveal): * tex-site.el.in (TeX-modes-set): (TeX-modes): Discard fallbacks f

Preparation for new ELPA release (Re: Dependency on tex-buf.el)

2022-03-31 Thread Ikumi Keita
sing from the current master branch. (patch for preview.el, which should obviously be applied to preview.el.in, and portion of patch for tex-site.el.in) Were they excluded deliberately? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

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

2022-03-30 Thread Ikumi Keita
--- commit 7e6d83ff4eb1c775cf0d2b94f12b38f72941064a Author: Ikumi Keita Date: Wed Mar 30 16:45:49 2022 +0900 Add news * doc/changes.texi: Announce the disappearance of tex-buf.el. * tex.el (TeX-command-default): Add change somehow dropped off from the previous commit. diff --git a/doc/changes.

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

2022-03-30 Thread Ikumi Keita
--- commit 7e6d83ff4eb1c775cf0d2b94f12b38f72941064a Author: Ikumi Keita Date: Wed Mar 30 16:45:49 2022 +0900 Add news * doc/changes.texi: Announce the disappearance of tex-buf.el. * tex.el (TeX-command-default): Add change somehow dropped off from the previ

Re: Dependency on tex-buf.el

2022-03-29 Thread Ikumi Keita
>>>>> Tassilo Horn writes: > Looks good, go ahead. :-) Thanks, done. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 323eb08ca66c75173050fdaa78d150bdfb099c0b

2022-03-29 Thread Ikumi Keita
revisions in full, below. - Log - commit 323eb08ca66c75173050fdaa78d150bdfb099c0b Author: Ikumi Keita Date: Sun Mar 27 19:45:03 2022 +0900 Assign reasonable sentinel in AmS-TeX mode * plain-tex.el (TeX-plain-tex-mode):

bug#54200: 13.0.14; Preview incorrectly folds math environments with TeX-engine LuaTeX

2022-03-28 Thread Ikumi Keita
Hi David and Liam, >>>>> Ikumi Keita writes: >> Error context is produced by the TeX engine itself, so in this case it >> would be the fault of LuaTeX and should likely be reported to its >> developer list at dev-lua...@ntg.nl . I reported the issue in LuaTeX

Re: Dependency on tex-buf.el

2022-03-28 Thread Ikumi Keita
so 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 >From 6f63012

[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't bind C-M

[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't bind C-M

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

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

[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

[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-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 workarounds fo

[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 workarounds fo

Re: Indenting the code written in square brackets as optional parameters

2022-03-20 Thread Ikumi Keita
didn't look at the example Tassilo gave closely. To tell the truth, it was the first time for me to be in touch with expression "[a,b[". I'll correct it. (^_^;) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Indenting the code written in square brackets as optional parameters

2022-03-19 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: > While waiting for that someone to come up with that proposal () what > do think about this: Thanks a lot! Based on your work, I added two examples as well as supplementary explanations. Regards, Ikumi Keita #StandWithUkraine #StopWar

Re: Dependency on tex-buf.el

2022-03-19 Thread Ikumi Keita
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

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

Dependency on tex-buf.el

2022-03-18 Thread Ikumi Keita
he "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: Proposal to drop simultaneity (Re: Proposal to fix simultaneity)

2022-03-18 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

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

2022-03-18 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 year.

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

2022-03-18 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 copy

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 > rather add instructi

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

Re: Indenting conditionals

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

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

[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

Re: Indenting the code written in square brackets as optional parameters

2022-03-16 Thread Ikumi Keita
of it. Done. I'll check your conditional indentation code later. Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

[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

Re: Indenting the code written in square brackets as optional parameters

2022-03-16 Thread Ikumi Keita
Hi all, >>>>> Ikumi Keita writes: >>>>> Sašo Živanović writes: >> Summing up: while I find []-indenting indispensable for Forest trees, >> and TikZ in general, I would definitely want to have an way to >> override it for specific cases, and coun

Re: LaTeX-current-environment in macrocode environment

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

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-command'. However, I

Re: Indenting the code written in square brackets as optional parameters

2022-03-10 Thread Ikumi Keita
":-)" and ":-(" can introduce unmatched parens, braces and brackets in general.) > (By the way, in my patch, I didn't modify it as much as rewrite it > completely. Seeing Ikumi's patch, I realize that was certainly an > overkill stemming from my inadequate Lisp knowledge. So thanks Ikumi > for the opportunity to learn some Lisp!) You are welcome. :-) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

bug#54200: 13.0.14; Preview incorrectly folds math environments with TeX-engine LuaTeX

2022-03-09 Thread Ikumi Keita
should likely be reported to its > developer list at dev-lua...@ntg.nl . I see, thank you! Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#54200: 13.0.14; Preview incorrectly folds math environments with TeX-engine LuaTeX

2022-03-09 Thread Ikumi Keita
-- David, can you tell which is responsible for these superfluous two characters, preview.sty or lualatex itself? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Re: Indenting the code written in square brackets as optional parameters

2022-03-08 Thread Ikumi Keita
on in other contexts. (Hmm, but such cases must be rather rare, so it wouldn't matter much?) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

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

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

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

[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

[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

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

Re: LaTeX doesn't find the source file

2022-03-07 Thread Ikumi Keita
ckaging: ;; From preview-latex.el: (defvar preview-TeX-style-dir (expand-file-name "latex" (file-name-directory load-file-name))) -- If the user declares that "I use cygwin TeX distribution" by a certain new customize option, AUCTeX converts windows-style path c:/Users/

Re: LaTeX doesn't find the source file

2022-03-06 Thread Ikumi Keita
file, and auctex works perfectly. > Thanks so much for your insights. You're welcome, glad to hear that. There still remains a puzzle(*) for me, but that isn't important at all. Have a good TeXing. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine (*) Why W32 TeX Live pdflatex binary

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: Indenting the code written in square brackets as optional parameters

2022-03-06 Thread Ikumi Keita
pped in 2 directories) > 8<---8<---- Oh, sorry, did it? That is strange according to your previous message... > Source file ‘~/.emacs.d/elpa/auctex-13.0.14/latex.el’ newer > than byte-compiled file; using older file Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: LaTeX doesn't find the source file

2022-03-06 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > On windows, the delimiter for paths in TEXINPUTS must be ";", not ":". Sorry, that isn't accurate. For record, I correct it. The colon ":" for path delimiter would be valid for cygwin TeX Live commands, provided that

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