Re: Attempt to remove TeX-auto-update

2021-03-19 Thread Ikumi Keita
Hi all, I committed the proposed change. I used it for a while personally without problems, but it might still have some issues I'm not aware of. Please report back if it causes any troubles. Regards, Ikumi Keita >>>>> Ikumi Keita writes: > Hi all, > In order to re

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

2021-03-21 Thread Ikumi Keita
--- commit 7ccff10d48639e995f8f2fcfcae6e7265bbcff0d Author: Ikumi Keita Date: Sun Mar 21 04:50:59 2021 +0900 ; * latex.el (LaTeX-fill-region-as-paragraph): Fix typo. --- Summary of changes: latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

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

2021-03-21 Thread Ikumi Keita
--- commit 7ccff10d48639e995f8f2fcfcae6e7265bbcff0d Author: Ikumi Keita Date: Sun Mar 21 04:50:59 2021 +0900 ; * latex.el (LaTeX-fill-region-as-paragraph): Fix typo. diff --git a/latex.el b/latex.el index d5d5621..a88caad 100644 --- a/latex.el +++ b/latex.el @@ -3746,7 +3746,7 @@ Words formed by such characters can

Attempt to reduce byte compile warnings

2021-03-22 Thread Ikumi Keita
Hi all, This is another attempt to reduce byte compile warnings. I think the attached patch suppresses the byte compile warning of tex-buf.el, in addition to removing inappropriate usage of font lock variables. If nobody objects, I'll install it soon. Regards, Ikumi Keita

Re: Use of lexical binding plus various other things

2021-03-22 Thread Ikumi Keita
(null (bobp)) (progn (beginning-of-line 0) (looking-at "^\\s-*\\($\\|@\\(c\\|comment\\)\\_>\\)" (when (looking-at "^\\s-*@node\\_>") (set boundary (point)) [...] -- Regards, Ikumi Keita

Re: Use of lexical binding plus various other things

2021-03-23 Thread Ikumi Keita
ich depreciate :group keyword? Regards, Ikumi Keita >From cb7f589e8ce5dca69fcc469d800e5dfd083d15c6 Mon Sep 17 00:00:00 2001 From: Ikumi Keita Date: Tue, 23 Mar 2021 21:24:18 +0900 Subject: [PATCH] Prepare for enabling lexical binding in preview.el.in * tex-buf.el (TeX-region-update): * previ

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

2021-03-23 Thread Ikumi Keita
--- commit c037cac4163c29776d78f795812d706f67609193 Author: Ikumi Keita Date: Tue Mar 23 21:24:18 2021 +0900 Prepare for enabling lexical binding in preview.el.in * tex-buf.el (TeX-region-update): * preview.el.in (preview-region, preview-counters) (preview--counter-information): Turn a piece of advic

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

2021-03-23 Thread Ikumi Keita
--- commit c037cac4163c29776d78f795812d706f67609193 Author: Ikumi Keita Date: Tue Mar 23 21:24:18 2021 +0900 Prepare for enabling lexical binding in preview.el.in * tex-buf.el (TeX-region-update): * preview.el.in (preview-region, preview-counters) (preview--counter-information): Turn a piece of advic

Re: Use of lexical binding plus various other things

2021-03-23 Thread Ikumi Keita
rd-classes' before loading font-latex.elc. I think this is not a problem at all because users can/should use `font-latex-user-keyword-classes' and `font-latex-deactivated-keyword-classes' for customization purpose. (But maybe we should announce that it is no longer valid to modify `font-latex-built-in-keyword-classes' by hand.) Regards, Ikumi Keita

Re: Use of lexical binding plus various other things

2021-03-24 Thread Ikumi Keita
>>>>> Stefan Monnier writes: > BTW, I rebased my branch on top of your patch, and hence on top of > auctex.git's `master`. Thanks, I'd like to merge them into AUCTeX repository. If nobody objects, I'll do it soon. Regards, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 7606a49da2b1c22c9ebaeb734e77b4504c91b451

2021-03-24 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 7606a49da2b1c22c9ebaeb734e77b4504c91b451 (commit) via 6ca79102471a715ca

Re: Use of lexical binding plus various other things

2021-03-24 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>>>> Stefan Monnier writes: >> BTW, I rebased my branch on top of your patch, and hence on top of >> auctex.git's `master`. > Thanks, I'd like to merge them into AUCTeX repository. If nobody > objects, I'll do it soon. Merged. Bye, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8f0638c5a3487ab88ccae616c4f8c708a842d84d

2021-03-24 Thread Ikumi Keita
--- commit 8f0638c5a3487ab88ccae616c4f8c708a842d84d Author: Ikumi Keita Date: Thu Mar 25 11:16:06 2021 +0900 Fix merging * tex-buf.el (TeX-region-update): Use `begin', not `TeX--begin'. * tex.el (TeX--call-minor-mode): Rename from `tex--call-minor-mode' to make prefix uniform in AUC

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 65a711ba0c9bbdf1b04991a3b305440afd23ebd9

2021-03-24 Thread Ikumi Keita
--- commit 65a711ba0c9bbdf1b04991a3b305440afd23ebd9 Author: Ikumi Keita Date: Fri Mar 19 18:16:56 2021 +0900 Discard obsolete variables According to NEWS.24, `font-lock-defaults-alist' was removed at emacs 24.1. `font-lock-mode-enable-list' doesn't exist in any NEWS.* nor emacs 24.3

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 8f0638c5a3487ab88ccae616c4f8c708a842d84d

2021-03-24 Thread Ikumi Keita
--- commit 8f0638c5a3487ab88ccae616c4f8c708a842d84d Author: Ikumi Keita Date: Thu Mar 25 11:16:06 2021 +0900 Fix merging * tex-buf.el (TeX-region-update): Use `begin', not `TeX--begin'. * tex.el (TeX--call-minor-mode): Rename from `tex--call-minor-mode' to make prefix uniform in AUC

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 65a711ba0c9bbdf1b04991a3b305440afd23ebd9

2021-03-24 Thread Ikumi Keita
--- commit 65a711ba0c9bbdf1b04991a3b305440afd23ebd9 Author: Ikumi Keita Date: Fri Mar 19 18:16:56 2021 +0900 Discard obsolete variables According to NEWS.24, `font-lock-defaults-alist' was removed at emacs 24.1. `font-lock-mode-enable-list' doesn't exist in any NEWS.* nor emacs 24.3

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

2021-03-24 Thread Ikumi Keita
--- commit a7b5f1adb4afd4073dca6afecb8407dab8e7a156 Author: Ikumi Keita Date: Thu Mar 25 12:35:54 2021 +0900 Fix documents * doc/auctex.texi (LaTeX-amsmath-label): Add multline env. and remove aligned env. since the former gets label while the latter doesn't get. (Error overview): Delete spurious

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

2021-03-24 Thread Ikumi Keita
--- commit a7b5f1adb4afd4073dca6afecb8407dab8e7a156 Author: Ikumi Keita Date: Thu Mar 25 12:35:54 2021 +0900 Fix documents * doc/auctex.texi (LaTeX-amsmath-label): Add multline env. and remove aligned env. since the former gets label while the latter doesn't get. (Error overview): Delete spurious

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

2021-03-25 Thread Ikumi Keita
--- commit adc70b81d1e9c955da7436930be5a73775bedca3 Author: Ikumi Keita Date: Thu Mar 25 19:08:25 2021 +0900 Fix void function error * font-latex.el (font-latex-make-built-in-keywords): Bring back the defun of `font-latex-match-*-make` before the defcustom of `font-latex-match-*-keywords' because the

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

2021-03-25 Thread Ikumi Keita
--- commit adc70b81d1e9c955da7436930be5a73775bedca3 Author: Ikumi Keita Date: Thu Mar 25 19:08:25 2021 +0900 Fix void function error * font-latex.el (font-latex-make-built-in-keywords): Bring back the defun of `font-latex-match-*-make` before the defcustom of `font-latex-match-*-keywords' because the

Re: font-latex-match-warning-make void function.

2021-03-25 Thread Ikumi Keita
Hi Colin, >>>>> Colin Baxter writes: > After today's pull of auctex, I'm getting a > "font-latex-match-warning-make" void function error and auctex will not > load. Thank you, fixed in the git repo. Recent reorder in font-latex.el broke the dependen

Re: font-latex-match-warning-make void function.

2021-03-25 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Hi Colin, >>>>> Colin Baxter writes: >> After today's pull of auctex, I'm getting a >> "font-latex-match-warning-make" void function error and auctex will not >> load. > Thank you, fixed

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 6a47321fcea175158aff810826307f4ea8388c6d

2021-03-25 Thread Ikumi Keita
--- commit 6a47321fcea175158aff810826307f4ea8388c6d Author: Ikumi Keita Date: Thu Mar 25 21:57:47 2021 +0900 Fix font-latex.el * font-latex.el (font-latex-make-built-in-keywords): Defer making `font-latex-match-*' buffer-local so that it attains sane default value. diff --git a/font-latex.el b/font

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 6a47321fcea175158aff810826307f4ea8388c6d

2021-03-25 Thread Ikumi Keita
--- commit 6a47321fcea175158aff810826307f4ea8388c6d Author: Ikumi Keita Date: Thu Mar 25 21:57:47 2021 +0900 Fix font-latex.el * font-latex.el (font-latex-make-built-in-keywords): Defer making `font-latex-match-*' buffer-local so that it attains sane de

Re: font-latex-match-warning-make void function.

2021-03-25 Thread Ikumi Keita
>>>>> Colin Baxter writes: >>>>> Ikumi Keita writes: >> Ah, no. The fontification doesn't happen when I open another latex >> file. I have to figure out why... >> Regards, Ikumi Keita > Yes, I can confirm that. I was too quick off the

Re: font-latex-match-warning-make void function.

2021-03-25 Thread Ikumi Keita
think that the relevant code should be refactored and made easier to understand. Regards, Ikumi Keita

Re: font-latex-match-warning-make void function.

2021-03-25 Thread Ikumi Keita
elf isn't under control of git and is listed in .gitignore. Bye, Ikumi Keita

Re: font-latex-match-warning-make void function.

2021-03-26 Thread Ikumi Keita
#'preview--open-for-replace) once. 2. Do the same (advice-add FUNC :before #'preview--open-for-replace) again. or 1. Do (advice-remove FUNC #'preview--open-for-replace) on a FUNC which isn't yet given advice. Experiments seem to suggest that it's safe. But if not, I

Re: font-latex-match-warning-make void function.

2021-03-26 Thread Ikumi Keita
-delimiter nil) >> (TeX-search-files-type-alist > This is going in the right direction but the byte-compiler should > hopefully tell you that this is not quite sufficient: please also rename > `var` to add some namespace prefix to it (I suggest `TeX--var`). Well, this is a piece of regresstion test suits and the variable in question is used only within this particular `ert-deftest'. So I presumed it's OK. Is this presumtion wrong? Regards, Ikumi Keita

Regression tests fix (Re: font-latex-match-warning-make void function.)

2021-03-26 Thread Ikumi Keita
>>>>> Stefan Monnier writes: > Do you *need* the variable to be called "var"? If not, then renaming it > will save you the trouble of wondering under which circumstances it's OK > to use just "var". I see, thanks for explanation. Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 896346a4f29823df58c67829c820597e2ebcb50e

2021-03-26 Thread Ikumi Keita
--- commit 896346a4f29823df58c67829c820597e2ebcb50e Author: Ikumi Keita Date: Fri Mar 26 23:24:02 2021 +0900 Fix preview-latex and regression tests * preview.el.in (preview-query-replace-reveal): Add treatment for nadvice functions. (): Promote defvar's without value to proper defvar's to pr

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 896346a4f29823df58c67829c820597e2ebcb50e

2021-03-26 Thread Ikumi Keita
--- commit 896346a4f29823df58c67829c820597e2ebcb50e Author: Ikumi Keita Date: Fri Mar 26 23:24:02 2021 +0900 Fix preview-latex and regression tests * preview.el.in (preview-query-replace-reveal): Add treatment for nadvice functions. (): Promote defvar's without value to proper defvar's to pr

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 70029e017ead40de6459c1ade7a5242958c59899

2021-03-26 Thread Ikumi Keita
--- commit 70029e017ead40de6459c1ade7a5242958c59899 Author: Ikumi Keita Date: Sat Mar 27 03:00:53 2021 +0900 Fix preamble cache * preview.el.in (preview-cache-preamble): Remove trash left when preferring closure over backquote+lambda. (preview-gs-flag-error): Replace `str' with `string' for c

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 70029e017ead40de6459c1ade7a5242958c59899

2021-03-26 Thread Ikumi Keita
--- commit 70029e017ead40de6459c1ade7a5242958c59899 Author: Ikumi Keita Date: Sat Mar 27 03:00:53 2021 +0900 Fix preamble cache * preview.el.in (preview-cache-preamble): Remove trash left when preferring closure over backquote+lambda. (preview-gs-flag-error): Replace `str' with `string' for c

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

2021-03-27 Thread Ikumi Keita
--- commit 0ce30c166fed899b269957a0006d011457787eb7 Author: Ikumi Keita Date: Sat Mar 27 05:30:07 2021 +0900 * tests/japanese/preview-latex.el: Make cleanup forms more robust diff --git a/tests/japanese/preview-latex.el b/tests/japanese/preview-latex.el index 52e98c2..95cc8ca 100644 --- a/tests/japanese/preview-late

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

2021-03-27 Thread Ikumi Keita
--- commit 0ce30c166fed899b269957a0006d011457787eb7 Author: Ikumi Keita Date: Sat Mar 27 05:30:07 2021 +0900 * tests/japanese/preview-latex.el: Make cleanup forms more robust --- Summary of changes: tests/japanese/preview-late

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 5696f07ad37bb3cf5250fe7c2e0a2471933fe041

2021-03-27 Thread Ikumi Keita
revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 5696f07ad37bb3cf5250fe7c2e0a2471933fe041 Author: Ikumi Keita Date:

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5696f07ad37bb3cf5250fe7c2e0a2471933fe041

2021-03-27 Thread Ikumi Keita
revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - commit 5696f07ad37bb3cf5250fe7c2e0a2471933fe041 Author: Ikumi Keita Date:

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

2021-03-27 Thread Ikumi Keita
--- commit ab161bae79298018f7ac982eb60d48d2bae667de Author: Ikumi Keita Date: Sat Mar 27 20:29:45 2021 +0900 ; Convert tabs to spaces * bib-cite.el: * preview.el.in: * style/bigdelim.el: * style/hologo.el: Convert tabs to spaces diff --git a/bib-cite.el b/bib-cite.el index a996a21..99b9278 100644

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

2021-03-27 Thread Ikumi Keita
--- commit ab161bae79298018f7ac982eb60d48d2bae667de Author: Ikumi Keita Date: Sat Mar 27 20:29:45 2021 +0900 ; Convert tabs to spaces * bib-cite.el: * preview.el.in: * style/bigdelim.el: * style/hologo.el: Convert tabs

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

2021-03-27 Thread Ikumi Keita
--- commit a83033a22dcd28e015bc6aa66c3d0195402e8955 Author: Ikumi Keita Date: Sun Mar 28 04:46:23 2021 +0900 Fix doc string * tex.el (TeX-expand-list): Delete obsolete comment. State that variable name is allowed as the second element and how that is treated. ; * doc/preview-faq.texi (Requirements)

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

2021-03-27 Thread Ikumi Keita
--- commit a83033a22dcd28e015bc6aa66c3d0195402e8955 Author: Ikumi Keita Date: Sun Mar 28 04:46:23 2021 +0900 Fix doc string * tex.el (TeX-expand-list): Delete obsolete comment. State that variable name is allowed as the second element and how that is treated. ; * doc/preview-faq.texi (Requirements)

Re: Use of lexical binding plus various other things

2021-03-29 Thread Ikumi Keita
discrepancy between lexical and dynamic variables. (I'm using emacs 27) > The following change seems to fix the issue. Is this the right way? It looks good to me. Best, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5d73084fbae0b96a17bd3be4500163e10b7f75f8

2021-03-30 Thread Ikumi Keita
--- commit 5d73084fbae0b96a17bd3be4500163e10b7f75f8 Author: Ikumi Keita Date: Tue Mar 30 18:35:56 2021 +0900 Some minor followups * doc/tex-ref.tex: Fix markups as well as a few errors. Remove mention about xemacs. * tex.el (TeX-expand-list-builtin): Simplify. * tests/make-test-deps.emacs-lisp: Enab

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 5d73084fbae0b96a17bd3be4500163e10b7f75f8

2021-03-30 Thread Ikumi Keita
--- commit 5d73084fbae0b96a17bd3be4500163e10b7f75f8 Author: Ikumi Keita Date: Tue Mar 30 18:35:56 2021 +0900 Some minor followups * doc/tex-ref.tex: Fix markups as well as a few errors. Remove mention about xemacs. * tex.el (TeX-expand-list-builtin): Simplify. * tests/make-test-deps.emacs-lisp: Enab

Proposal to remove TeX-slipt-string and TeX-assoc

2021-03-30 Thread Ikumi Keita
compatibility alias like (defalias 'TeX-assoc (lambda (key list) (assoc-string key list t))) with `make-obsolete' for potential users who use these functions in their customize codes or not. What do you think about it? Opinions are welcome. Best regards, Ikumi Keita diff --git a/latex.el b/la

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

2021-03-31 Thread Ikumi Keita
--- commit c2a40eb8e32ac79e779bf7d7c0b2c896a08736bb Author: Ikumi Keita Date: Wed Mar 31 16:36:00 2021 +0900 Use built-in functions for similar functions * tex.el (TeX-split-string): Simplify by `split-string' and mark obsolete. (TeX-assoc): Simplify by `assoc-string' and mark obsolete. * do

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

2021-03-31 Thread Ikumi Keita
--- commit c2a40eb8e32ac79e779bf7d7c0b2c896a08736bb Author: Ikumi Keita Date: Wed Mar 31 16:36:00 2021 +0900 Use built-in functions for similar functions * tex.el (TeX-split-string): Simplify by `split-string' and mark obsolete. (TeX-assoc): Simplify by `assoc-string' and mark obsolete. * do

Re: Proposal to remove TeX-slipt-string and TeX-assoc

2021-03-31 Thread Ikumi Keita
>>>>> Tassilo Horn writes: > Yes, please add aliases. But feel free to document that those aliases > will be short-lived in changes.texi. Thanks, done. Bye, Ikumi Keita

Re: Test for fontification

2021-03-31 Thread Ikumi Keita
gt; + (should (memq 'font-lock-constant-face > +(get-text-property (match-end 0) 'face))) Maybe `font-latex-faces-present-p' makes the code a bit simpler. Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3750d1a6e1316ff487cbf4fdb6067d4f3ba9f10e

2021-04-01 Thread Ikumi Keita
ow. - Log - commit 3750d1a6e1316ff487cbf4fdb6067d4f3ba9f10e Author: Ikumi Keita Date: Wed Mar 31 20:15:15 2021 +0900 Resolve unnecassary back quote * font-latex.el (font-latex-user-keyword-classes, (font-latex-slide-title-face): * tex-fold.el (TeX-

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 3750d1a6e1316ff487cbf4fdb6067d4f3ba9f10e

2021-04-01 Thread Ikumi Keita
ow. - Log - commit 3750d1a6e1316ff487cbf4fdb6067d4f3ba9f10e Author: Ikumi Keita Date: Wed Mar 31 20:15:15 2021 +0900 Resolve unnecassary back quote * font-latex.el (font-latex-user-keyword-classes, (font-latex-slide-title-face): * tex-fold.el (TeX-

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 65b8b29a279e3a99297f3fe552d2ed14b9050e1c

2021-04-03 Thread Ikumi Keita
ow. - Log - commit 65b8b29a279e3a99297f3fe552d2ed14b9050e1c Author: Ikumi Keita Date: Sun Mar 28 04:27:09 2021 +0900 Use #' instead of ' to quote function names * bib-cite.el (bib-switch-to-buffer-function): * latex.el (LaTeX-item-array

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 65b8b29a279e3a99297f3fe552d2ed14b9050e1c

2021-04-03 Thread Ikumi Keita
ow. - Log - commit 65b8b29a279e3a99297f3fe552d2ed14b9050e1c Author: Ikumi Keita Date: Sun Mar 28 04:27:09 2021 +0900 Use #' instead of ' to quote function names * bib-cite.el (bib-switch-to-buffer-function): * latex.el (LaTeX-item-array

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 39699a711d7101442c43a849060e77bf614bbb25

2021-04-05 Thread Ikumi Keita
visions in full, below. - Log - commit 39699a711d7101442c43a849060e77bf614bbb25 Author: Ikumi Keita Date: Thu Apr 1 18:07:36 2021 +0900 Simplify conditionals evaluating to constant * font-latex.el (font-latex-bold-

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 39699a711d7101442c43a849060e77bf614bbb25

2021-04-05 Thread Ikumi Keita
visions in full, below. - Log - commit 39699a711d7101442c43a849060e77bf614bbb25 Author: Ikumi Keita Date: Thu Apr 1 18:07:36 2021 +0900 Simplify conditionals evaluating to constant * font-latex.el (font-latex-bold-

Re: GNU AUCTeX branch, master, updated. 39699a711d7101442c43a849060e77bf614bbb25

2021-04-06 Thread Ikumi Keita
erver' was first introduced by this commit: , | 54a2d61dbd4218035b08127dfe2b02725d4210c2 | Author: Ralf Angeli | AuthorDate: Mon Jul 14 20:31:25 2008 + | Commit: Ralf Angeli | CommitDate: Mon Jul 14 20:31:25 2008 + | | [...] | | Follows: release_11_85 (81) | Precedes: release_11_86 (213) ` If I understand these descriptions correctly, the relevant changes first appeared in 11.86 release. Regards, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 61f508d6bf0a0116b719120bbd143131dffc19dc

2021-04-10 Thread Ikumi Keita
--- commit 61f508d6bf0a0116b719120bbd143131dffc19dc Author: Ikumi Keita Date: Sat Apr 10 20:42:12 2021 +0900 ; Fix doc string * latex.el (TeX-read-label-prefix): Fix doc string. Move defvar to more suitable place. * tex.el (TeX-submit-bug-report): Fix

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 61f508d6bf0a0116b719120bbd143131dffc19dc

2021-04-10 Thread Ikumi Keita
--- commit 61f508d6bf0a0116b719120bbd143131dffc19dc Author: Ikumi Keita Date: Sat Apr 10 20:42:12 2021 +0900 ; Fix doc string * latex.el (TeX-read-label-prefix): Fix doc string. Move defvar to more suitable place. * tex.el (TeX-submit-bug-report): Fix doc string. diff --git a/latex.el b/latex.el ind

Re: GNU AUCTeX branch, master, updated. 39699a711d7101442c43a849060e77bf614bbb25

2021-04-11 Thread Ikumi Keita
ence. Arash pushed the fix into the git repository just yesterday, so please try "git pull". Thanks Arash for taking care of it! Regards, Ikumi Keita

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

2021-04-21 Thread Ikumi Keita
--- commit d1d99ae8bbdfd55893ffa851b931b7b617612301 Author: Ikumi Keita Date: Thu Apr 22 14:32:40 2021 +0900 Get rid of unexpected side effects * latex.el (LaTeX-insert-left-brace): Use `insert' instead of `self-insert-command' to avoid all unexpected interactions. (LaTeX-insert-corresponding-r

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

2021-04-21 Thread Ikumi Keita
--- commit d1d99ae8bbdfd55893ffa851b931b7b617612301 Author: Ikumi Keita Date: Thu Apr 22 14:32:40 2021 +0900 Get rid of unexpected side effects * latex.el (LaTeX-insert-left-brace): Use `insert' instead of `self-insert-command' to avoid all unexpected interactions. (LaTeX-insert-corresponding-r

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 93363d31b7ad7a6ab92eb7cd5cb741f22469ea3b

2021-04-22 Thread Ikumi Keita
--- commit 93363d31b7ad7a6ab92eb7cd5cb741f22469ea3b Author: Ikumi Keita Date: Thu Apr 22 20:53:21 2021 +0900 Follow up previous commit * latex.el (LaTeX-insert-left-brace): Let side effects of self-insertion, such as electric paring, to occur when this function doesn't do special treatment. diff --g

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 93363d31b7ad7a6ab92eb7cd5cb741f22469ea3b

2021-04-22 Thread Ikumi Keita
--- commit 93363d31b7ad7a6ab92eb7cd5cb741f22469ea3b Author: Ikumi Keita Date: Thu Apr 22 20:53:21 2021 +0900 Follow up previous commit * latex.el (LaTeX-insert-left-brace): Let side effects of self-insertion, such as electric paring, to occur when this function doesn't do sp

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 3d813cdeb8e7e7184dcf9d58f576584312cffae6

2021-04-23 Thread Ikumi Keita
--- commit 3d813cdeb8e7e7184dcf9d58f576584312cffae6 Author: Ikumi Keita Date: Fri Apr 23 17:10:31 2021 +0900 Add new test * tests/latex/latex-test.el (LaTeX-electric-pair-interaction): New test. * latex.el (LaTeX-insert-left-brace): Ad

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3d813cdeb8e7e7184dcf9d58f576584312cffae6

2021-04-23 Thread Ikumi Keita
--- commit 3d813cdeb8e7e7184dcf9d58f576584312cffae6 Author: Ikumi Keita Date: Fri Apr 23 17:10:31 2021 +0900 Add new test * tests/latex/latex-test.el (LaTeX-electric-pair-interaction): New test. * latex.el (LaTeX-insert-left-brace): Add comments. diff --git a/latex.el b/latex.el index 767fe21..3330037 10

Re: GS9.54 and Preview

2021-05-01 Thread Ikumi Keita
9.54.0: Unrecoverable error, exit code 1 This looks similar as an error I encountered before: https://lists.gnu.org/r/bug-auctex/2019-10/msg00010.html Maybe the origin is similar... Best, Ikumi Keita

Re: Compiler warnings for latexinfo.el

2021-05-01 Thread Ikumi Keita
is personal web site or some anonymous ftp server, hence the prefix "makke:". It no longer seems to continue. Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 95c3acff496eaaebed1cf38bf0bdaa8a034d46d4

2021-05-06 Thread Ikumi Keita
ow. - Log - commit 95c3acff496eaaebed1cf38bf0bdaa8a034d46d4 Author: Ikumi Keita Date: Thu May 6 21:54:26 2021 +0900 Ensure rawness of data to compute MD5 * tex-buf.el (TeX-run-TeX): Use `insert-file-contents-literally' instead of `insert-file-conten

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 95c3acff496eaaebed1cf38bf0bdaa8a034d46d4

2021-05-06 Thread Ikumi Keita
ow. - Log - commit 95c3acff496eaaebed1cf38bf0bdaa8a034d46d4 Author: Ikumi Keita Date: Thu May 6 21:54:26 2021 +0900 Ensure rawness of data to compute MD5 * tex-buf.el (TeX-run-TeX): Use `insert-file-contents-literally' instead of `insert-file-conten

Re: Value of `TeX-global-input-files'

2021-05-07 Thread Ikumi Keita
-mode (&optional arg) [...] (if arg (dolist (var TeX-XXX-YYY) (set var nil))) [...] (And latex.el and relevant style files such as graphicx.el should add their own variables to be initialized into TeX-XXX-YYY by `add-to-list' or `cl-pushnew'.) Regards, Ikumi Keit

Re: GS9.54 and Preview

2021-05-08 Thread Ikumi Keita
rrent file position is 1814 GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1 -- So it is strongly suspected that pdf2dsc is broken on windows, after some point of gs 9.50. Maybe ghostscript folks doesn't check the availability of pdf2dsc on windows when they release new version? Regards, Ikumi Keita

Re: GS9.54 and Preview

2021-05-08 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > So it is strongly suspected that pdf2dsc is broken on windows, after > some point of gs 9.50. Maybe ghostscript folks doesn't check the > availability of pdf2dsc on windows when they release new version? Ah, no, it's pdf2dsc (or

Re: GS9.54 and Preview

2021-05-09 Thread Ikumi Keita
is already in the development repository and will be available for "tlmgr update" soon. Regards, Ikumi Keita

Re: Value of `TeX-global-input-files'

2021-05-11 Thread Ikumi Keita
nsion skipped due to cycle: … => (load "tex.el") => (macroexpand-all …) => (macroexpand (eval-when-compile …)) => (load "latex.el") => (load "tex.el") Eager macro-expansion failure: (error "Recursive `require' for feature `latex'") Regards, Ikumi Keita

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

2021-05-12 Thread Ikumi Keita
--- commit a6121fb7356cc4c9398b2be6534007d3c5a84518 Author: Ikumi Keita Date: Thu May 13 01:58:09 2021 +0900 Fix fontification when $ is unclosed in buffer * font-latex.el (font-latex-match-dollar-math): Ensure that limit passed to `font-latex-find-dollar-math' doesn't

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

2021-05-12 Thread Ikumi Keita
--- commit a6121fb7356cc4c9398b2be6534007d3c5a84518 Author: Ikumi Keita Date: Thu May 13 01:58:09 2021 +0900 Fix fontification when $ is unclosed in buffer * font-latex.el (font-latex-match-dollar-math): Ensure that limit passed to `font-latex-find-dollar-math' doesn't exceed end of buffer. diff -

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 605cfc2f0929f431f3ce57e57dfb2a2d8a89e4fa

2021-05-12 Thread Ikumi Keita
--- commit 605cfc2f0929f431f3ce57e57dfb2a2d8a89e4fa Author: Ikumi Keita Date: Thu May 13 02:33:37 2021 +0900 Add new test * tests/latex/font-latex-test.el (font-latex-unclosed-dollars): New test. * font-latex.el (font-latex-find-dollar-math): Clean up doc string and comment. diff --git a/font-latex

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 605cfc2f0929f431f3ce57e57dfb2a2d8a89e4fa

2021-05-12 Thread Ikumi Keita
--- commit 605cfc2f0929f431f3ce57e57dfb2a2d8a89e4fa Author: Ikumi Keita Date: Thu May 13 02:33:37 2021 +0900 Add new test * tests/latex/font-latex-test.el (font-latex-unclosed-dollars): New test. * font-latex.el (font-latex-find-dollar-math): Clean up doc string and

Re: Support for LaTeX hooks

2021-05-16 Thread Ikumi Keita
: shipout/before shipout/foreground shipout/background shipout/firstpage shipout/lastpage > ;; file/(before|after)/ where is > ;; optional and must be with extension > ((string-match "\\`file" hook) Maybe `string-prefix-p' suits slightly better than `string-match', but of course they have practically no difference. > (setq result (mapconcat #'identity > `(,hook ,name ,where) > "/")) I think (concat hook "/" name "/" where) is equivalent to that `mapconcat' call and seems more simple and natural, IMHO. Regards, Ikumi Keita

Re: Support for LaTeX hooks

2021-05-20 Thread Ikumi Keita
he user is always asked y-or-n question even when "cmd" or "env" hook is entered. So call to this code should be deferred. Regards, Ikumi Keita

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

2021-05-21 Thread Ikumi Keita
--- commit afab0e08a4bdba406164c1368d7bb8476203f4d7 Author: Ikumi Keita Date: Fri May 21 17:17:37 2021 +0900 Indent region (bug#48518) * latex.el (LaTeX-insert-environment): Indent active region when `auto-fill-mode' is disabled.

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

2021-05-21 Thread Ikumi Keita
--- commit afab0e08a4bdba406164c1368d7bb8476203f4d7 Author: Ikumi Keita Date: Fri May 21 17:17:37 2021 +0900 Indent region (bug#48518) * latex.el (LaTeX-insert-environment): Indent active region when `auto-fill-mode' is disabled. diff --git a/latex.el b/latex.el index 2e2d209..abad7ec 100644 --- a

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

2021-05-23 Thread Ikumi Keita
--- commit a8e1a5d9b61d9f25b2bcade738f39e1fdef38f18 Author: Ikumi Keita Date: Mon Mar 29 01:37:10 2021 +0900 Update documentation * doc/auctex.texi (Internationalization): Update according to recent utf8-oriented change in LaTeX. (Modes and Hooks): Display mode function names in lower case because `

Document updates

2021-05-23 Thread Ikumi Keita
d-list' to run texindex? (It seems to me more useful for users to enable running texi2pdf than just texindex, so I suppose that it should be such entry rather than texindex entry that is to be added.) Comments and discussions are welcome. Best regards, Ikumi Keita

Recent preview-latex (or latex?) is again incompatible with ghostscript

2021-05-25 Thread Ikumi Keita
s://tex.stackexchange.com/questions/534438/tikz-and-auctex-different-results/536029 We'd appreciate if you could confirm the problem and find a way to deal with this problem. Best regards, Ikumi Keita mwe.pdf Description: sample pdf file preview.dsc Description: sample dsc file

Re: Recent preview-latex (or latex?) is again incompatible with ghostscript

2021-05-25 Thread Ikumi Keita
" only when preview-latex tries to tweak foreground color while adding "-dDELAYBIND" option always. After I modified the code to supply "-dDELAYBIND" only when necessary, the error disappeared. preview-latex works for both cases when it tries to tweak foreground color and does not. Thank you very much! Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 81ce0ee78586693f37e6c30cbcbdf542f3a29d9b

2021-05-25 Thread Ikumi Keita
--- commit 81ce0ee78586693f37e6c30cbcbdf542f3a29d9b Author: Ikumi Keita Date: Wed May 26 02:45:13 2021 +0900 Add -dDELAYBIND only when necessary * preview.el.in (preview-pdf2dsc-sentinel): Add gs option -dDELAYBIND only when preview-latex tries to tweak foreground color. According to gs developer[1], -

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 81ce0ee78586693f37e6c30cbcbdf542f3a29d9b

2021-05-25 Thread Ikumi Keita
--- commit 81ce0ee78586693f37e6c30cbcbdf542f3a29d9b Author: Ikumi Keita Date: Wed May 26 02:45:13 2021 +0900 Add -dDELAYBIND only when necessary * preview.el.in (preview-pdf2dsc-sentinel): Add gs option -dDELAYBIND only when preview-latex tries to tweak foreground color. According to gs developer[1], -

Re: Support for LaTeX hooks

2021-05-26 Thread Ikumi Keita
/after")) (if (funcall search) [...] ;; class/(before|after)/ where is ;; optional ((member hook '("class/before" "class/after")) (let* ((TeX-file-extensions '("cls"))) (unless LaTeX-global-class-files (setq LaTeX-global-class-files (if (funcall search) (prog2 [...] Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2a4cbbb2035b802f158fbfcee2e416a91ad5bf58

2021-05-27 Thread Ikumi Keita
--- commit 2a4cbbb2035b802f158fbfcee2e416a91ad5bf58 Author: Ikumi Keita Date: Fri May 28 02:47:20 2021 +0900 Improve `TeX-electric-macro' in Texinfo mode * tex.el (TeX-electric-macro): Compare with `last-command-event' rather than constant ?\ in case `@' is typed in Texinfo mode. diff --gi

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 2a4cbbb2035b802f158fbfcee2e416a91ad5bf58

2021-05-27 Thread Ikumi Keita
--- commit 2a4cbbb2035b802f158fbfcee2e416a91ad5bf58 Author: Ikumi Keita Date: Fri May 28 02:47:20 2021 +0900 Improve `TeX-electric-macro' in Texinfo mode * tex.el (TeX-electric-macro): Compare with `last-command-event' rather than constant ?\ in case `@'

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

2021-05-28 Thread Ikumi Keita
--- commit b5f34a9438cabd2400e22aed9a25b7fe378e1daa Author: Ikumi Keita Date: Fri May 28 23:58:24 2021 +0900 Followup my commit on May 6 * tex-buf.el (TeX-LaTeX-sentinel): Use `insert-file-contents-literally' instead of `insert-file-contents'. diff --git a/tex-buf.el b/tex-buf.el index 1aca504..

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

2021-05-28 Thread Ikumi Keita
--- commit b5f34a9438cabd2400e22aed9a25b7fe378e1daa Author: Ikumi Keita Date: Fri May 28 23:58:24 2021 +0900 Followup my commit on May 6 * tex-buf.el (TeX-LaTeX-sentinel): Use `insert-file-contents-literally' instead of `inser

Re: Support for LaTeX hooks

2021-05-30 Thread Ikumi Keita
nd `LaTeX-global-class-files' once they've got non-nil. 2. So he just diverted `TeX-arg-input-file-search' in his code and didn't obey the phrase "asked every time" there, letting the phrase be true only for `TeX-arg-input-file'. > I've changed my solution accordingly. Any comments welcome. It now looks good to me. ;-) Regards, Ikumi Keita

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

2021-05-30 Thread Ikumi Keita
--- commit 1ded6fc217c617b3ef97d93c6e8705da44f256a0 Author: Ikumi Keita Date: Thu May 27 19:57:35 2021 +0900 Fix markups in documents * doc/auctex.texi (Internationalization): Fix markups. (Japanese): Reorder words so that unbreakable email addresses don't make the line ugly in pdf output. d

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

2021-05-30 Thread Ikumi Keita
--- commit 1ded6fc217c617b3ef97d93c6e8705da44f256a0 Author: Ikumi Keita Date: Thu May 27 19:57:35 2021 +0900 Fix markups in documents * doc/auctex.texi (Internationalization): Fix markups. (Japanese): Reorder words so that unbreakable email addresses don't make the line ugl

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

2021-05-31 Thread Ikumi Keita
--- commit e7b25d14f4f6930672dd43885c78c04cc7c83be9 Author: Ikumi Keita Date: Mon Apr 19 04:52:05 2021 +0900 Use #' rather than ' to quote function names * latex.el (LaTeX-match-class-option, LaTeX-auto-cleanup): * style/beamer.el (LaTeX-beamer-after-insert-env): * style/doc.el (LaTeX-doc-af

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

2021-05-31 Thread Ikumi Keita
--- commit e7b25d14f4f6930672dd43885c78c04cc7c83be9 Author: Ikumi Keita Date: Mon Apr 19 04:52:05 2021 +0900 Use #' rather than ' to quote function names * latex.el (LaTeX-match-class-option, LaTeX-auto-cleanup): * style/beamer.el (LaTeX-beamer-after-insert-env): * style/doc.el (LaTeX-doc-af

Fix for TeX-local-master-p

2021-06-02 Thread Ikumi Keita
n when it has valid "TeX-master:" entry in Local Variables section. Now that all emacsens supported by AUCTeX have `file-local-variables-alist', how about the attached patch? It fixes bug#33227[1] also. [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33227 Best, Ikumi Keita diff --

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