[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bdf96e8b0fb3420209df0
From: |
Ikumi Keita |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bdf96e8b0fb3420209df039fcad2273ec8734862 |
Date: |
Fri, 3 Jul 2020 04:35:46 -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 bdf96e8b0fb3420209df039fcad2273ec8734862 (commit)
from 2e798eebedcdb11aaa7497ada9dc4747535fc2b6 (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 bdf96e8b0fb3420209df039fcad2273ec8734862
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Fri Jul 3 17:26:46 2020 +0900
Ajust document
* doc/preview-latex.texi (Key bindings and user-level lisp functions):
* preview.el.in (preview-at-point):
Delete mention about zmacs-regions.
* doc/auctex.texi (Known problems): Delete comment which is no longer
valid because the current highlighting of $...$ is search-based, not
syntactic.
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 079179c..7eb606a 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2385,9 +2385,6 @@ As a remedy you can make the verbatim construct known to
@fontlatex{},
commented dollar sign (@samp{%$}) at the next suitable end of line as a
quick workaround. In docTeX documents, @samp{^^A$} is also available
for similar purpose.
-@c As a last resort one can set `font-lock-keywords-only', but we should
-@c probably not advise users to do this.
-
@node Folding
@section Folding Macros and Environments
diff --git a/doc/preview-latex.texi b/doc/preview-latex.texi
index 67e6de7..b0c682a 100644
--- a/doc/preview-latex.texi
+++ b/doc/preview-latex.texi
@@ -154,8 +154,8 @@ it will run the surroundings through preview. The
surroundings include
all areas up to the next valid preview, unless invalid previews occur
before, in which case the area will include the last such preview in
either direction. And overriding any other
-action, if a region is active (@code{transient-mark-mode} or
-@code{zmacs-regions}), it is run through @code{preview-region}.
+action, if a region is active (@code{transient-mark-mode}), it is run
+through @code{preview-region}.
@kindex @kbd{C-c C-p C-p}
@findex preview-at-point
diff --git a/preview.el.in b/preview.el.in
index 1b3ed93..46fcd90 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -1702,8 +1702,7 @@ surroundings don't extend into unmodified previews or past
contiguous previews invalidated by modifications.
Overriding any other action, if a region is
-active (`transient-mark-mode' or `zmacs-regions'), it is run
-through `preview-region'."
+active (`transient-mark-mode'), it is run through `preview-region'."
(interactive)
(if (TeX-active-mark)
(preview-region (region-beginning) (region-end))
-----------------------------------------------------------------------
Summary of changes:
doc/auctex.texi | 3 ---
doc/preview-latex.texi | 4 ++--
preview.el.in | 3 +--
3 files changed, 3 insertions(+), 7 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. bdf96e8b0fb3420209df039fcad2273ec8734862,
Ikumi Keita <=