master 38d8561a: Add a paragraph to Texdoc section in the documentation

2023-01-28 Thread Ikumi Keita
branch: master commit 38d8561add0197a10da965114293fa5480e6602d Author: Ikumi Keita Commit: Ikumi Keita Add a paragraph to Texdoc section in the documentation * doc/auctex.texi (Documentation): Add an notice that it isn't sure whether `TeX-documentation-texdoc' works for MiKTeX

bug#40577: Auctex can't open anymore documentation

2023-01-28 Thread Tobias Bora
Thanks a lot, I can confirm the bug is gone in recent emacs. Le 28 janvier 2023 10:09:32 GMT+01:00, Ikumi Keita a écrit  : >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

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. Indeed, if I do `C-c ? tikz ` then okular >> starts, but is

Re: TeX-documentation-texdoc

2023-01-28 Thread Ikumi Keita
Hi, > Arash Esbati writes: > Hi Keita, > Ikumi Keita writes: >> That's a good idea. Can I leave that work to you? > Yes, you can :-) I'll try to work on this soonish. Thank you. I pushed the commit except the prompt formatting. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 2bc07b78 1/2: Fix `TeX-documentation-texdoc' for okular

2023-01-28 Thread Ikumi Keita
branch: master commit 2bc07b78fff81da3eb705ab6bc93da35ddb4ba76 Author: Ikumi Keita Commit: Ikumi Keita Fix `TeX-documentation-texdoc' for okular We used `start-process-shell-command' for these 4 years. However, it turned out that that invalidated okular. (See bug#40577 and

master edc5e2ff 2/2: Call Texdoc coherently

2023-01-28 Thread Ikumi Keita
branch: master commit edc5e2ff63f6777d81e0293eb69d47d3b5a0658f Author: Ikumi Keita Commit: Ikumi Keita Call Texdoc coherently * tex.el (TeX-documentation-texdoc): Use `call-process' rather than `shell-command-to-string' to invoke Texdoc. Bind buffer object of working buffer

master updated (f5d40daa -> edc5e2ff)

2023-01-28 Thread Ikumi Keita
ikumi pushed a change to branch master. from f5d40daa ; * style/nameref.el ("nameref"): Fix comment. new 2bc07b78 Fix `TeX-documentation-texdoc' for okular new edc5e2ff Call Texdoc coherently Summary of changes: tex.el | 123