Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-27 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > I assume that it didn't open a command prompt actually. Sorry, this part wasn't quite correct. The prompt "C:\Windows>" was there, so cmd.exe did start as console-application (?) and didn't open its own window. Maybe pdflatex.exe ran in

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-27 Thread Ikumi Keita
y "\\wsl$\Debian\home\citizen13" was considered invalid. Hmm... I wonder why pdflatex.exe ran successfully on wsl bash prompt, then. 1. On windows side (not in wsl), does the directory "\\wsl$\Debian\home\citizen13" exist actually? 2. What does cmd.exe /c cd report on wsl bash prompt (not in emacs)? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-27 Thread Ikumi Keita
l this way: ("#") Then, wsl emacs cannot start asynchronous process of windows binary via "bash -c", while bash itself can. I wonder what the difference is. How about (let ((process-connection-type nil)) (start-process "dummy" (current-buffer) TeX-shell TeX-shell-command-option "cmd.exe")) then? Does it open a windows command prompt? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-26 Thread Ikumi Keita
(La)TeX document.) 2. Insert (start-process "dummy" (current-buffer) TeX-shell TeX-shell-command-option "cmd.exe") at the last of *scratch* buffer and type C-x C-e just after the closing ")". Does it open a windows command prompt successfully? If not, what does emacs report? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-24 Thread Ikumi Keita
the following command on the wsl bash console? (not in emacs) bash -c "tex.exe --version" & Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-24 Thread Ikumi Keita
Hi Joost, >>>>> Joost Kremers writes: > On Tue, Aug 23 2022, Ikumi Keita wrote: >> If the above guess is correct, you have to set at least `TeX-command' >> and `LaTeX-command' to "tex.exe" and "latex.exe" respectively > I don't use Windows

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-23 Thread Ikumi Keita
nd-list' to add ".exe" suffix like this: > ("BibTeX" "bibtex %(O?aux)" TeX-run-BibTeX nil ("BibTeX" "bibtex.exe %(O?aux)" TeX-run-BibTeX nil Use `M-x customize-option TeX-command-list RET' to do that. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-22 Thread Ikumi Keita
ommand "latex.exe") in your personal init file. (Or you can use customize interface using `M-x customize-option RET TeX-command RET' and `M-x customize-option RET LaTeX-command RET') However, I'm not sure whether those treatments are enough or not. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 5c5aa78d: Fix doc string

2022-08-21 Thread Ikumi Keita
branch: master commit 5c5aa78de083144fddf0509fc999796cc4818db9 Author: Ikumi Keita Commit: Ikumi Keita Fix doc string * tex.el (TeX-dialect): (TeX-unload-style): Fix doc string so that the first line consists of a complete sentence. --- tex.el | 13 +++-- 1 file

Re: \documentclass does not activate latex-mode

2022-08-19 Thread Ikumi Keita
to me. I have delayed for two > decades learning e-Lisp... It replaces all occurences of `tex-mode' in `auto-mode-alist' with `TeX-tex-mode'. ;-) > Thanks for your help! You're welcome. >>>>> Arash Esbati writes: > Ikumi Keita writes: >> [To developpers] >&g

Re: master 9a3078e5 1/2: Fix comments and doc strings

2022-08-18 Thread Ikumi Keita
e STYLE is only removed for those dialects in DIALECT-LIST. >> >> See variable `TeX-style-hook-dialect' for supported dialects." > (defun TeX-unload-style (style dialect-list) > "Forget that we once loaded STYLE. > If DIALECT-LIST is provided, the STYLE is

master 728db25b 2/2: Update documentation

2022-08-18 Thread Ikumi Keita
branch: master commit 728db25bf736f382a25da74fcd653ce81589c720 Author: Ikumi Keita Commit: Ikumi Keita Update documentation * doc/changes.texi: Announce that `master-buffer' and `orig-buffer' aren't accessible in `TeX-region-hook'. * doc/auctex.texi (Adding Environments

master 9a3078e5 1/2: Fix comments and doc strings

2022-08-18 Thread Ikumi Keita
branch: master commit 9a3078e5104e29bca1971d600c2c68692094787d Author: Ikumi Keita Commit: Ikumi Keita Fix comments and doc strings * latex.el (TeX-arg-key-val): Explain that KEY-VAL-ALIST can also be a function call. (LaTeX-modify-environment): * context.el (ConTeXt

Re: \documentclass does not activate latex-mode

2022-08-18 Thread Ikumi Keita
--- without any advice, if I understand correctly. I think we should file bug report for tex-mode.el. What do others think? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: AUCTeX doesn't build with latest Emacs master

2022-08-09 Thread Ikumi Keita
ch auto-loads.el . How about specifying preview.el as EXCLUDED-FILES argument when --disable-preview is given? > I'm not sure what's the best course of action? Keeping backward > compatibility seems a little challenging to me. That seems a tough task :-( Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

bug#56889: 13.1.3; Adjustment of foreground color not working for fraction lines and tikz in preview

2022-08-06 Thread Ikumi Keita
tly while it doesn't for "texts" of numerator and denominator. If this guess is correct, fraction lines are always rendered as black. I confirmed that the following workarounds work, but I admit that they aren't satisfactory solutions, sorry: (1) Turn off PDF mode by C-c C-t C-p and set `p

Re: Preview with TeX-output-dir and luatex

2022-07-31 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Hi Michael, >>>>> Ikumi Keita writes: >>>>> "Braun, Michael" writes: >>> It works as long as I do not cache the preamble. If I do cache the >>> preamble, then on the *first try only*, the pre

Re: Showing compilation progress indicator

2022-07-29 Thread Ikumi Keita
run-interactive' is modified to use public entry points of comint.el (`make-comint-in-buffer', `make-comint' and `comint-run' are autoloaded, at least in emacs 28.1). Then we can omit `(require 'comint)' and `declare-function's from tex.el. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 812368af: Update documentation about C-M-a and C-M-e

2022-07-26 Thread Ikumi Keita
branch: master commit 812368af6a207a2134a3f4e8407b652eeaa533e0 Author: Ikumi Keita Commit: Ikumi Keita Update documentation about C-M-a and C-M-e * doc/auctex.texi (Environments): Supplement to descriptions about C-M-a and C-M-e. --- doc/auctex.texi | 6 ++ 1 file changed

Re: Keybinding C-M-a for LaTeX-find-matching-begin does not work!

2022-07-26 Thread Ikumi Keita
Hi Heiko, >>>>> Heiko Schröder writes: > I use Emacs Version 26.3 with AUCTeX 13.1. It seems that my failure[1] bothered you, sorry. I guess that you are using ELPA AUCTeX before version 13.1.3. If that's the case, please upgrade it to the latest version (and restart emacs

master 9378b66d: Add TODO

2022-07-15 Thread Ikumi Keita
branch: master commit 9378b66daa5c0e74c566441d85363b49a0586b72 Author: Ikumi Keita Commit: Ikumi Keita Add TODO * doc/todo.texi (Mid-term Goals): (Wishlist): Syntax propertization and syntactic font lock should be improved. --- doc/todo.texi | 24

Re: Problem after upgrading to 13.1.3

2022-07-14 Thread Ikumi Keita
e. tex-mode.el actually has no definition for Fundamental mode. Perhaps deleting AUCTeX once and installing again might help. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: fill breaks verbatim macros not followed with spaces

2022-07-07 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Having another look, I think it is much easier to suppress the > inner-indent calculation for verbatim environments like this and don't > touch the fill-prefix calculation: Great. ;-) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: master 23f4040c: Add new test

2022-07-07 Thread Ikumi Keita
X-forward-comment-skip 1) here in latex-test.el): -- (while (search-forward "% bug#" nil t) (forward-line 1) (fill-paragraph))) -----

master ce4bb7c1: ; * style/doc.el: Delete spurious `declare-function'.

2022-07-06 Thread Ikumi Keita
branch: master commit ce4bb7c1b6d35b93733bbc53a2810e11387d9302 Author: Ikumi Keita Commit: Ikumi Keita ; * style/doc.el: Delete spurious `declare-function'. --- style/doc.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/style/doc.el b/style/doc.el index 63c6580c..3ab6c0c7 100644

master 23f4040c: Add new test

2022-07-06 Thread Ikumi Keita
branch: master commit 23f4040c9d6d31a19b8ea5c38145380d35a66fe1 Author: Ikumi Keita Commit: Ikumi Keita Add new test * tests/latex/latex-filling-in.tex: * tests/latex/latex-filling-out.tex: Add new test to check bug#56160. --- tests/latex/latex-filling-in.tex | 3

master 04b9a6d1: Improve shortvrb.sty support

2022-07-06 Thread Ikumi Keita
branch: master commit 04b9a6d1f9c7337e1f500721c9ad32029f3fb4c8 Author: Ikumi Keita Commit: Ikumi Keita Improve shortvrb.sty support * latex.el (LaTeX-verbatim-p): Consult syntax parse instead of font-latex face. (LaTeX-common-initialization): Delete FIXME comment which

Re: fill breaks verbatim macros not followed with spaces

2022-07-05 Thread Ikumi Keita
\begin{verbatim} > % foobar > % \end{verbatim} > Note the spaces inserted, most notably before the content which means > that it will be inserted in the final product. I will see if adding it > to `docTeX-indent-inner-fixed' fixes the issue. OK. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

bug#56160: 13.1.3; fill breaks verbatim macros not followed with spaces

2022-07-04 Thread Ikumi Keita
Hi Thibaut, >>>>> Ikumi Keita writes: >>>>> Arash Esbati writes: >> LGTM. Please go ahead and install it. > Done. :-) I think that your original problem was fixed in the git repository. I'll close this bug. Regards, Ikumi Ke

Re: fill breaks verbatim macros not followed with spaces

2022-07-03 Thread Ikumi Keita
hars: (?| ?\") %%% End: Even with this approach, backslash just before the closing shortvrb delimiter like |xyz\| can't be handled correctly, but I think we can live with that. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine diff --git a/latex.el b/latex.el index ac4b0c54..5f408cb5 100

bug#56160: 13.1.3; fill breaks verbatim macros not followed with spaces

2022-07-02 Thread Ikumi Keita
(memq (following-char) LaTeX-shortvrb-chars)) (and (font-latex-faces-present-p 'font-latex-verbatim-face) (font-latex-faces-present-p 'font-latex-verbatim-face (1- (point (font-late

bug#56160: 13.1.3; fill breaks verbatim macros not followed with spaces

2022-06-30 Thread Ikumi Keita
(save-excursion >(cl-oddp (how-many regexp (line-beginning-position) p))) > (save-excursion >(cl-evenp (how-many regexp (line-beginning-position) > match))))) This `cl-evenp' always evaluates to non

master fade32d5: Don't break line inside \verb-like macro (bug#56160)

2022-06-30 Thread Ikumi Keita
branch: master commit fade32d56824f99363b8ab4f9cedce4518571dd4 Author: Ikumi Keita Commit: Ikumi Keita Don't break line inside \verb-like macro (bug#56160) * latex.el (LaTeX-common-initialization): Add `LaTeX-verbatim-p' to `fill-nobreak-predicate'. (LaTeX-fill-move

bug#56160: 13.1.3; fill breaks verbatim macros not followed with spaces

2022-06-29 Thread Ikumi Keita
fill as well. Then the fix should look like the attached patch. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine >From fade32d56824f99363b8ab4f9cedce4518571dd4 Mon Sep 17 00:00:00 2001 From: Ikumi Keita Date: Wed, 29 Jun 2022 00:35:06 +0900 Subject: [PATCH] Don't break line insi

bug#56160: 13.1.3; fill breaks verbatim macros not followed with spaces

2022-06-29 Thread Ikumi Keita
`LaTeX-verbatim-p' to `fill-nobreak-predicate' to avoid space inside \verb|...| when `fill-move-to-break-point' is called. Note that it would fail when the user uses tex-font.el or disables font lock, because `LaTeX-verbatim-p' depends on the facilities of font-latex.el. What do you think about it

master e3657144: Partial fix of region preview with TeX-output-dir feature

2022-06-28 Thread Ikumi Keita
branch: master commit e3657144f5fcbcf69c620494c744b870009c3cb3 Author: Ikumi Keita Commit: Ikumi Keita Partial fix of region preview with TeX-output-dir feature * tex.el (TeX-expand-list-builtin): Add a new directive "%(s-filename-only)". (TeX-engine-alist-bui

Re: Preview with TeX-output-dir and luatex

2022-06-28 Thread Ikumi Keita
Hi Michael, >>>>> Ikumi Keita writes: >>>>> "Braun, Michael" writes: >> It works as long as I do not cache the preamble. If I do cache the >> preamble, then on the *first try only*, the preview commands >> (-at-point, -buffer, or -docu

master e9612823: Avoid emacs 25 error

2022-06-27 Thread Ikumi Keita
branch: master commit e9612823ff39585d001712309a50ef54e9456868 Author: Ikumi Keita Commit: Ikumi Keita Avoid emacs 25 error * preview.el.in (preview-get-dpi): Use `cl-cdddr' instead of `cdddr'. --- preview.el.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: bug#45596: 12.2.4; Wrong DPI calculation for mixed-DPI multi-monitor setups

2022-06-27 Thread Ikumi Keita
Hi Tassilo, >>>>> Tassilo Horn writes: > Ikumi Keita writes: > Hi Keita, >> Hi Tassilo, can I expect you to take care of this issue? > Sorry, not in the coming weeks. I have some renovations to do on our > house at the moment and it's taking up all my

Re: bug#45596: 12.2.4; Wrong DPI calculation for mixed-DPI multi-monitor setups

2022-06-26 Thread Ikumi Keita
Hi Tassilo, can I expect you to take care of this issue? (And in addition to bug#20171, I hope bug#25002 and bug#27213 can be closed as well: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25002 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27213 ) Regards, Ikumi Keita #StandWithUkraine

Re: 2022-05-30; previews not using face color with xetex engine

2022-06-22 Thread Ikumi Keita
culties. Maybe ellaboration is possible, but I'm not sure. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] https://lists.gnu.org/r/auctex-devel/2019-06/msg00021.html

master b377080c: Add notification about xelatex in preview-latex doc

2022-06-21 Thread Ikumi Keita
branch: master commit b377080c809e688cce895def7b95fc0bc33eaa39 Author: Ikumi Keita Commit: Ikumi Keita Add notification about xelatex in preview-latex doc * doc/preview-problems.texi (Black texts are too hard to read on dark background): New node explaining that preview-latex

Re: 2022-05-30; previews not using face color with xetex engine

2022-06-21 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Indeed. It seems that xelatex produces PDF incompatible with the > PostScript code which preview-latex sends to Ghostscript to alter > foreground color. Is this recent change in xelatex (or xdvipdfmx)? If my > memory serves, the current

Re: patch to comment the /AUCTEXINPUT in preview.el.in

2022-06-19 Thread Ikumi Keita
le filenames > with non-ascii characters with no such circonvolutions > with \detokenize (check > https://www.latex-project.org/news/latex2e-news/ltnews30.pdf > ) Yes, but there may still be users of TeX Live 2018 around the world, so I think it's safe to adhere to using \detokenize. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 6e25d11a: Add comment

2022-06-19 Thread Ikumi Keita
branch: master commit 6e25d11aa6a852d0309d798dc54442dc561cd19f Author: Jean-François B Commit: Ikumi Keita Add comment * preview.el.in (preview-cache-preamble): Add explanation of TeX codes written in tempral .ini file. Signed-off-by: Ikumi Keita --- preview.el.in

bug#28953: 11.91.0; wrong alert about inexistent LaTeX errors

2022-06-16 Thread Ikumi Keita
Hi Mosè and Jean, I've forgotten this bug, but came across it just now. I expect it was fixed recently together with bug#55065[1]. Is it OK to close this bug? Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] https://lists.gnu.org/r/bug-auctex/2022-04/msg00013.html >>>>>

Re: bug#45596: 12.2.4; Wrong DPI calculation for mixed-DPI multi-monitor setups

2022-06-15 Thread Ikumi Keita
ced with `cl-cdddr'. I noticed this thanks to a byte compile log which Michael Braun sent me off list. Thank you, Michael! (And this means that preview-latex didn't work at all for emacs 25.1 for this 1.5 years!) 2. Though bug#20171[1] is still open, I hope it has already been resolved

master edb15b8f: Follow up the previous commit

2022-06-15 Thread Ikumi Keita
branch: master commit edb15b8f26272de9fc573d4679c545dd7e415e45 Author: Ikumi Keita Commit: Ikumi Keita Follow up the previous commit * tex.el (TeX-run-interactive): Avoid (void-variable compilation-in-progress) error) for interactive mode as well. --- tex.el | 1 + 1 file

Re: Texinfo-mode: C-c C-c TeX RET gives an error

2022-06-15 Thread Ikumi Keita
compilation-in-progress'" and with --oneline option > the output is > be71fb7e Delete bogus defvar > 087b0300 Simplify mode line for emacs 27 > e78a13c0 * tex-buf.el: Address some compiler warnings > I could eliminate the first as culprit by installing fomr

Re: 2022-05-30; previews not using face color with xetex engine

2022-06-14 Thread Ikumi Keita
nvocation of Ghostscript is common among all engines. It is the latex command invoked first that differs. > My gs version is 9.54 Mine is 9.55. > xetex/luatex display the problem I mentioned but not default (which > has "compile directly to PDF") Hmm, lualatex works well f

Re: Preview with TeX-output-dir and luatex

2022-06-14 Thread Ikumi Keita
LaTeX cannot use preamble cache at all. The reason is | intrinsic in XeLaTeX, so preview-latex can't help. | * LuaLaTeX works with preamble cache only when the preamble is | simple enough, i.e., when it doesn't load opentype fonts and | it doesn't use lua codes in preamble. ` But I don't think the current case falls into these exceptional cases. :-( Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] https://www.gnu.org/software/auctex/manual/preview-latex/Keys-and-lisp.html

Re: Preview with TeX-output-dir and luatex

2022-06-13 Thread Ikumi Keita
latex have to omit subdirectory name from the parameter "--jobname" in invocation of lualatex, which wasn't implemented. I think the attached patch fixes the problem. I'd like you to test it if possible. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine >From cb1876d9acbeb93

Re: \hyperref macro seems to confuse paren matching

2022-06-08 Thread Ikumi Keita
eX-verbatim-macros-with-braces-local "href") > ;; In hyperref package, \url macro is redefined and \url|...| can't be > used, > @@ -307,7 +310,7 @@ > ("hyperbaseurl" "{") > ("hyperimage" "{{") > ("hyperdef" "{{{") > -("hyperref" "") > +("hyperref" "[{") > ("hyperlink" "{{") > ("hypertarget" "{{") > ("autoref" "*{") Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: \hyperref macro seems to confuse paren matching

2022-06-08 Thread Ikumi Keita
common. Hmm, I didn't know that \hyperref accepts these two different usage. It's rather unordinary, isn't it? If AUCTeX is to support both usage, I suppose that we have to implement it as a highly exceptional case. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Binding various TeX commands to single key

2022-06-04 Thread Ikumi Keita
s (TeX-command "LaTeX" #'TeX-master-file)) (define-key LaTeX-mode-map [f8] #'launch-latex) And for "View", there is already a shortcut for it, you can just do (define-key TeX-mode-map [f9] #'TeX-view) Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: Symbol quotation in doc strings

2022-05-29 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Ikumi Keita writes: >> So I think it would be more appropriate to follow this convention. Is >> there any circumstances I'm missing? > My changes were primarily meant to silence the Emacs (29 master) > compiler. In general, y

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

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