main cd23c199: ; * tests/latex/latex-test.el: Update copyright year.

2025-03-05 Thread Ikumi Keita
branch: main commit cd23c19918edb57e8901326d3e942b10ea271771 Author: Ikumi Keita Commit: Ikumi Keita ; * tests/latex/latex-test.el: Update copyright year. --- tests/latex/latex-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/latex/latex-test.el b/tests/late

main eded6314: Add new test

2025-03-05 Thread Ikumi Keita
branch: main commit eded6314757d3a265a34d6069275ad2deb59262c Author: Ikumi Keita Commit: Ikumi Keita Add new test * tests/latex/latex-test.el (LaTeX-extra-abbrev-expansion): New test to check if spurious abbrev expansion doesn't occur. --- tests/latex/latex-test.el | 13 +++

Re: Improving LaTeX3 support in style/expl3.el

2025-03-05 Thread Florent Rougon
Hi Arash, Le 04/03/2025, Arash Esbati a écrit: > I think we can improve the support for LaTeX3 programming in > style/expl3. I had a brief look at interfaces.pdf and there is not much > code needed to get completion support for macro defining commands. My > initial approach on this is attached