[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. c037cac4163c29776d78
From: |
Ikumi Keita |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. c037cac4163c29776d78f795812d706f67609193 |
Date: |
Tue, 23 Mar 2021 12:57:47 -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 c037cac4163c29776d78f795812d706f67609193 (commit)
from 7ccff10d48639e995f8f2fcfcae6e7265bbcff0d (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 c037cac4163c29776d78f795812d706f67609193
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Tue Mar 23 21:24:18 2021 +0900
Prepare for enabling lexical binding in preview.el.in
* tex-buf.el (TeX-region-update):
* preview.el.in (preview-region, preview-counters)
(preview--counter-information):
Turn a piece of advice for `TeX-region-create' into a helper function
`preview--counter-information', and invoke it at all calls of
`TeX-region-create'.
Use `buffer-substring-no-properties' instead of `buffer-substring' to
save memory usage a bit.
Simplify code by `TeX-current-offset'.
* tex-buf.el (TeX-region-create):
* preview.el.in (preview-preamble, preview--skip-preamble-region):
Turn another advice for `TeX-region-create' into a helper function
`preview--skip-preamble-region' and call it in `TeX-region-create'.
* tex-buf.el (TeX-region-extra): Move `defcustom' before its new first
usage.
-----------------------------------------------------------------------
Summary of changes:
preview.el.in | 81 ++++++++++++++++++++++++++++-------------------------------
tex-buf.el | 40 ++++++++++++++++++-----------
2 files changed, 64 insertions(+), 57 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. c037cac4163c29776d78f795812d706f67609193,
Ikumi Keita <=