[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. b9545c896631c5185dbc
From: |
Arash Esbati |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. b9545c896631c5185dbc553728047aea7385e914 |
Date: |
Sat, 13 Nov 2021 05:57:33 -0500 (EST) |
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 b9545c896631c5185dbc553728047aea7385e914 (commit)
from 075265084f715948160cea10e477813562e06dce (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 b9545c896631c5185dbc553728047aea7385e914
Author: Arash Esbati <arash@gnu.org>
Date: Sat Nov 13 11:56:01 2021 +0100
Improve handling of key=vals in style/fancyvrb.el
* style/fancyvrb.el (LaTeX-fancyvrb-key-val-options-local): Remove
now unused variable.
(LaTeX-fancyvrb-key-val-options): New New function returning
key=vals. Replace all occurrences of
`LaTeX-fancyvrb-key-val-options-local' with a call to the new
function.
* style/fvextra.el (LaTeX-fvextra-key-val-options): Uncomment the
"numbers" key=val.
(LaTeX-fvextra-update-key-val): Remove the unused function and its
addition to `TeX-auto-cleanup-hook'.
("fvextra"): Replace all occurrences of
`LaTeX-fancyvrb-key-val-options-local' with a call to the function
`LaTeX-fancyvrb-key-val-options'.
* style/pythontex.el: Declare the function
`LaTeX-fancyvrb-key-val-options'.
(LaTeX-env-pythontex, "pythontex"): Replace all occurrences of
`LaTeX-fancyvrb-key-val-options-local' with a call to the function
`LaTeX-fancyvrb-key-val-options'.
* style/tex-live.el ("tex-live"): Call the function
`LaTeX-fancyvrb-key-val-options' instead of the variable
`LaTeX-fancyvrb-key-val-options-local'.
-----------------------------------------------------------------------
Summary of changes:
style/fancyvrb.el | 112 ++++++++++++++++++++++++++++++++++++-----------------
style/fvextra.el | 51 +++---------------------
style/pythontex.el | 29 +++++++-------
style/tex-live.el | 5 ++-
4 files changed, 100 insertions(+), 97 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. b9545c896631c5185dbc553728047aea7385e914,
Arash Esbati <=