[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Supporting LatexMK in AUCTeX OOTB
From: |
Colin Baxter |
Subject: |
Re: Supporting LatexMK in AUCTeX OOTB |
Date: |
Fri, 29 Mar 2024 10:35:15 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (gnu/linux) |
>>>>> Ikumi Keita <ikumi@ikumi.que.jp> writes:
> Hi Arash,
>>>>> Arash Esbati <arash@gnu.org> writes:
>> Hi all, I was looking through our old bugs and I saw bug#48144[1]
>> which was about LatexMK and the issue is resolved. Looking at
>> auctex-latexmk package[2], it seems dormant. Acc. to this
>> message[3], the fix in #48144 was helpful and adding LatexMK
>> support to AUCTeX isn't hard. I don't use LatexMK and don't have
>> any idea how it works, but adding two entries to
>> `TeX-expand-list' and `TeX-command-list' should be doable.
>> What do others think? Is there a market for this addition?
> I'm fine with 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
What is being proposed? This already works
(add-hook 'LaTeX-mode-hook
(lambda()
(add-to-list
'TeX-command-list
'("LaTeXMK" "latexmk %s" TeX-run-TeX nil t
:help "Run latexmk on master."))))
Best wishes,
Colin Baxter.