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

2021-12-20 Thread Ikumi Keita
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: Query for environment to include in `LaTeX-env-figure'

2021-12-20 Thread Ikumi Keita
"\\(tabular\\|[a-zA-Z]+tables?\\)\\*?\\'") (car entry)) (push (car entry) result ...but wait, I just noticed that the implementation of `TeX-complete-make-expert-command-functions' seems to have a defect. I'm currently not sure whether `LaTeX-environment-list-filtered' works as expected or not. I'll write the detail in another message later. Regards, Ikumi Keita

bug#52494: 13.0.14; Please rerun for me, if necessary

2021-12-15 Thread Ikumi Keita
>>>>> Rolf Ade writes: > As far as I'm concerned this could be closed with "feature already > there, user hasn't studied the documentation close enough". OK, I'll close this bug. Bye, Ikumi Keita ___ bug-auctex mailin

bug#52494: 13.0.14; Please rerun for me, if necessary

2021-12-14 Thread Ikumi Keita
> addition to "LaTeX", "View", ... You can customize `TeX-command-list' to inlcude an entry to run latexmk. And as always, patches are welcome. ;-) Regards, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Re: Completion of \boldsymbol

2021-12-09 Thread Ikumi Keita
e-self' > option in the init file, and can reproduce the working example given > there. I see. No problem. Cheers, Ikumi Keita

Completion of \boldsymbol

2021-12-09 Thread Ikumi Keita
ou, I suspect that your installation of AUCTeX is somewhat broken. Bye, Ikumi Keita \documentclass{article} \usepackage{amsmath} \begin{document} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End:

Re: Some LaTeX commands, such as \boldsymbol and \hspace, can't be completed in AUCTeX.

2021-12-09 Thread Ikumi Keita
does. You will obtain completion support for \boldsymbol in AUCTeX when you add \usepackage{amsmath} in the preamble (and enable `TeX-parse-self' option). Bye, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 17277d82fad928ec2b4e69be95266d2edb76169d

2021-11-30 Thread Ikumi Keita
--- commit 17277d82fad928ec2b4e69be95266d2edb76169d Author: Ikumi Keita Date: Wed Dec 1 00:28:29 2021 +0900 Fix marker management * latex.el (LaTeX-env-figure): Set marker only when it's really a marker. diff --git a/latex.el b/latex.el index 96e55df..6d25559 100644 --- a/latex.el +++ b/latex.el @@ -1247

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 17277d82fad928ec2b4e69be95266d2edb76169d

2021-11-30 Thread Ikumi Keita
--- commit 17277d82fad928ec2b4e69be95266d2edb76169d Author: Ikumi Keita Date: Wed Dec 1 00:28:29 2021 +0900 Fix marker management * latex.el (LaTeX-env-figure): Set marker only when it's really a marker. --- Summary of changes: latex.el

bug#51610: 13.0.14; PGF background interferes with preview background

2021-11-23 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Preview-latex generates all the required images from one pdf. It seems > that the pgf figure specifies the white background color, which forces > whole pdf to have white background. If this guess is correct, it would > be hard to have

Re: Macro to exclude from filling

2021-11-22 Thread Ikumi Keita
which are handled specially with | regard to filling. These are so-called @dfn{code comments} and | @dfn{paragraph commands}. | [...] ` However, it still doesn't discuss about the treatment of \\ during filling. Bye, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 0322057c2fc9bf22a8e224e774d2622d9f654c6a

2021-11-22 Thread Ikumi Keita
--- commit 0322057c2fc9bf22a8e224e774d2622d9f654c6a Author: Ikumi Keita Date: Wed Nov 17 19:01:57 2021 +0900 Fix misc minor issues * latex.el (LaTeX-env-figure): Ensure temporal marker is cleaned in all cases. (LaTeX-current-verbatim-macro): Include asterisk, if present, in returned name. * tex-in

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0322057c2fc9bf22a8e224e774d2622d9f654c6a

2021-11-22 Thread Ikumi Keita
--- commit 0322057c2fc9bf22a8e224e774d2622d9f654c6a Author: Ikumi Keita Date: Wed Nov 17 19:01:57 2021 +0900 Fix misc minor issues * latex.el (LaTeX-env-figure): Ensure temporal marker is cleaned in all cases. (LaTeX-current-verbatim-macro): Include asterisk, if present, in returned name. * tex-in

Re: Macro to exclude from filling

2021-11-21 Thread Ikumi Keita
> You mean check the current environment every time during filling? That's the reason I inserted "may" ;-) Regards, Ikumi Keita

Macro to exclude from filling (Re: bug#51762: 13.0.14; environment formating)

2021-11-20 Thread Ikumi Keita
- ./xyz.tex:6: Extra alignment tab has been changed to \cr. \endtemplate l.6 mn & op & qr -- On the other hands, it may be make sense to include lines ending with \\ in filling outside such environments. Regards, Ikumi Keita

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

2021-11-18 Thread Ikumi Keita
--- commit 5f67eac8d508402349884ba80808ec0f4722f4fb Author: Ikumi Keita Date: Fri Nov 19 10:46:51 2021 +0900 Fix logic again * latex.el (LaTeX-fill-region-as-paragraph): When identifying code comment, continue search if the found candidate turns out not to be a code comment. Add a comment for reg

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

2021-11-18 Thread Ikumi Keita
--- commit 5f67eac8d508402349884ba80808ec0f4722f4fb Author: Ikumi Keita Date: Fri Nov 19 10:46:51 2021 +0900 Fix logic again * latex.el (LaTeX-fill-region-as-paragraph): When identifying code comment, continue search if the found candidate turns out not to be a code comment. Add a comment

bug#51762: 13.0.14; environment formating

2021-11-18 Thread Ikumi Keita
It's OK to skip when `TeX-search-forward-comment-start' finds no match, but we must continue searching when the found candidate turns out to be non code comment. That's what regexp search would have done. I'll fix this later. Regards, Ikumi Keita __

bug#51762: 13.0.14; environment formating

2021-11-18 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Ah, no, the logic is incomplete. If there is a line matching the regexp > before the first code comment, my code skips it. So we always have to > perform both code comment detection and regexp search, and take up the > earlier match if bot

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9e97edc3f288a40b5bdff6803c903b4f0d86712d

2021-11-18 Thread Ikumi Keita
--- commit 9e97edc3f288a40b5bdff6803c903b4f0d86712d Author: Ikumi Keita Date: Fri Nov 19 00:21:37 2021 +0900 Fix wrong logic of the previous commit * latex.el (LaTeX-fill-region-as-paragraph): Take into account lines ending with "\par" or "\\" before code comments. We must always perfo

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 9e97edc3f288a40b5bdff6803c903b4f0d86712d

2021-11-18 Thread Ikumi Keita
--- commit 9e97edc3f288a40b5bdff6803c903b4f0d86712d Author: Ikumi Keita Date: Fri Nov 19 00:21:37 2021 +0900 Fix wrong logic of the previous commit * latex.el (LaTeX-fill-region-as-paragraph): Take into account lines ending with "\par" or "\\" before code comments. We must always perfo

bug#51762: 13.0.14; environment formating

2021-11-17 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>>>> Arash Esbati writes: >>> Anyway, I'd like to commit the attached revised fix along with some >>> additional regression tests if no one objects. >> Yes, please go ahead. > Pushed. Pierre, I'll close this

bug#51762: 13.0.14; environment formating

2021-11-17 Thread Ikumi Keita
>>>>> Arash Esbati writes: >> Anyway, I'd like to commit the attached revised fix along with some >> additional regression tests if no one objects. > Yes, please go ahead. Pushed. Pierre, I'll close this bug. Bye, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 199bc6e51c443c77853aaeca2fcca0a9df544c99

2021-11-17 Thread Ikumi Keita
--- commit 199bc6e51c443c77853aaeca2fcca0a9df544c99 Author: Ikumi Keita Date: Sun Nov 14 01:25:07 2021 +0900 Use coherent logic to identify code comment (bug#51762) * latex.el (LaTeX-fill-region-as-paragraph): Use the same logic to identify code comment as the rest of latex.el. Use shy regexp groups whe

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 199bc6e51c443c77853aaeca2fcca0a9df544c99

2021-11-17 Thread Ikumi Keita
--- commit 199bc6e51c443c77853aaeca2fcca0a9df544c99 Author: Ikumi Keita Date: Sun Nov 14 01:25:07 2021 +0900 Use coherent logic to identify code comment (bug#51762) * latex.el (LaTeX-fill-region-as-paragraph): Use the same logic to identify code comment as the rest of latex.el. Use shy regexp groups whe

bug#51762: 13.0.14; environment formating

2021-11-15 Thread Ikumi Keita
do the same: Inline verb macros > can have an optional and a mandatory argument. So the regexp fun will > continue :-) OMG!  Anyway, I'd like to commit the attached revised fix along with some additional regression tests if no one objects. Regards, Ikumi Keita diff --git a/latex.el b

bug#51762: 13.0.14; environment formating

2021-11-13 Thread Ikumi Keita
exp-based approach is easily fooled by percent sign in \verb, while `TeX-search-forward-comment-start' (which in turn calls `LaTeX-search-forward-comment-start') takes care of such cases. I ended up with the attached tentative patch. I hope this doesn't slow down the filling loop significantly. Wh

bug#51762: 13.0.14; environment formating

2021-11-12 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > I think the attached patch fixes the problem. Could you test whether it > works on your side? Hmm, the patch also fails to identify the following form of code comment: \\% This is a code comment. That is, a line beginning with 0 or more whitespa

bug#51762: 13.0.14; environment formating

2021-11-12 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > It seems that the regexp in `LaTeX-fill-region-as-paragraph' to identify > a code comment isn't wise enough: > -- > (if (re-search-forwa

bug#51762: 13.0.14; environment formating

2021-11-12 Thread Ikumi Keita
"\\([^ \r\n%\\]\\|%\\)\\([ \t]\\|\\)*" TeX-comment-start-regexp "\\|" [...] ------ This doesn't match lines which end with "\ %%". I'll try to find som

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 075265084f715948160cea10e477813562e06dce

2021-11-11 Thread Ikumi Keita
--- commit 075265084f715948160cea10e477813562e06dce Author: Ikumi Keita Date: Fri Nov 12 02:35:13 2021 +0900 Don't use obsolete @inforef * doc/preview-latex.texi (Keys and lisp): (The Emacs interface): Use @xref instead of @inforef as Texinfo 6.8 marked it a

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 075265084f715948160cea10e477813562e06dce

2021-11-11 Thread Ikumi Keita
--- commit 075265084f715948160cea10e477813562e06dce Author: Ikumi Keita Date: Fri Nov 12 02:35:13 2021 +0900 Don't use obsolete @inforef * doc/preview-latex.texi (Keys and lisp): (The Emacs interface): Use @xref instead of @inforef as Texinfo 6.8 marked it as obsolete. diff --git a/doc/preview-latex.

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

2021-11-10 Thread Ikumi Keita
--- commit 7b632c69e63c0156fc01622a7c663d34479bc5e4 Author: Ikumi Keita Date: Wed Nov 10 16:18:54 2021 +0900 * doc/todo.texi (Mid-term Goals): Add TODO about tool bar. diff --git a/doc/todo.texi b/doc/todo.texi index b83fe5f..2f09f29 100644 --- a/doc/todo.texi +++ b/doc/todo.texi @@ -82,6 +82,13 @@ Document @code{La

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

2021-11-10 Thread Ikumi Keita
--- commit 7b632c69e63c0156fc01622a7c663d34479bc5e4 Author: Ikumi Keita Date: Wed Nov 10 16:18:54 2021 +0900 * doc/todo.texi (Mid-term Goals): Add TODO about tool bar. --- Summary of changes: doc/todo.texi | 7 +++ 1 file changed, 7 insertions(

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 9fa3859fb9fe28c728c8a2b8fa4105b505241faf

2021-11-09 Thread Ikumi Keita
--- commit 9fa3859fb9fe28c728c8a2b8fa4105b505241faf Author: Ikumi Keita Date: Thu Nov 4 22:30:43 2021 +0900 ; Remove duplicates * tex-bar.el (TeX-install-toolbar,LaTeX-install-toolbar): Remove unnecessary `require'. (TeX-bar-LaTeX-all-button-alists): Remove duplication of the same

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9fa3859fb9fe28c728c8a2b8fa4105b505241faf

2021-11-09 Thread Ikumi Keita
--- commit 9fa3859fb9fe28c728c8a2b8fa4105b505241faf Author: Ikumi Keita Date: Thu Nov 4 22:30:43 2021 +0900 ; Remove duplicates * tex-bar.el (TeX-install-toolbar,LaTeX-install-toolbar): Remove unnecessary `require'. (TeX-bar-LaTeX-all-button-alists): Remove duplication of the same `defgroup'. diff -

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

2021-11-08 Thread Ikumi Keita
ow. - Log - commit ee37db3beb120a27e0c1e970f54357f1e6456873 Author: Ikumi Keita Date: Mon Nov 8 17:17:12 2021 +0900 Supplement doc string * style/kpfonts.el (LaTeX-kpfonts-default): Supplement doc string according to recent change in doc string of `LaTeX

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

2021-11-08 Thread Ikumi Keita
ow. - Log - commit ee37db3beb120a27e0c1e970f54357f1e6456873 Author: Ikumi Keita Date: Mon Nov 8 17:17:12 2021 +0900 Supplement doc string * style/kpfonts.el (LaTeX-kpfonts-default): Supplement doc string according to recent change in doc string of `LaTeX

bug#51610: 13.0.14; PGF background interferes with preview background

2021-11-05 Thread Ikumi Keita
BG colors to black/white, so the generated images would look normal even if the pgf figure forces white background. Regards, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Re: Fontification of \include

2021-10-31 Thread Ikumi Keita
ifferences don't seem such important to me so far. Regards, Ikumi Keita

Re: Fontification of \include

2021-10-31 Thread Ikumi Keita
n why the warning face is assigned to \include is that it affects the look much as \newpage, \clearpage and \pagebreak do. However, that reason would also apply for \input, which has possibility to have \newpage and alikes in the contents it reads in. So I don't see strong reason to keep the warning face for \include. Regards, Ikumi Keita

Re: lexical and dynamic binding

2021-10-28 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > My understanding of the last sentence is as follows: More straightforwad example is: -- (setq foo 1) ; dynamic global binding without defvar. (let ((foo foo)) ; creates lexical bindi

lexical and dynamic binding

2021-10-28 Thread Ikumi Keita
ue. 4. `symbol-value' in the function bar accesses its dynamically bound value, so it returns 1, not 2. 5. After the execution of xyz, let binding disappears and the original dynamic value of 1 appears as the value of foo. The sentence of , | Note that if ‘lexical-binding’ is in effect, this returns the | global value outside of any lexical scope. ` refers to the item 4 above. Regards, Ikumi Keita

Re: Extending TeX-read-key-val

2021-10-24 Thread Ikumi Keita
ays dynamic scoped even with `let'. - Thus `symbol-value' returns its temporal value bound by `let' for such variable. I think the result of the above example supports this view. Regards, Ikumi Keita

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9a42bf4787e4e951ae559442b8729d3cdba0c651

2021-10-24 Thread Ikumi Keita
--- commit 9a42bf4787e4e951ae559442b8729d3cdba0c651 Author: Ikumi Keita Date: Fri Oct 15 01:36:53 2021 +0900 ; Minor doc fixes * doc/auctex.texi (Outline): * doc/preview-problems.texi (x-symbol interoperation): Fix markups. * doc/todo.texi (Mid-term Goals): Add ConTeXt. * doc/auctex.texi (Modes

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 9a42bf4787e4e951ae559442b8729d3cdba0c651

2021-10-24 Thread Ikumi Keita
--- commit 9a42bf4787e4e951ae559442b8729d3cdba0c651 Author: Ikumi Keita Date: Fri Oct 15 01:36:53 2021 +0900 ; Minor doc fixes * doc/auctex.texi (Outline): * doc/preview-problems.texi (x-symbol interoperation): Fix markups. * doc/todo.texi (Mid-term Goals): Add ConTeXt. * doc/auctex.texi (Modes

Re: Extending TeX-read-key-val

2021-10-23 Thread Ikumi Keita
t) is more appropriate than (eval key-val-alist t) for its directness. 2. "KEY-VAL-ALIST can be a symbol or a function call ..." It seems that "function call" is a bit ambiguous to me. How about "KEY-VAL-ALIST can be a variable or a function ..."? Cheers, Ikumi Keita

bug#51239: emptyish web page found via google 'auctex emacs'

2021-10-16 Thread Ikumi Keita
y to generate less emptyish html pages by makeinfo. [1] https://www.nongnu.org/texi2html/ At least the current doc/Makefile generates such pages by makeinfo when I issue "make html/index.html" in doc directory. (makeinfo is chosen by Makefile when texi2html is missing and makeinfo is

Re: Detect latexmk is running on currently buffer.

2021-10-14 Thread Ikumi Keita
>>>>> Hongyi Zhao writes: > When the buffer is saved, the following error will be triggered: > let: Wrong number of arguments: erase-buffer, 1 Oops, sorry. Replace (erase-buffer buf) in the previous code with (with-current-buffer buf (erase-buffer)) , please. Cheers, Ikumi Keita

Re: Detect latexmk is running on currently buffer.

2021-10-13 Thread Ikumi Keita
(define-minor-mode AutoTeX-mode "Mode for compiling latex sources and creating PDFs after saving." :global nil :lighter " Auto" (if AutoTeX-mode (add-hook 'after-save-hook 'run-latexmk t t) (remove-hook 'after-save-hook 'run-latexmk t))) :hook (LaTeX-mode . (lambda () (AutoTeX-mode 1 I hope this works. Bye, Ikumi Keita

Re: Detect latexmk is running on currently buffer.

2021-10-13 Thread Ikumi Keita
creating PDFs after saving." :global nil :lighter " Auto" (if AutoTeX-mode (add-hook 'after-save-hook 'run-latexmk t t) (remove-hook 'after-save-hook 'run-latexmk t))) :hook (LaTeX-mode . (lambda () (AutoTeX-mode 1 Regards, Ikumi Keita

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

2021-10-09 Thread Ikumi Keita
ow. - Log - commit bd723c7405bf5b241350f9c850e3dde793374ed7 Author: Ikumi Keita Date: Thu Sep 23 06:01:16 2021 +0900 Cater for corner case when dealing with TeX error * tex-buf.el (TeX-find-display-help): Don't try to open error file when it wasn't found

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

2021-10-09 Thread Ikumi Keita
ow. - Log - commit bd723c7405bf5b241350f9c850e3dde793374ed7 Author: Ikumi Keita Date: Thu Sep 23 06:01:16 2021 +0900 Cater for corner case when dealing with TeX error * tex-buf.el (TeX-find-display-help): Don't try to open error file when it wasn't found

bug#50962: ibycus4 encoding

2021-10-09 Thread Ikumi Keita
> after update to Debian bullseye unfortunately. I see. I'll close this bug. Sorry for not being much help. Regards, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9284ac63a7635e2f0d965eb519f20f6e3b6dfaab

2021-10-05 Thread Ikumi Keita
--- commit 9284ac63a7635e2f0d965eb519f20f6e3b6dfaab Author: Ikumi Keita Date: Tue Oct 5 01:01:07 2021 +0900 Explain how to do forward search by mouse * doc/auctex.texi (I/O Correlation): Add a sample usage of `TeX-source-correlate-map' and `TeX-view-mouse'. diff --git a/doc/auctex.texi b/doc/auctex.texi ind

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 9284ac63a7635e2f0d965eb519f20f6e3b6dfaab

2021-10-05 Thread Ikumi Keita
--- commit 9284ac63a7635e2f0d965eb519f20f6e3b6dfaab Author: Ikumi Keita Date: Tue Oct 5 01:01:07 2021 +0900 Explain how to do forward search by mouse * doc/auctex.texi (I/O Correlation): Add a sample usage of `TeX-source-correlate-map' and `TeX-

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 16bcc8dc4f42d16ee8f5e871e4683b52f94132d4

2021-10-05 Thread Ikumi Keita
--- commit 16bcc8dc4f42d16ee8f5e871e4683b52f94132d4 Author: Ikumi Keita Date: Sat Jul 24 20:32:32 2021 +0900 ; * tex.el (TeX-source-correlate-mode): Quote function name by #'. diff --git a/tex.el b/tex.el index 65ece76..751c84a 100644 --- a/tex.el +++ b/tex.el @@ -1893,7 +1893,7 @@ SyncTeX are recognized."

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 16bcc8dc4f42d16ee8f5e871e4683b52f94132d4

2021-10-05 Thread Ikumi Keita
--- commit 16bcc8dc4f42d16ee8f5e871e4683b52f94132d4 Author: Ikumi Keita Date: Sat Jul 24 20:32:32 2021 +0900 ; * tex.el (TeX-source-correlate-mode): Quote function name by #'. --- Summary of changes: tex.el | 2 +- 1 file changed, 1 insertion(+),

bug#50962: ibycus4 encoding

2021-10-05 Thread Ikumi Keita
gt; the right direction. I hope the above instruction would help. Regards, Ikumi Keita [1] https://www.gnu.org/software/emacs/manual/html_node/emacs/Input-Methods.html ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Re: Inserting comments

2021-10-05 Thread Ikumi Keita
without using the comment package. Is there a simple way to define a comment environment without using the comment package? (I'm not really opposed to your idea, just out of curiosity) Regards, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 464fd346b9834ed1481c3c2ffa81963714fc530f

2021-09-26 Thread Ikumi Keita
revisions in full, below. - Log - commit 464fd346b9834ed1481c3c2ffa81963714fc530f Author: Ikumi Keita Date: Fri Sep 24 02:56:15 2021 +0900 * tests/latex/latex-test.el (LaTeX-flush-left-indent): New tes

Re: Inserting comments

2021-09-26 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Hi Greg, >>>>> Greg Bognar via General discussion about AUCTeX writes: >> But C-c C-e (`LaTeX-environment') still indents the environment (as it >> should; IMHO the quirk is really a bug). Nevertheless, is there a way >

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 464fd346b9834ed1481c3c2ffa81963714fc530f

2021-09-26 Thread Ikumi Keita
revisions in full, below. - Log - commit 464fd346b9834ed1481c3c2ffa81963714fc530f Author: Ikumi Keita Date: Fri Sep 24 02:56:15 2021 +0900 * tests/latex/latex-test.el (LaTeX-flush-left-indent): New test. diff --git a/tests/l

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 3684fdeb688347e1656cd922d2a658bff704016f

2021-09-24 Thread Ikumi Keita
ow. - Log - commit 3684fdeb688347e1656cd922d2a658bff704016f Author: Ikumi Keita Date: Thu Sep 23 02:11:21 2021 +0900 Explain how to support option completion * doc/auctex.texi (Adding Other): Add explanation for style file authors: How to provi

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3684fdeb688347e1656cd922d2a658bff704016f

2021-09-24 Thread Ikumi Keita
ow. - Log - commit 3684fdeb688347e1656cd922d2a658bff704016f Author: Ikumi Keita Date: Thu Sep 23 02:11:21 2021 +0900 Explain how to support option completion * doc/auctex.texi (Adding Other): Add explanation for style file authors: How to provi

Re: Inserting comments

2021-09-23 Thread Ikumi Keita
g deal but sometimes I keep on commenting list items and > momentarily forget about the quirk and then get puzzled why my > document didn't compile before I remember. The attached patch achieves your request on my side. Could you test it if possible? Regards, Ikumi Keita diff --git a/latex.el b/

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

2021-09-22 Thread Ikumi Keita
--- commit f72f849368817f91b33929f96a033ab788ab608e Author: Ikumi Keita Date: Wed Dec 12 15:24:19 2018 +0900 Delete obsolete files and targets * auctex.spec: * preview-latex.spec: Delete rpm spec files. * Makefile.in (): Remove make targets rpm-packages and windows-package. * doc/preview-r

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

2021-09-10 Thread Ikumi Keita
--- commit 0c01b75a9b990bf7810bd228d069548dea2c7c3e Author: Ikumi Keita Date: Fri Sep 10 23:12:47 2021 +0900 ; * doc/changes.texi: Fix a markup. diff --git a/doc/changes.texi b/doc/changes.texi index 318afea..ba5fab2 100644 --- a/doc/changes.texi +++ b/doc/changes.texi @@ -131,7 +131,7 @@ relative path which would be i

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

2021-09-10 Thread Ikumi Keita
--- commit 0c01b75a9b990bf7810bd228d069548dea2c7c3e Author: Ikumi Keita Date: Fri Sep 10 23:12:47 2021 +0900 ; * doc/changes.texi: Fix a markup. --- Summary of changes: doc/changes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/po

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 25c8d0f9f773d08f0e86a1c29a61ec02a6d232df

2021-09-09 Thread Ikumi Keita
ow. - Log - commit 25c8d0f9f773d08f0e86a1c29a61ec02a6d232df Author: Ikumi Keita Date: Fri Sep 10 02:16:27 2021 +0900 Add NEWS for two commands available in Texinfo mode * doc/changes.texi: Add news of two new entries in `TeX-command-list', "Texindex

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 25c8d0f9f773d08f0e86a1c29a61ec02a6d232df

2021-09-09 Thread Ikumi Keita
ow. - Log - commit 25c8d0f9f773d08f0e86a1c29a61ec02a6d232df Author: Ikumi Keita Date: Fri Sep 10 02:16:27 2021 +0900 Add NEWS for two commands available in Texinfo mode * doc/changes.texi: Add news of two new entries in `TeX-command-list', "Texindex

bug#44578: Future of EPS (was Re: bug#45894: Bug report for preview-latex)

2021-09-03 Thread Ikumi Keita
uot;text replacements" are necessary. Or is it too painful to adjust the position of the texts at LaTeX level, not at the time of creation of figure? Regards, Ikumi Keita \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node (figure) at (0,0) {\include

bug#45894: AW: Future of EPS (was Re: bug#45894: Bug report for preview-latex)

2021-09-02 Thread Ikumi Keita
tainer[2] for easy use of it, but I'm not sure it's really usable. Regards, Ikumi Keita [1]https://texample.net/tikz/examples/eps2pgf/ [2]https://qiita.com/doraTeX/items/7705a6823d165d48979e ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#44578: Future of EPS (was Re: bug#45894: Bug report for preview-latex)

2021-09-02 Thread Ikumi Keita
most promising > approach to me to join these points in one toolchain. For the reason described above, I don't think it's promising, at least for usage with (La)TeX. > So there's no pathway and this toolchain is dead forever? The answer depends whether the developer of your tool adheres

Re: Patch to avoid superfluous output directories

2021-08-21 Thread Ikumi Keita
Thanks, committed! Arash, Tassilo, now I think it's ready to make a new tarball release. Bye, Ikumi Keita >>>>> Al Haji-Ali writes: > On 21/08/2021, Ikumi Keita wrote: >> Thank you very much, that's useful. But could you also provide the NEWS >> entry for the ne

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 1741a401ebd02b7bb72175ad665016af9024a2fa

2021-08-21 Thread Ikumi Keita
--- commit 1741a401ebd02b7bb72175ad665016af9024a2fa Author: Al Haji-Ali Date: Sat Aug 21 19:22:15 2021 +0900 Add NEWS entry for output-dir feature Signed-off-by: Ikumi Keita * doc/changes.texi (News in 13.1): Add NEWS entry for Al's output-dir

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 1741a401ebd02b7bb72175ad665016af9024a2fa

2021-08-21 Thread Ikumi Keita
--- commit 1741a401ebd02b7bb72175ad665016af9024a2fa Author: Al Haji-Ali Date: Sat Aug 21 19:22:15 2021 +0900 Add NEWS entry for output-dir feature Signed-off-by: Ikumi Keita * doc/changes.texi (News in 13.1): Add NEWS entry for Al's output-dir feature. diff --git a/doc/changes.texi b/doc/changes.

Re: Patch to avoid superfluous output directories

2021-08-21 Thread Ikumi Keita
, that's useful. But could you also provide the NEWS entry for the new output-directory feature you implemented this March as well? I think that's more important change in AUCTeX to announce. ;-) Regards, Ikumi Keita

Re: Patch to avoid superfluous output directories

2021-08-20 Thread Ikumi Keita
Hi Al, Are you too busy for now to write the NEWS item? Regards, Ikumi Keita >>>>> Arash Esbati writes: > Hi Al, > Al Haji-Ali writes: >> Attached is the correct homework. > Many thanks for the homework, great job! Can you please also provide a > small

bug#49936: Error: /typecheck in --setfileposition--

2021-08-12 Thread Ikumi Keita
Hi Wynn, >>>>> Wynn Stirling writes: > Dear Ikumi, > Your suggested fix worked. I updated Auctex and all is well. Thank you > Wynn Stirling Thanks for confirmation. I'll close this bug. Regards, Ikumi Keita ___ bug

bug#49936: Error: /typecheck in --setfileposition--

2021-08-10 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >> Preview-PDF2DSC finished at Sat Aug 7 17:50:58 >> Running `Preview-Ghostscript' with ``/Library/TeX/texbin/rungs >> -dOutputFile\=\(_region_.prv/tmp411410vc/pr1-\%d.png\) -q -dDELAYSAFER >> -dNOPAUSE -DNOPLATFONTS -dPrinted -d

bug#49936: Error: /typecheck in --setfileposition--

2021-08-10 Thread Ikumi Keita
cation of pdf2dsc turned out to be bogus and was fixed a few years ago. I recommend to upgrade AUCTeX. Using elpa would be convenient: 1. Delete the current installation of AUCTeX. 2. Restart emacs sesstion. 3. M-x package-install RET autex RET If it doesn't work for you

Re: Patch to avoid superfluous output directories

2021-08-03 Thread Ikumi Keita
I commited the fix in the git repo. > (Below is the complete call stack starting from `find-file-noselect`). I guess you enable TeX-source-correlate-mode globally, not only in LaTeX-mode-hook, seeing the call stack ;-) Regards, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 097ec6cb85b16479e8e4512142cec1fdb3cd5f36

2021-08-03 Thread Ikumi Keita
--- commit 097ec6cb85b16479e8e4512142cec1fdb3cd5f36 Author: Ikumi Keita Date: Tue Aug 3 22:29:01 2021 +0900 Avoid superfluous output directories * tex.el (TeX--master-output-dir): Add new optional argument ENSURE so that it doesn't make output dir when `TeX-region-file' is called from `TeX-set-mode-name',

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 097ec6cb85b16479e8e4512142cec1fdb3cd5f36

2021-08-03 Thread Ikumi Keita
--- commit 097ec6cb85b16479e8e4512142cec1fdb3cd5f36 Author: Ikumi Keita Date: Tue Aug 3 22:29:01 2021 +0900 Avoid superfluous output directories * tex.el (TeX--master-output-dir): Add new optional argument ENSURE so that it doesn't make output dir when `TeX-region-file' is called from `TeX-set-mode-name',

Re: Patch to avoid superfluous output directories

2021-07-24 Thread Ikumi Keita
+relative to the directory in MASTER-DIR. If ENSURE is non-nil, ^ AUCTeX has a convention that `sentence-end-double-space' is t, as manifested in .dir-locals.el. So please follow this convention. Regards, Ikumi Keita

Re: New entries for texinfo mode (was Re: Document updates)

2021-07-22 Thread Ikumi Keita
>>>>> Arash Esbati writes: >> I made up a tentative fix and additional patch as attachments below. >> What do you think about them? > Thanks for the changes which LGTM. Please go ahead and install them. Thanks, done. Best, Ikumi Keita

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 41610c721c90b9e466e660b98de968519e78a9b4

2021-07-22 Thread Ikumi Keita
ow. - Log - commit 41610c721c90b9e466e660b98de968519e78a9b4 Author: Ikumi Keita Date: Wed Jul 7 18:59:48 2021 +0900 Add index files as clean target in Texinfo mode * tex-info.el (Texinfo-clean-intermediate-suffixes): Add index file suffixe

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 41610c721c90b9e466e660b98de968519e78a9b4

2021-07-22 Thread Ikumi Keita
ow. - Log - commit 41610c721c90b9e466e660b98de968519e78a9b4 Author: Ikumi Keita Date: Wed Jul 7 18:59:48 2021 +0900 Add index files as clean target in Texinfo mode * tex-info.el (Texinfo-clean-intermediate-suffixes): Add index file suffixes. diff -

New entries for texinfo mode (was Re: Document updates)

2021-07-21 Thread Ikumi Keita
Hi Arash, >>>>> Ikumi Keita writes: >>> 3. The document states that Texinfo mode can run texindex through >>> "Index" entry in `TeX-command-list', but "Index" actually runs >>> makeindex, not texindex. No entry in `TeX-command-list

Re: Font lock is slow for large doctex document

2021-07-19 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Now I realize that my example is invalid in docTeX document, I'll commit > a fix for texmathp.el incorporating Arash's suggestion unless someone > else objects. Comitted. Thank you again, Florent! Regards, Ikumi Keita

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

2021-07-19 Thread Ikumi Keita
--- commit 2ca3d1856a033ee748a8b4a2edf99aa2640ada3d Author: Ikumi Keita Date: Thu Jul 8 01:50:22 2021 +0900 Fix slowdown of font lock in doctex mode `texmathp' limits search by looking for empty lines, which appear frequently in LaTeX documents. However, docTeX documents often lack such true e

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

2021-07-19 Thread Ikumi Keita
--- commit 2ca3d1856a033ee748a8b4a2edf99aa2640ada3d Author: Ikumi Keita Date: Thu Jul 8 01:50:22 2021 +0900 Fix slowdown of font lock in doctex mode `texmathp' limits search by looking for empty lines, which appear frequently in LaTeX documents. However, docTeX documents often lack such true e

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 14e485c252756b91e4373fd22cdeecfa5e55403a

2021-07-19 Thread Ikumi Keita
--- commit 14e485c252756b91e4373fd22cdeecfa5e55403a Author: Ikumi Keita Date: Mon Jul 19 16:07:12 2021 +0900 ; Suppress spurious space in info output * doc/auctex.texi (Mathematics): Tell makeinfo that "e.g." doesn't end sentence. diff --git a/doc/auctex.texi b/doc/auctex.texi index 4295a60..7459

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 14e485c252756b91e4373fd22cdeecfa5e55403a

2021-07-19 Thread Ikumi Keita
--- commit 14e485c252756b91e4373fd22cdeecfa5e55403a Author: Ikumi Keita Date: Mon Jul 19 16:07:12 2021 +0900 ; Suppress spurious space in info output * doc/auctex.texi (Mathematics): Tell makeinfo that "e.g." doesn't end sentence.

Re: Font lock is slow for large doctex document

2021-07-18 Thread Ikumi Keita
ecifies the self file name and tested my modified file under another file name! How stupid I am. Now I realize that my example is invalid in docTeX document, I'll commit a fix for texmathp.el incorporating Arash's suggestion unless someone else objects. Regards, Ikumi Keita

Re: Font lock is slow for large doctex document

2021-07-18 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: > Ikumi Keita writes: >> If I understand correctly, a line with more than one % at its beginning >> in .dtx file turns into, in .sty file, a line with at least one % at its >> beginning. > Yepp, this is also my underst

Re: LaTeX-math-list: Binding on key sequences?

2021-07-16 Thread Ikumi Keita
u think about a change like this: Thinking about the difficulty for full flexibility, it would be the best we can do for now. It would be good to push forward that. Regards, Ikumi Keita

Re: Font lock is slow for large doctex document

2021-07-15 Thread Ikumi Keita
oes it make sense? If I understand correctly, a line with more than one % at its beginning in .dtx file turns into, in .sty file, a line with at least one % at its beginning. So it can appear inside math expression even in the generated .sty file, can't it? Regards, Ikumi Keita

Re: LaTeX-math-list: Binding on key sequences?

2021-07-15 Thread Ikumi Keita
fault' is attached below. 'o' seems to be free in the > lowercase area. What do you and others think? It wouldn't hurt to just suggest `o'. However, we have to anticipate that there are some users who aren't satisfied with only single fixed prefix "` o" left for customization. So I don't think it's an enough solution. Regards, Ikumi Keita

<    4   5   6   7   8   9   10   11   12   13   >