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

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

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

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

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

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

bug#44578: AW: bug#44578: Investigating current preview problem

2022-01-07 Thread Ikumi Keita
so that it can write the eps-image-name.tex file. Then it complained > about missing tikzpicture, That's because "example-image.tex" contains tikzpicture environment. So I infer that "example-image" isn't suitable to specify a

bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces

2022-03-05 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>>>> Stefan Monnier writes: >> It also means that the approach you propose of only changing the `face` >> and not the syntax tables is probably good enough. > Thanks, then I'll go that route. Done. Markus, very sorry to h

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

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

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

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

bug#28382: 11.90.2.2017-07-25; Wrapping content in an equation with LaTeX-environment results in invalid LaTeX

2022-02-24 Thread Ikumi Keita
[point here] >> \end{equation} I've just installed fix for this behavior in the git repository. Try it out if you can. I hope I can close this bug. Regards, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#28382: 11.90.2.2017-07-25; Wrapping content in an equation with LaTeX-environment results in invalid LaTeX

2022-02-24 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Ikumi Keita writes: >> I've just installed fix for this behavior in the git repository. Try it >> out if you can. > Forgot to push? No, it is installed as commit 163dcb75. Bye, Ikumi Keita __

bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces

2022-03-01 Thread Ikumi Keita
n + font-latex--updated-region-end p) +(setq font-latex--updated-region-end p)) + (set-match-data (list (match-beginning 0) p))) +(throw 'found t) ;; Copy and adaptation of `doctex-font-lock-syntactic-face-function' ;; in `tex-mode.el' of CVS

bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces

2022-03-01 Thread Ikumi Keita
t;> + (catch 'found >> +(while (TeX-search-forward-unescaped "^^A" limit t) > While we're at it, can we change this to: > (while (TeX-re-search-forward-unescaped "\\^\\^[AX]" limit t) > as well? doc v3 also accepts ^^X as comment starter. Oh, I didn'

bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces

2022-03-02 Thread Ikumi Keita
hares exactly the same problem with respect to the given test file at double-clicking. Are there any smart ways to address this issue? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://list

bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces

2022-03-02 Thread Ikumi Keita
syntactic-face-function' different from `doctex-font-lock-syntactic-face-function' because we use different faces for its return value. Regards, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#35140: 12.1; Scan errors in doctex mode with ^^A-comments after braces

2022-03-02 Thread Ikumi Keita
, it isn't the case. When I double-click on the right brace, emacs spans active region successfully between "{" and "}", both in latex-mode and doctex-mode buffer (at least for AUCTeX, I haven't tried in Emacs built-in tex mode.) Regards, Ikumi Keita #StandWithUkraine #StopWar

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

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

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

2022-02-02 Thread Ikumi Keita
nt to disable filling in such envs customize the option to add entries such as ("equation"), ("displaymath") and so on. 2. Include them in default value of `LaTeX-indent-environment-list'. Users who want filling in such envs customize the optio

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

2022-02-05 Thread Ikumi Keita
o that. I'll consider Uwe's request after he send example. Bye, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

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

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

bug#52852: 13.0.15; TeX-insert-quote fails near the beginning of buffer

2022-01-08 Thread Ikumi Keita
Thank you for reporting and providing a patch. It's small and simple enough for not requiring a copyright assignment, so I've installed your patch in the git repository. Regards, Ikumi Keita ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#65648: 13.2; indentation of nested environments

2023-09-03 Thread Ikumi Keita
you think about it? Is this result acceptable for you? [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54949 [2] https://lists.gnu.org/r/auctex-devel/2022-01/msg00055.html Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing

bug#65750: 12.2; LaTeX-mark-section and LaTeX-section-list

2023-09-06 Thread Ikumi Keita
ot;\\" (nth 0 x)) (nth 1 x))) LaTeX-section-list))) nil t))) To developers: `LaTeX-common-initialization' sets up some variables including `outline-regexp' and `outline-heading-alist' before `run-mode-hooks', which is responsible for p

bug#65824: Indent after open delimiters in verb constructs

2023-09-11 Thread Ikumi Keita
gion. We could implement region-oriented indent function which works with less overheads. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#65750: 12.2; LaTeX-mark-section and LaTeX-section-list

2023-09-11 Thread Ikumi Keita
Hi Janet, >>>>> Janet Chen writes: > Dear Ikumi, > This works for me; thank you! I installed a fix in the git repo, so you won't need the workaround under the next AUCTeX release. I'll close this bug. > On Thu, Sep 7, 2023 at 5:56 AM Ikumi Keita wrote: >> >

bug#54949: 13.1.2; Indentation for matrix environments

2023-09-13 Thread Ikumi Keita
Hi Robert, I think the latest commit to the AUCTeX git repository addresses this issue. Please give it a try if you are still interested in this topic. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex

bug#65648: 13.2; indentation of nested environments

2023-09-13 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Hi Paul and all, >>>>> Paul Nelson writes: >> Looks good to me (I prefer it over my original suggestion). Thanks! > Thanks. If there's no objection, I'll polish my proposal and install it. > Any comments? Don

bug#65912: 2023-08-31; Fix xref errors when matching in unvisited files

2023-09-17 Thread Ikumi Keita
Hi David, > On Fri, 15 Sept 2023, 06:45 Ikumi Keita, wrote: >> It seems reasonable basically. However, this makes two regression tests >> fail: >> 2 unexpected results: >> FAILED LaTeX-filling >> FAILED LaTeX-style-hook-with-class-option >> >> I

bug#65648: 13.2; indentation of nested environments

2023-09-12 Thread Ikumi Keita
Hi Paul and all, >>>>> Paul Nelson writes: > Looks good to me (I prefer it over my original suggestion). Thanks! Thanks. If there's no objection, I'll polish my proposal and install it. Any comments? Regards, Ikumi Keita #StandWithUkraine

bug#65648: 13.2; indentation of nested environments

2023-09-10 Thread Ikumi Keita
all >> Tried again, >> But I do see this behavior, I am now puzzled, and have to investigate >> that further. > It seems also to happen without the patch, uff, right now I don't have > the time to debug this, maybe next week. Hmm, then something other than AUCTeX is interfe

bug#65750: 12.2; LaTeX-mark-section and LaTeX-section-list

2023-09-09 Thread Ikumi Keita
>>>>> "Tassilo Horn" writes: > Hi Keita, > Am Sa, 9. Sep 2023, um 09:03, schrieb Ikumi Keita: >> Attached is the current proposal for latex-mode for setups of >> variables involving sections, paragraphs and indentations. At first I >>

bug#65750: 12.2; LaTeX-mark-section and LaTeX-section-list

2023-09-09 Thread Ikumi Keita
est for paragraphs and indentations as well, but concluded that I shouldn't have for the reason written in as the comments. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine >From 8ae094a55021573bd8cc191415d7944dbf1d5b6b Mon Sep 17 00:00:00 2001 From: Ikumi Keita Date: Sat, 9 Sep 2023 0

bug#65648: 13.2; indentation of nested environments

2023-09-09 Thread Ikumi Keita
more massaging, it should be possible to avoid these. I had in > mind modifying LaTeX-indent-level-count (or the block surrounding where it > is called) in \end{TABULAR} cases, adjusting by the difference between the > matching \begin and its beginning of line. A s

bug#65628: Document preview fails with long filenames

2023-08-30 Thread Ikumi Keita
dd command line option --max-print-line=1000 to latex. I expect you can use the customize option `preview-LaTeX-command' for that purpose. (2) Edit the MikTeX config file and modify max_print_line parameter. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___

bug#65628: Document preview fails with long filenames

2023-08-31 Thread Ikumi Keita
riable max_print_line. :-( I hope MikTeX to follow the TeX Live behavior. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#65912: 2023-08-31; Fix xref errors when matching in unvisited files

2023-09-14 Thread Ikumi Keita
- However, the failures remain even after I deleted this advice. I haven't figured out what's going on yet. (Maybe the failures only appear in batch mode and aren't real issues.) Does anyone out there have insights? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine diff --git

bug#65648: 13.2; indentation of nested environments

2023-09-04 Thread Ikumi Keita
\end{bmatrix}$ be the identity matrix. is formatted badly. When the option is nil, Paul's proposal takes effect so \begin{equation} n u m=\left[\begin{array}{ll} 2 & 25 \end{array}\right] \end{equation} and Let $E = \begin{bmatrix} 1 & 0\\

bug#65750: 12.2; LaTeX-mark-section and LaTeX-section-list

2023-09-08 Thread Ikumi Keita
k-local-variables' when latex-mode is called as parent of doctex-mode. We need to switch to "feature/fix-mode-names-overlap" branch, to define all major modes by `define-derived-mode', for clean solution.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___

bug#66559: 13.2.2; Math symbols become bold within theorem environment

2023-10-17 Thread Ikumi Keita
is. David, can you tell something about this? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#65912: 2023-08-31; Fix xref errors when matching in unvisited files

2023-09-19 Thread Ikumi Keita
the git repo. I modified the addition of `font-lock-set-defaults' in `font-latex-setup' to run only in temporal buffers in order to minimize influence on the behavior for file-visiting buffers. I'll close this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___

bug#66427: Conflict between Emacs version dependencies in AUCTeX code and GNU package archive

2023-10-11 Thread Ikumi Keita
ated auctex.el diverging from what ELPA system expects?) [1] https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/auctex.el?h=externals/auctex#n9 [2] https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/GNUmakefile?h=externals/auctex Regards, I

bug#66427: Conflict between Emacs version dependencies in AUCTeX code and GNU package archive

2023-10-11 Thread Ikumi Keita
e you fine with pushing > another ELPA release now? Yes, please. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#64921: 13.2.1; Infinite loop in LaTeX-arg-biblatex-cites with RefTeX

2023-08-15 Thread Ikumi Keita
tion. Does the attached patch give you good results? (By the way, the reason that "q"/"C-g" deletes the trace of the previous input is that `TeX-insert-macro' introduced `atomic-change-group' a year ago[1].) [1] Thread beginning with https://lists.gnu.org/r/auctex-devel/2022-08/msg00057

bug#64921: 13.2.1; Infinite loop in LaTeX-arg-biblatex-cites with RefTeX

2023-08-17 Thread Ikumi Keita
>>>>> Gustavo Barros writes: > On Tue, 15 Aug 2023 at 03:18, Ikumi Keita wrote: >> >> Thank you for suggestion. Does the attached patch give you good results? >> > It behaves the same as `reftex-citation`, so it looks good to me. > Thank you very m

bug#65462: 13.2; preview clears overlays when killing an indirect buffer

2023-08-27 Thread Ikumi Keita
e useful for others who use both AUCTeX and indirect buffers. Thank you, I incorporated your suggestion. I'll close this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

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) [...]

bug#66771: [PATCH] Throw out fold spec after a single failure

2023-11-10 Thread Ikumi Keita
> Sounds great, thanks! I will post an updated patch based on that as soon > as I have heard back from the FSF regarding the copyright assignment. Now I pushed the fix to the git repo. I'll wait for your feedback. Best regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

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

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

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

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

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

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

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

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

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

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#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#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#57626: 13.1.4; cases* environment doesn't let me use $

2022-09-07 Thread Ikumi Keita
we should anticipate. How about to allow insertion of "$" (or anything according to `TeX-electric-math') when `last-command' is `TeX-insert-dollar' in a case like this issue? I suppose that most users would type "$" again before seeing "Math mode started with `...' cannot

bug#57566: 13.1.4; Disappearing content when previewing inline math with LuaTeX

2022-09-04 Thread Ikumi Keita
, the luatex developper isn't eager to fix this issue as you can read in [1]. I'm afraid that it won't be fixed in the near future. :-( You can try ad-hoc work around provided in [1], but note that 1. It isn't sure that the hard-coded value of 2 is valid for other cases. 2. It breaks for other engi

bug#58689: 13.1.4; LaTeX-modify-environment fails to modify a single line environment.

2022-10-23 Thread Ikumi Keita
nk I can do something for LaTeX-modify-environment to cover the situation where \begin and \end are on the same line. I expect that I can have spare time to manage this issue on November. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___

bug#57974: 2022-08-30; Enhancing help facility for function doc string

2022-09-21 Thread Ikumi Keita
ice: THE-NAME-OF-B modestly. This is inconvenient, especially when A is a (major or minor) mode function and the user typed C-h m in that mode buffer. It would be worth considering to enhance the help facility to display doc string of B instead when A is overrided by advice. Regards, Ikumi Ke

bug#57626: 13.1.4; cases* environment doesn't let me use $

2022-09-12 Thread Ikumi Keita
me way as in non-math mode when `texmathp' thinks that math mode didn't start with dollar(s), possibly with a warning message. What do others think? Best, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.or

bug#57544: 12.2; Viewer does not open correct file with `-jobname' specified

2022-09-10 Thread Ikumi Keita
) file are the same when their suffixes are stripped off. Any takers out there? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#57626: 13.1.4; cases* environment doesn't let me use $

2022-09-10 Thread Ikumi Keita
instruction to the message which `TeX-insert-dollar' shows? For example, Math mode started with `...' cannot be closed with dollar. You can insert it anyway by C-q $. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#57626: 13.1.4; cases* environment doesn't let me use $

2022-09-10 Thread Ikumi Keita
gest to say "You can insert it anyway by C-u $" which is more in > line with the docstring of `TeX-insert-dollar'. Does it make sense? Yes, of course. Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-au

bug#57626: 13.1.4; cases* environment doesn't let me use $

2022-09-14 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: > Ikumi Keita writes: >> I began to think that `TeX-insert-dollar' should behave the same way as >> in non-math mode when `texmathp' thinks that math mode didn't start with >> dollar(s), possibly with a warning message

bug#58069: Latex

2022-09-30 Thread Ikumi Keita
lies braces even in math mode when there is active region.) I personally dislike this behavior, so disabled `TeX-insert-braces'. You can have per-macro control over the decision whether the braces are added or not by `TeX-insert-braces-alist'. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkrai

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

bug#57626: 13.1.4; cases* environment doesn't let me use $

2022-11-01 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>> I began to think that `TeX-insert-dollar' should behave the same way as >>> in non-math mode when `texmathp' thinks that math mode didn't start with >>> dollar(s), possibly with a warning message. >> Sure, we can re

bug#58689: 13.1.4; LaTeX-modify-environment fails to modify a single line environment.

2022-12-07 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Looking at the relevant code, I think I can do something for > LaTeX-modify-environment to cover the situation where \begin and \end > are on the same line. I expect that I can have spare time to manage this > issue on November. I pushed th

bug#58005: 13.1.4; Can't work with indirect buffers

2022-12-08 Thread Ikumi Keita
rect buffers. Why do you edit in an indirect buffer? (Even if there is good reason to do so, I feel that it's enough to make C-c C-c (and similar commands) ask whether to switch to base buffer when you are in indirect buffer.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine _

bug#58005: 13.1.4; Can't work with indirect buffers

2022-12-09 Thread Ikumi Keita
ch to the base buffer and run there when they are called in an indirect buffer.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] Thread titled "Output to directory patch" in https://lists.gnu.org/archive/html/auctex-devel/2021-02/

bug#59380: File mode specification error

2022-11-19 Thread Ikumi Keita
m/mate-desktop/atril/blob/master/data/org.mate.atril.Daemon.service.in I'm not familiar with D-BUS. I hope Tassilo can settle out the issue. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#40577: Auctex can't open anymore documentation

2023-01-28 Thread Ikumi Keita
Hi Tobias, >>>>> Ikumi Keita writes: >>>>> Tobias Bora writes: >> I don't know why, but I updated recently my .emacs file (which may >> downloaded a recent version of auctex), and since then I can't open >> documentation anymore. Ind

bug#57626: 13.1.4; cases* environment doesn't let me use $

2022-11-04 Thread Ikumi Keita
>>>>> Ikumi Keita writes: >>>> I began to think that `TeX-insert-dollar' should behave the same way as >>>> in non-math mode when `texmathp' thinks that math mode didn't start with >>>> dollar(s), possibly with a warning message. >>&g

bug#62220: In-buffer completion and LaTeX-math-cal

2023-03-17 Thread Ikumi Keita
his issue. I'm afraid that we still need autoload declaration for seq-filter for compatibility with older emacsen. Best, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#62220: In-buffer completion and LaTeX-math-cal

2023-03-18 Thread Ikumi Keita
ght now. Ah, indeed. Sorry for my poor memory.  Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#61400: Different filling for verbatim macros

2023-02-16 Thread Ikumi Keita
(skip-chars-forward (concat "^" delimiter) (line-end-position))) , which isn't important much. (It makes difference only when closing delimiter is missing. In that case, the function doesn't return sensible result anyway.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine _

bug#61400: Different filling for verbatim macros

2023-02-16 Thread Ikumi Keita
ough in case we have > balanced braces in the argument (and only such are allowed). So I > suggest we change this part of the code like this: [...] > Then we only need to solve the fontification issue ;-) WDYT? Thanks, I included your suggestion. See the attachment. Regards, Ikumi Keita #Stan

bug#48518: 13.0.11; LaTeX environment C-c C-e on region doesn't indent properly

2023-02-03 Thread Ikumi Keita
sn't indent the active region if the environment is in `LaTeX-indent-environment-list'. I expect that it doesn't harm if it indents. Could you try the attached patch? Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine diff --git a/latex.el b/latex.el index 56992d54..85d83f38 100644 --- a/latex.el +++ b

bug#48518: 13.0.11; LaTeX environment C-c C-e on region doesn't indent properly

2023-02-03 Thread Ikumi Keita
a bit unsure whether there is regression with this fix or not. Do you think it should be delayed until the new tarball release is out? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28382 _

bug#61410: texmathp and literal $

2023-02-11 Thread Ikumi Keita
re? (I'm neutral to the importance.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#61400: Different filling for verbatim macros

2023-02-11 Thread Ikumi Keita
(member (LaTeX-current-verbatim-macro) (LaTeX-verbatim-macros-with-delims)) is a bit inefficient because `LaTeX-current-verbatim-macro' only responds to macros included in `(LaTeX-verbatim-macros-with-delims)' for the first place.) Regards, Ikumi Keita #StandWithUkrai

<    1   2   3   4   >