[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tex-parens 13eea1b412 48/62: fix TeX-fold-auto-reveal s
From: |
ELPA Syncer |
Subject: |
[elpa] externals/tex-parens 13eea1b412 48/62: fix TeX-fold-auto-reveal setup |
Date: |
Thu, 6 Jun 2024 04:01:01 -0400 (EDT) |
branch: externals/tex-parens
commit 13eea1b4121b72e27d5a88154825985524081980
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
fix TeX-fold-auto-reveal setup
---
tex-parens.el | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/tex-parens.el b/tex-parens.el
index 4ad1379763..7faabd61ce 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -183,20 +183,20 @@ form delimiters which are visibly `left'/`opening' or
#'undo)))
(when (boundp 'TeX-fold-auto-reveal)
(setq TeX-fold-auto-reveal
- '(eval (preview-arrived-via (key-binding [left])
- (key-binding [right])
- #'backward-char #'forward-char
- #'mouse-set-point
- #'tp-down-list
- #'tp-backward-down-list
- #'tp-forward-list
- #'tp-backward-list
- #'tp-up-list
- #'tp-backward-up-list
- #'tp-forward-sexp
- #'tp-backward-sexp
- #'pop-to-mark-command
- #'undo))))
+ '(eval (TeX-fold-arrived-via (key-binding [left])
+ (key-binding [right])
+ #'backward-char #'forward-char
+ #'mouse-set-point
+ #'tp-down-list
+ #'tp-backward-down-list
+ #'tp-forward-list
+ #'tp-backward-list
+ #'tp-up-list
+ #'tp-backward-up-list
+ #'tp-forward-sexp
+ #'tp-backward-sexp
+ #'pop-to-mark-command
+ #'undo))))
(setq-local beginning-of-defun-function #'tp--beginning-of-defun)
(setq-local transpose-sexps-default-function
#'tp-transpose-sexps-default-function)
(setq end-of-defun-function #'tp--end-of-defun)
- [elpa] externals/tex-parens 6f9aabb967 35/62: update docstring of tp--math-face-p, (continued)
- [elpa] externals/tex-parens 6f9aabb967 35/62: update docstring of tp--math-face-p, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens e5002c57b7 34/62: allow more navigation commands to open tex folds, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 051ae3fe57 51/62: change tp- to tex-parens-, fix eldoc errors, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 957b486c67 54/62: fix bug with \end{...} and \begin{...} reverse regexps, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 0de26296af 60/62: swap cl for seq, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 592832619e 41/62: improve comment/verbatim detection, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 5d3992cae8 43/62: fix subtle comment detection bug, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 53bf2e5c4f 44/62: change comment detection, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 5e94f47595 45/62: add #'pop-to-mark-command to auto-reveal list for preview/TeX-fold, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 15b106f6ea 47/62: fix bug in tp-forward-sexp, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 13eea1b412 48/62: fix TeX-fold-auto-reveal setup,
ELPA Syncer <=
- [elpa] externals/tex-parens e4c941a350 49/62: turn a bug into a feature, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 147de81a27 53/62: revertsomechanges, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 548c6743f9 52/62: change tp to tex-parens in README, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 2d2e467d1d 58/62: Tweak commentary, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 1b1ba96a09 56/62: change to new auto reveal customization, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens b427ee42af 61/62: add some variant commands, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 78a261d2e3 22/62: make all user-facing commands accept ARG for repetition, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens ea1260bc27 28/62: fix some beginning of buffer bug, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 6f5e8328ee 55/62: change tp- to tex-parens-p in auto-reveal customizations, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 79c263f2e6 37/62: account for name change of tp--math-face, clarify doc strings, ELPA Syncer, 2024/06/06