














| author | Al Haji-Ali <abdo.haji.ali@gmail.com> | 2026-09-03 12:26:52 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-09-03 12:26:52 +0200 |
| commit | 9ac12c37e2b6a95c00d7dbc2553b46b5ac20e54c (patch) | |
| tree | 2f1e983227e88d39bc27e4b8813695b3249059c0 | |
| parent | f75c818e8cb04828bdaddc9da72d15a3a378d06e (diff) | |
* NEWS.org (Added): Announce the new preview feature. * preview.el (preview-visibility-style): Update docstring.
| -rw-r--r-- | NEWS.org | 6 | ||||
| -rw-r--r-- | preview.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.org b/NEWS.org
index 8bc91039c02..7942c6c2ea1 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,12 @@
** Added
+- Add more control over preview-latex snippets: The new option
+ ~preview-visibility-style~ controls how previews and their source are
+ displayed relative to point. The option ~preview-at-point-placement~
+ controls the placement of the at-point preview relative to its source.
+ Finally, the boolean option ~preview-keep-stale-images~ determines how
+ the preview is updated after the source is changed.
- Activate new TeX xref backend (~tex-etags~) provided by Emacs 31.
- Add support for in-buffer completion of citation keys for various
=\cite= macros. The length of the annotations attached to the keys is
diff --git a/preview.el b/preview.el
index 962712481b3..4273c3b04f0 100644
--- a/preview.el
+++ b/preview.el
@@ -457,7 +457,7 @@ set to `postscript'."
:type 'boolean)
(defcustom preview-visibility-style 'off-point
- "When and where previews are displayed relative to their source.
+ "When and where previews and their source are displayed relative to point.
Possible values:
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。