[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 5d73084fbae0b96a17bd3be4500163e10b7f75f8

2021-03-30 Thread Ikumi Keita
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 5d73084fbae0b96a17bd3be4500163e10b7f75f8 (commit) from 404aea2c15cc85702

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 5d73084fbae0b96a17bd3be4500163e10b7f75f8

2021-03-30 Thread Ikumi Keita
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 5d73084fbae0b96a17bd3be4500163e10b7f75f8 (commit) from 404aea2c15cc85702

Proposal to remove TeX-slipt-string and TeX-assoc

2021-03-30 Thread Ikumi Keita
Hi all, The two functions `TeX-slipt-string' and `TeX-assoc' have similar built-in functions `split-string' and `assoc-string', and are easy to be replaced by them as done in the attached patches. I'd like to apply them. What I ponder now is whether we should leave compatibility alias like (defal

Re: Use of lexical binding plus various other things

2021-03-30 Thread Arash Esbati
Stefan Monnier writes: >> I suggest to apply the following change to reftex-auc.el. The declared >> functions are defined in ext:latex and not ext:tex; and the name of >> arguments are also corrected. I don't have access to emacs repo, do you >> mind install the change? > > Pushed, thanks, Tha

Re: Proposal to remove TeX-slipt-string and TeX-assoc

2021-03-30 Thread Tassilo Horn
Ikumi Keita writes: > The two functions `TeX-slipt-string' and `TeX-assoc' have similar > built-in functions `split-string' and `assoc-string', and are easy to > be replaced by them as done in the attached patches. I'd like to apply > them. LGTM. > What I ponder now is whether we should leave c

Test for fontification

2021-03-30 Thread Arash Esbati
Hi all, I think we should have a test suite for general fontification of latex file. Adding such a test isn't complicated: --8<---cut here---start->8--- diff --git a/tests/latex/font-latex-test.el b/tests/latex/font-latex-test.el index 5e5fccf0..4482a9bc 10064