[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 9170170438ec47e70f5b
From: |
Ikumi Keita |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 9170170438ec47e70f5b1c87ffc71a8e2d96b068 |
Date: |
Sun, 14 Jun 2020 07:55:23 -0400 (EDT) |
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 9170170438ec47e70f5b1c87ffc71a8e2d96b068 (commit)
from 5017391b725ac1b9cca2ed216eee6d9af18d8248 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9170170438ec47e70f5b1c87ffc71a8e2d96b068
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Thu Jun 11 21:12:23 2020 +0900
Delete overhead in extending font lock range of math expression
* font-latex.el (font-latex-math-environments-from-texmathp): New
helper function.
(font-latex-math-environments): Take default value using the above
function.
(font-latex-extend-region-backwards-math): Rename from
`font-latex-extend-region-backwards-dollar-math' and include the
functionality of `font-latex-extend-region-backwards-math-env' and
`font-latex-extend-region-backwards-math-envII'.
(font-latex-extend-region-backwards-math-env):
(font-latex-extend-region-backwards-math-envII):
Remove.
(font-latex-setup): Simplify according to the above change.
* texmathp.el (texmathp-tex-commands-default): Move entries not in
standard LaTeX to the respective style files.
* style/amsmath.el ():
* style/breqn.el ():
* style/empheq.el ():
* style/mathtools.el ():
Add package specific entries to `texmathp-tex-commands-default' and
take additions for `font-latex-math-environments' from it rather than
adding constant entries.
-----------------------------------------------------------------------
Summary of changes:
font-latex.el | 90 ++++++++++++++----------------------------
style/amsmath.el | 24 ++++++++++-
style/breqn.el | 32 +++++++++------
style/empheq.el | 41 ++++++++++---------
style/mathtools.el | 7 +++-
tests/latex/font-latex-test.el | 1 +
texmathp.el | 34 +---------------
7 files changed, 103 insertions(+), 126 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. 9170170438ec47e70f5b1c87ffc71a8e2d96b068,
Ikumi Keita <=