Re: tex-site.elc generation on main branch

2024-05-25 Thread Ikumi Keita
ink your patch provides a working solution. > Thanks for testing, I also think Keita's patch is good. Thank you both. I pushed the fix. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

main 6b1c1f6d: Tune byte compile condition

2024-05-25 Thread Ikumi Keita
branch: main commit 6b1c1f6da312fc113a80bedabf703f8cff5cd6d6 Author: Ikumi Keita Commit: Ikumi Keita Tune byte compile condition * lpath.el: Add appropriate file local variables section to suppress spurious byte compile. * GNUmakefile: Make sure that tex-site.elc

Re: tex-site.elc generation on main branch

2024-05-25 Thread Ikumi Keita
>>>>> Uwe Brauer writes: > Difficult to say, because there is no attached patch  Sorry! Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW >From 6b1c1f6da312fc113a80bedabf703f8cff5cd6d6 Mon Sep 17 00:00:00 2001 From: Ikumi Kei

tex-site.elc generation on main branch

2024-05-25 Thread Ikumi Keita
se to apply the attached patch for the reproducibility? (It includes addition to lpath.el to suppress spurious generation of lpath.elc as well.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: master 45ee2f9e 3/3: Update documentaion on changes related to delete-selection

2024-05-24 Thread Ikumi Keita
typo or is closing > parenthesis missing? Ah, I think so. I just pushed the fix. Thanks for spotting this. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

master 8485b4bb: ; * doc/changes.texi: Fix typo.

2024-05-24 Thread Ikumi Keita
branch: master commit 8485b4bbdf6a38c741a62a37fdfdafafdca9d168 Author: Ikumi Keita Commit: Ikumi Keita ; * doc/changes.texi: Fix typo. --- doc/changes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.texi b/doc/changes.texi index 7a5f95fe..a8de7322

bug#71164: 14.0.5; Font lock annoyance

2024-05-24 Thread Ikumi Keita
I speculate that the current syntax propertize function only needs that font lock variables are set up. Then I hope the patch below does the trick. Derek, can you try it? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW diff --git a/font-latex.el b/fon

Re: [PATCH] fix delete-property handling

2024-05-16 Thread Ikumi Keita
>>>>> Artem Yurchenko writes: > Hi, Ikumi, > I have finally got my assignment back! Thank you! I pushed your changesets to the git repository. I'm happy to have your nice contribution and thank for your patiance. Best regards, Ikumi Keita #StandWithUkraine #S

master 45ee2f9e 3/3: Update documentaion on changes related to delete-selection

2024-05-16 Thread Ikumi Keita
branch: master commit 45ee2f9e674a82037c5d67d8851721255b8237d0 Author: Artem Yurchenko Commit: Ikumi Keita Update documentaion on changes related to delete-selection * doc/auctex.texi: * doc/changes.texi: Update documentaion on changes related to delete-selection. --- doc

master updated (dc1a8ee5 -> 45ee2f9e)

2024-05-16 Thread Ikumi Keita
ikumi pushed a change to branch master. from dc1a8ee5 Delete `LaTeX-env-contents' new 3b0becf0 Split out the electric version of `LaTeX-insert-left-brace' new 7b8ae52d Amend TeX electric commands to allow alternative electric modes new 45ee2f9e Update

master 7b8ae52d 2/3: Amend TeX electric commands to allow alternative electric modes

2024-05-16 Thread Ikumi Keita
branch: master commit 7b8ae52d828db69294abf0f79d8111e105a9595a Author: Artem Yurchenko Commit: Ikumi Keita Amend TeX electric commands to allow alternative electric modes 1. In particular, we are splitting out the electric logic of `TeX-insert-dollar'. 2. We've

master 3b0becf0 1/3: Split out the electric version of `LaTeX-insert-left-brace'

2024-05-16 Thread Ikumi Keita
branch: master commit 3b0becf00535f77d47db8e39e17a726504254f53 Author: Artem Yurchenko Commit: Ikumi Keita Split out the electric version of `LaTeX-insert-left-brace' Set the proper `delete-selection` property. The backstory. When a function bound to SYMBOL has

bug#70503: [PATCH] Add function "TeX-master-output-file"

2024-05-14 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Ok, thanks. I think we'll wait until the patch for bug#70811 is > installed and then we can start the release process. Unless I'm missing > something? Now bug#70811 is resolved. I think we can go now. Bye, Ikumi Keita #StandWithUkraine

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-14 Thread Ikumi Keita
h >> below first. > Thanks for that emacs-fu. (Although I wonder if I want 'ConTeXt-mode-hook' > intead of 'LaTeX-mode-hook'.) You are right. That's `ConTeXt-mode-hook'.  > Regardless of what hook I should use, this version of your patch seems to > work very nicely. Thank

master 970787f9: Improve paragraph commands management for ConTeXt mode (bug#70811)

2024-05-14 Thread Ikumi Keita
branch: master commit 970787f92d21447296c474bee954ac1ac3e0b8de Author: Ikumi Keita Commit: Ikumi Keita Improve paragraph commands management for ConTeXt mode (bug#70811) * context.el (ConTeXt-paragraph-commands): New customize option similar to LaTeX counterpart. (ConTeXt

bug#70817: 14.0.3.2024-03-17; max-lisp-eval-depth exceeded with XeTeX option

2024-05-13 Thread Ikumi Keita
Hi Landis, >>>>> "Landis Florian (ladi)" writes: > Am 09.05.2024 um 15:01 schrieb Ikumi Keita: >> I think this must be the issue bug#69373[1]. Landis, can you try the >> patch given in [2]? If not, either >> A. Update your emacs to 29.3 or >

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-13 Thread Ikumi Keita
etq paragraph-start "abc")) <-- Set whatever you like nil t))) in your init file if you really need, but I'd like you to try the patch below first. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW >From edc178926f57eca69c16767

Re: [PATCH] fix delete-property handling

2024-05-10 Thread Ikumi Keita
process. > It's been more than a month since I've sent my signed papers, and > still no progress :( I have signed them though, I can send them here > too. It's just the FSF signature that is missing. Hmm, that's a pity. Arash, Tassilo, Mosè and David, what do you think about it? Best regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

bug#70817: 14.0.3.2024-03-17; max-lisp-eval-depth exceeded with XeTeX option

2024-05-09 Thread Ikumi Keita
g=69373 [2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69373#14 Best regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

master 77497418: Fix compilation on Emacs 27

2024-05-09 Thread Ikumi Keita
branch: master commit 774974185a1a49db4ff0d48121c33b77e0546a04 Author: Ikumi Keita Commit: Ikumi Keita Fix compilation on Emacs 27 * tex.el (require): Require subr-x for `if-let' introduced in `TeX-master-output-file'. --- tex.el | 3 ++- 1 file changed, 2 insertions(+), 1

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-09 Thread Ikumi Keita
-mode I would very much appreciate it. Thanks. Can you try the attached patch? If you customize the new option `ConTeXt-paragraph-commands', its value will be reflected to `paragraph-start' (for new buffers created after the customization). Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-06 Thread Ikumi Keita
et `LaTeX-paragraph-commands' instead. In principle, ConTeXt mode should have similar framework, although the current AUCTeX style files have no support for ConTeXt modules except TikZ. I think I can implement `ConTeXt-paragraph-commands' like LaTeX mode and then you can set it instead of

bug#70779: [PATCH] Emacs 30 and warning about missing lexical-binding declaration

2024-05-06 Thread Ikumi Keita
think is appropriate? I think these auto files are generally not intended for human eyes. So we wouldn't have to care much about the justtification of the prop line. I vote for simpler form. Best, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #St

bug#70779: [PATCH] Emacs 30 and warning about missing lexical-binding declaration

2024-05-06 Thread Ikumi Keita
t your proposal, but why do we need 40 spaces here? >> + (insert ";;" (make-string 40 ?\s) "-*- lexical-binding: t; >> -*-\n\n") Best regards, Ikumi Keita #StandWithUkraine #

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

2024-05-04 Thread Ikumi Keita
rary to what I said before, the current master puts the preview images in the base buffer for both document preview (C-c C-p C-d) and region preview (C-c C-p C-r etc.). Maybe I was doing something wrong. :-( It seems to me that Paul's approach makes sense.

Re: [PATCH] fix delete-property handling

2024-05-02 Thread Ikumi Keita
in my local repository so that it's called always when `TeX-insert-dollar-electric' runs, because this is the current behavior of `TeX-insert-dollar'. Now I think AUCTeX can incorporate your patches. Did your copyright assignment process finish? If not, I'll push the change to the git repo after you notify us the completion of the process. Best regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

bug#70503: [PATCH] Add function "TeX-master-output-file"

2024-04-27 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Thanks Keita. Can you in future also add/amend the bug number to the > commit message, please? It makes it easier to search for a bug inside > Git. Oh, sorry. I forgot to fix up the commit messages to include the bug number for recent comm

main 56b5dab1: Recover compatibility with non-GNU sed

2024-04-27 Thread Ikumi Keita
branch: main commit 56b5dab16630ea31dbcec239f10b04a3748c5408 Author: Ikumi Keita Commit: Ikumi Keita Recover compatibility with non-GNU sed * GNUmakefile (LASTVERSION): Avoid syntax invalid for non-GNU sed. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

bug#70503: [PATCH] Add function "TeX-master-output-file"

2024-04-26 Thread Ikumi Keita
eworthy changes to NEWS.org and not to changes.texi. Thanks, I committed to the master branch and pushed. I'll close this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing li

master 255da611: Add function TeX-master-output-file

2024-04-26 Thread Ikumi Keita
branch: master commit 255da61131a20b1f72ce656bec5d4cf8ccf0f0ac Author: Paul Nelson Commit: Ikumi Keita Add function TeX-master-output-file * tex.el (TeX-master-output-file): New function. --- tex.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tex.el b/tex.el

bug#70503: [PATCH] Add function "TeX-master-output-file"

2024-04-26 Thread Ikumi Keita
ash: I'm not sure the new workflow after the inclusion of the main branch. Should I commit new changeset to main branch instead of master branch now? And should I add an entry for NEWS.org, in addition to commit message? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: [can't compile the main branch]

2024-04-25 Thread Ikumi Keita
://www.gnu.org/software/auctex/manual/preview-latex/Frequently-Asked-Questions.html Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW >From 37a225843d9995b308a36942f3d38fdfbaec9a46 Mon Sep 17 00:00:00 2001 From: Ikumi Keita Date: Thu, 18 Apr 2024 22

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

2024-04-25 Thread Ikumi Keita
[ To phil...@haselwarter.org: I'm sorry, the thread began to fail to include you in Cc:; It seems to reach a reasonable solution. ] >>>>> Vangelis Evangelou writes: > OK. I attach the diff. > On Wed, 24 Apr 2024 at 10:57, Ikumi Keita wrote: Thanks, I added small adap

master 0e315c7f: Support indirect buffer

2024-04-25 Thread Ikumi Keita
branch: master commit 0e315c7fbeed081addf369fd42e7206d83580bc5 Author: Vangelis Evangelou Commit: Ikumi Keita Support indirect buffer * tex.el (TeX-buffer-file-name): New wrapper function for `buffer-file-name'. It returns base buffer's file name in indirect buffer

bug#70501: [PATCH] Fix preview bug involving long common suffixes

2024-04-24 Thread Ikumi Keita
s to bump the point forward, before searching, by just > enough so that the search must go beyond any previous position > identified on the same line. Thanks, pushed to the git repo. I'll close this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza

master 36590b04: Fix preview bug involving long common suffixes

2024-04-24 Thread Ikumi Keita
branch: master commit 36590b044f86a546b1a0b21e89e301ed29408be4 Author: Paul Nelson Commit: Ikumi Keita Fix preview bug involving long common suffixes * preview.el.in (preview-parse-messages): Fix it. --- preview.el.in | 8 1 file changed, 8 insertions(+) diff --git

Re: [can't compile the main branch]

2024-04-24 Thread Ikumi Keita
" - exit -} - # Use Gnulib's packaged ChangeLog generator. # Maybe we should skip all "Merge branch 'master'" messages. ./build-aux/gitlog-to-changelog \ Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: [can't compile the main branch]

2024-04-24 Thread Ikumi Keita
origin=`git log --pretty=format:%H 'HEAD^!'` || exit ^^^ Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: [can't compile the main branch]

2024-04-24 Thread Ikumi Keita
e8c2d347917541e143ce25609e90ebbb" > Even though emacs-version tells me 29.0.50 > And therefore too old. This is another problem. I suggest to use master branch and stay away from main branch until Uwe can use emacs 29.1 or newer. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: [can't compile the main branch]

2024-04-24 Thread Ikumi Keita
nd that script calls git internally. Thus Changelog isn't generated without running git binary. Hence either 1) Uwe installs git 2) AUCTeX implements fallback in build-aux/gitlog-to-auctexlog is necessary to have Changelog. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

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

2024-04-24 Thread Ikumi Keita
pyright assignment? In my opinion, it doesn't because definition of `TeX-buffer-file-name' is straightforward and other changes are trivial (replacements of `buffer-file-name' -> `TeX-buffer-file-name' or additions of `(with-current-buffer (or (buffer-base-buffer) (current-buffer))...') Re

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

2024-04-23 Thread Ikumi Keita
en TeX-master > that do not appear \include'd in that TeX-master's source. OK. Vangelis, what do you think about it? The same opinion? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex m

master 195bceed: Supplement documentation

2024-04-23 Thread Ikumi Keita
branch: master commit 195bceed828c7a16bed9c63a2db08ec1667a8264 Author: Ikumi Keita Commit: Ikumi Keita Supplement documentation * doc/preview-latex.texi (The Emacs interface): * preview.el.in (preview-leave-open-previews-visible): Adjust and enhance the explanation

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

2024-04-23 Thread Ikumi Keita
idn't try region preview. The previews do appear in the indirect buffer if I type C-c C-p C-b etc. I expect you see what I described if you type C-c C-p C-d in the indirect buffer. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___

bug#70455: [PATCH] Add new user option `preview-leave-open-previews-visible'

2024-04-23 Thread Ikumi Keita
Hi Paul, >>>>> Paul Nelson writes: > Please see attached. Thanks, best, Paul Thanks, but it is half of what I wanted :-) I added a paragraph to your propsal as the attached patch. Can you confirm it? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #

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

2024-04-23 Thread Ikumi Keita
he is playing with AUCTeX 13.3 source (probably, installation from ELPA). I used patch -p1 < indirect2.patch in the top directory of the local git repo and took care of the rejected hunks manually. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___

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

2024-04-23 Thread Ikumi Keita
d idea about it? Item 2 can be a useful feature rather than a shortcoming, whereas some users want to inherit the folded appearance when they clone a buffer. Maybe we should regard these points as feature and announce them as "known limitations".

bug#70455: [PATCH] Add new user option `preview-leave-open-previews-visible'

2024-04-23 Thread Ikumi Keita
quot; just added; let me know if you'd > prefer that. I'll also be happy to update the doc/texi if that's what > you intend I'd like to have updates in the documentation. New customize option is probably overkilling. > (presumably by sending a patch on top of the current one, to this > thr

bug#70455: [PATCH] Add new user option `preview-leave-open-previews-visible'

2024-04-22 Thread Ikumi Keita
creen (in person > or remotely) can stay focused on the equation. Thanks. Then I'd like to request to update the doc string and preview-latex.texi accordingly. To Arash: It seems that the reason you saw the preview image above the TeX code is that your inline math is at the beginning of line

bug#70455: [PATCH] Add new user option `preview-leave-open-previews-visible'

2024-04-22 Thread Ikumi Keita
of `preview-clearout' function. Doesn't this lead to leave some kind of "debris" which needs additional clean-up facility after usage of preview-latex? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___

bug#70399: ConTeXT options need updating

2024-04-21 Thread Ikumi Keita
xt users' list if you > would like to hear a more authoritative opinion before making changes. Let > me know. Thanks, I don't think that's necessary. I'll close this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

master 44879847: Adjust ConTeXt options (bug#70399)

2024-04-21 Thread Ikumi Keita
branch: master commit 44879847609f0ac14a18841a363012e5e979b8ca Author: Ikumi Keita Commit: Ikumi Keita Adjust ConTeXt options (bug#70399) * tex.el (TeX-command-list): Remove obsolete option "--texutil". * context.el (ConTeXt-expand-options): Use "repeat"

bug#70399: ConTeXT options need updating

2024-04-20 Thread Ikumi Keita
art action to avoid "--nonstopmode" when "--synctex" is requested by the user, so that (setq ConTeXt-texexec-option-nonstop "") isn't necessary on the user side? It isn't difficult to have "--nonstopmode" only when `TeX-source-correlate-mode' and `TeX-interactiv

Re: [PATCH] fix delete-property handling

2024-04-19 Thread Ikumi Keita
`TeX-insert-dollar-mode' to `TeX-insert-dollar-action' or something like that for coherency. (Since it can be considered as a private helper function, you might as well assign it a name "TeX--insert-..."; but that isn't much important.) In addition, I'd request to provide appropriate patches for doc/auctex.texi and doc/changes.texi, too. :-) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: Supporting LatexMK in AUCTeX OOTB

2024-04-18 Thread Ikumi Keita
pdflatex and no .pdf output) So I guess they are accustomed to have full control over the options with their .latexmkrc. However, I don't object to your idea, so please proceed. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

bug#70399: ConTeXT options need updating

2024-04-18 Thread Ikumi Keita
s://www.gnu.org/software/auctex, but as of today that would be a > downgrade, since it says the current auctex version is 13.3. The message is followed by "if your installation is older than the one available from the web site.", isn't it?  Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

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

2024-04-17 Thread Ikumi Keita
re the necessity of the above (1) itself; It seems to me that both (1a) and (1b) are to have been established when emacs opens the base buffer first time and ready by the time `TeX-master-file' is called in indirect buffer under usual circumstances. > I don't get the error that you mentioned.

Re: [PATCH] fix delete-property handling

2024-04-16 Thread Ikumi Keita
of `TeX-insert-dollar', in your last patch. I'm not sure whether you plan to keep the basic logic structure of electricity, but if it is kept, the first result of `texmathp' can be used for the second. (There is another call in `delete-selection' property which calls `TeX-insert-dollar-refuse-p', but it seems difficult to me to make use of cache in a simple and robust way.) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: Supporting LatexMK in AUCTeX OOTB

2024-04-15 Thread Ikumi Keita
ut changing $dvipdf value, Latexmk calls dvipdf, not dvipdfmx, in response to "-pdfdvi" option. Thus this treatment is half-cooked. :-( Maybe we should minimize the command option like ("LaTeXMK" "latexmk %(extraopts) %t" TeX-run-format nil (LaTeX-mode docTeX-mode) :help "Run LaTeXMK") and let the user to do all control over the option through .latexmkrc? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

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

2024-04-14 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > . Why is the first argument always nil? The original function receives > the second argument as `extension'. Aren't there cases that we should ^^ > provide the same argument `extension' here? Sorry, I meant "first"

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

2024-04-14 Thread Ikumi Keita
%% mode: LaTeX %%% TeX-master: t %%% TeX-output-dir: "build" %%% End: ------ Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

Re: Supporting LatexMK in AUCTeX OOTB

2024-04-14 Thread Ikumi Keita
" -pdfps") This clause is always ignored because of the above > +((and TeX-PDF-mode > + (TeX-PDF-from-DVI)) conditional, isn't it? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: [PATCH] fix delete-property handling

2024-04-13 Thread Ikumi Keita
ironment. This was introduced anew in the revised patch. 2. Suppose that TeX-electric-math is a pair of dollars. Then typing $ at $E = mc^2-!- inserts two dollars, not one dollar. This behavior existed prior to the revised patch. (This is optional) The revised patch increases calls to `texmat

bug#70307: [PATCH] Allow preview to work in non-file buffers

2024-04-11 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: > @David and Keita: WDYT, any comments? This makes difference only when the file name is "", so it wouldn't affect almost all regular usage. Thus I'm fine with applying this change. Regards, Ikumi Keita #StandWithUkr

Re: Supporting LatexMK in AUCTeX OOTB

2024-04-10 Thread Ikumi Keita
good solution which is compatible for both windows and non-windows with respect to quoting. :-( I concluded that AUCTeX should incorporate your simple proposal and users who need other non-default options, e.g. Japanese latex binary names, should prepare their own config file such as .latexmkrc. It

Re: [PATCH] fix delete-property handling

2024-04-10 Thread Ikumi Keita
m "environment" is ambiguous in this context because it's difficult to distinguish from "LaTeX environment". How about Otherwise, when in a verbatim construct or escaped with \"\\\",... instead? > +(TeX--put-electric-delete-selection > + #'TeX-insert-dollar TeX-insert-dollar-electric-p) The second argument must be quoted. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: [PATCH] fix delete-property handling

2024-04-09 Thread Ikumi Keita
((lbrace (char-to-string last-command-event)) lmacro skip-p) [...] > +(insert last-command-event) Since `LaTeX-insert-left-brace-electric' is no longer a command bound to a key, I'm inclined to writing it to receive `last-command-event' as an argument of the function rather than to ref

bug#70251: 14.0.4 install from gnu/elpa hangs

2024-04-07 Thread Ikumi Keita
nstall AUCTeX. In theory, this recipe will circumvent all caveats in ELPA upgrade of AUCTeX. Find and delete old ‘auctex-X.Y.Z’ directory remaining under ‘~/.emacs.d/elpa/’. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

bug#70128: Issue after upgrading ELPA-auctex 14.0.4

2024-04-03 Thread Ikumi Keita
try warns about incompatibility caused by that change. > If things are so, maybe it is better do not use AUCTeX at all... or not? I think you don't have to worry about that. In general, the major mode names are unlikely to change easily. This update to version 14 is very ex

Re: Supporting LatexMK in AUCTeX OOTB

2024-04-03 Thread Ikumi Keita
we are to support such non-standard binary names, we need %l. (However, maybe this isn't much meaningful because fixed binary names of "latexmk" and "dvipdfmx" after all in my patch. :-)) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: Supporting LatexMK in AUCTeX OOTB

2024-04-02 Thread Ikumi Keita
>>>>> Ikumi Keita writes: > Hi Arash, >>>>> Arash Esbati writes: >> I knew you would understand me ;-) Can you do me a favor please and have >> a look at the code I posted? I'm not sure how (XeLaTeX/)Dvipdfmx works >> in .dvi mode,

bug#70128: Issue after upgrading ELPA-auctex 14.0.4

2024-04-02 Thread Ikumi Keita
-mode, something inconsistent which led to the reported error could happen...? > After this the desktop file is "emptied": restarting Emacs all buffers > of the desktop file are lost (I have lost about 50 of them :-( ) Sorry for that.  Regards, Ikumi Keit

Re: Supporting LatexMK in AUCTeX OOTB

2024-03-31 Thread Ikumi Keita
ps://texwiki.texjp.org/?AUCTeX Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: Supporting LatexMK in AUCTeX OOTB

2024-03-29 Thread Ikumi Keita
th your idea. AUCTeX already has plenty of supplementary entries in `TeX-command-list', so it would be good to have another one :-) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

master ec4e27ec: * doc/changes.texi: Add an entry for `TeX-fold-auto-reveal'.

2024-03-27 Thread Ikumi Keita
branch: master commit ec4e27ec215a7023da2de13ac534b9cdbda8ab20 Author: Ikumi Keita Commit: Ikumi Keita * doc/changes.texi: Add an entry for `TeX-fold-auto-reveal'. --- doc/changes.texi | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/changes.texi b/doc/changes.texi index

master 0fcc1523: Document the new customize option

2024-03-26 Thread Ikumi Keita
branch: master commit 0fcc152333c411670230e6c8203da54f170c1362 Author: Ikumi Keita Commit: Ikumi Keita Document the new customize option * doc/auctex.texi (Folding): Add description about `TeX-fold-auto-reveal' to follow up the last commit (bug#69954). --- doc/auctex.texi | 24

bug#69954: 13.3; allow TeX-fold auto-reveal customization

2024-03-25 Thread Ikumi Keita
Hi, Arash >>>>> Arash Esbati writes: > Arrgh, my bad; I was looking at the other commit c290376d5d provided by > Paul and installed by you -- sorry for the noise :-( Don't worry, I don't mind. :-) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassive

bug#69954: 13.3; allow TeX-fold auto-reveal customization

2024-03-25 Thread Ikumi Keita
off-by:" line, with me being the author. Did you actually mean to mention another paragraph in CONTRIBUTE? (By the way, I should have included the bug number in the commit message. ) Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___

bug#69954: 13.3; allow TeX-fold auto-reveal customization

2024-03-25 Thread Ikumi Keita
>>>>> Paul Nelson writes: > Hi Ikumi, > Looks good to me! Thank you, pushed to the git repo. I'll close this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-au

master c008bb60: Make auto reveal feature configurable in folding

2024-03-25 Thread Ikumi Keita
branch: master commit c008bb60b2fbd6e8e0220439109070d600080724 Author: Ikumi Keita Commit: Ikumi Keita Make auto reveal feature configurable in folding * tex-fold.el (TeX-fold-auto-reveal): New customize option following `preview-auto-reveal'. (TeX-fold-auto-reveal-p, TeX

bug#69954: 13.3; allow TeX-fold auto-reveal customization

2024-03-24 Thread Ikumi Keita
ied patch as attached. I intend to have all `defcustom's in the early block of the file and to improve similarity with preview.el. What do you think about this idea? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW diff --git a/tex-fold.el b/te

Re: Emacs 27 problem with :local keyword in defcustom

2024-03-17 Thread Ikumi Keita
; Keywords: tex Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Emacs 27 problem with :local keyword in defcustom

2024-03-15 Thread Ikumi Keita
tent local values. Hence we have to refrain from using :local in `defcustom' until we drop support for emacs 27 :-( Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

Re: Deleting compat code from commit 087b030001

2024-03-15 Thread Ikumi Keita
mode-line-modes'. > We require Emacs=E2=89=A527 now, I think we can delete it. WDYT? Yes, I think so. Please go ahead. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW

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

2024-03-06 Thread Ikumi Keita
>>>>> Arash Esbati writes: > Ikumi Keita writes: >> 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 an

bug#69398: `LaTeX-fill-paragraph` behavior within indented environments

2024-03-06 Thread Ikumi Keita
ehavior with other filling functions. 2. Even if we tweak all such occurences of `save-excursion', it isn't clear whether it is right that the position always "sticks" to the letter where before M-q is typed. Does anyone find a good solution? Regards, Ikumi Keita #Sta

bug#69398: `LaTeX-fill-paragraph` behavior within indented environments

2024-03-03 Thread Ikumi Keita
ptional is happening. I'll try to figure out the origin and fix it, but it can take a non trivial span of time. :-( Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ 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

2024-02-23 Thread Ikumi Keita
[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69254 Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#69254: 14.0.2; outline-hide-body doesn't work when called in LaTeX-mode-hook

2024-02-23 Thread Ikumi Keita
Hi Arash, >>>>> Arash Esbati writes: > Ikumi Keita writes: >> Do you think that we should also revert the similar changes for >> paragraph related variables? > I'm not sure if that part is really relevant for users. I suggest we > keep that as is and touch

master 0f8901dc: Set up outline mode variables early (bug#69254)

2024-02-23 Thread Ikumi Keita
branch: master commit 0f8901dc5dff4687def1250983ff1a66d2322db5 Author: Ikumi Keita Commit: Ikumi Keita Set up outline mode variables early (bug#69254) * latex.el (LaTeX-mode-cleanup): (LaTeX-common-initialization): Revert the fix for bug#65750 partially so that call

bug#69254: 14.0.2; outline-hide-body doesn't work when called in LaTeX-mode-hook

2024-02-22 Thread Ikumi Keita
> up to us to make a decision here: there will be unhappy customers, but > how many? ;-) I see, here is a tentative patch. Do you think that we should also revert the similar changes for paragraph related variables? Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling

bug#69254: 14.0.2; outline-hide-body doesn't work when called in LaTeX-mode-hook

2024-02-22 Thread Ikumi Keita
al variables. In that case, the user has to do by oneself either of the following alternatives: 1. Defer the call to `outline-hide-body' after parsing file local vars. 2. Add parsing file local vars (at least for `LaTeX-section-list') explicitly before calling `outline-minor-mode'. But maybe we can

bug#69254: 14.0.2; outline-hide-body doesn't work when called in LaTeX-mode-hook

2024-02-21 Thread Ikumi Keita
se this bug as "won'tfix" type :-( Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

bug#69069: 14.0.2; table alignment by align-current gives wrong result

2024-02-20 Thread Ikumi Keita
ons won't break with the next ELPA release. In that sense, you don't have to remove them. On the other hand, if you want to know whether it works or not without the addition to `align-tex-modes', you should remove them. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza

bug#69069: 14.0.2; table alignment by align-current gives wrong result

2024-02-20 Thread Ikumi Keita
el archive (like Uwe), soon. Thank you, Tassilo. Then I think it's appropriate to make a new ELPA release now. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKilling #CeasefireNOW ___ bug-auctex mailing list bug-auctex@gnu.org ht

bug#69254: 14.0.2; outline-hide-body doesn't work when called in LaTeX-mode-hook

2024-02-19 Thread Ikumi Keita
ambda() (outline-minor-mode 1) (outline-hide-body)) nil t))) instead of (add-hook 'LaTeX-mode-hook (lambda() (outline-minor-mode 1) (outline-hide-body) )) .

bug#69069: 14.0.2; table alignment by align-current gives wrong result

2024-02-16 Thread Ikumi Keita
> 4. The attached patch improves the pseudo-parent mode facility to cover > `provided-mode-derived-p' as well, and fix this bug. I pushed a slightly enhanced fix to the git repo. I'm closing this bug. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveK

master b95c47a1: Fix and enhance pseudo-parent mode facility (bug#69069)

2024-02-16 Thread Ikumi Keita
branch: master commit b95c47a1c268ac6b6dc28e292bb67cd32c263a53 Author: Ikumi Keita Commit: Ikumi Keita Fix and enhance pseudo-parent mode facility (bug#69069) * tex-info.el: Fill in missing pseudo-parent relation for `Texinfo-mode'. ; Update copyright year. * tex.el

Re: Eglot activation

2024-02-15 Thread Ikumi Keita
) > I'm not sure but I think you can add > (declare-function TeX--compat-provided-mode-derived-p "tex") > here if you want to silence the compiler; `declare-function' doesn't > need to be top-level, IIRC. Well, it's just a gimmick to suppress expected warning and not impo

master d150b0f1: ; Add comments

2024-02-15 Thread Ikumi Keita
branch: master commit d150b0f1b14bcaddf0df28231b542f47f103c6af Author: Ikumi Keita Commit: Ikumi Keita ; Add comments * latex.el: * plain-tex.el: * tex.el: Add comments for previous workarounds. --- latex.el | 2 ++ plain-tex.el | 2 ++ tex.el | 1 + 3 files

  1   2   3   4   5   6   7   8   9   10   >