[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tex-parens 5e94f47595 45/62: add #'pop-to-mark-command
From: |
ELPA Syncer |
Subject: |
[elpa] externals/tex-parens 5e94f47595 45/62: add #'pop-to-mark-command to auto-reveal list for preview/TeX-fold |
Date: |
Thu, 6 Jun 2024 04:01:00 -0400 (EDT) |
branch: externals/tex-parens
commit 5e94f47595615e3b8e9c45fd46905f08627d922a
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
add #'pop-to-mark-command to auto-reveal list for preview/TeX-fold
this should really be the case for auctex more broadly
---
tex-parens.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tex-parens.el b/tex-parens.el
index 0d3c6d21e6..51711f2a0a 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -178,7 +178,9 @@ form delimiters which are visibly `left'/`opening' or
(key-binding [right])
#'backward-char #'forward-char
#'tp-down-list
- #'tp-backward-down-list)))
+ #'tp-backward-down-list
+ #'pop-to-mark-command
+ )))
(when (boundp 'TeX-fold-auto-reveal)
(setq TeX-fold-auto-reveal
'(eval (preview-arrived-via (key-binding [left])
@@ -192,7 +194,8 @@ form delimiters which are visibly `left'/`opening' or
#'tp-up-list
#'tp-backward-up-list
#'tp-forward-sexp
- #'tp-backward-sexp))))
+ #'tp-backward-sexp
+ #'pop-to-mark-command))))
(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 45e6872f48 25/62: .gitignore @.html, (continued)
- [elpa] externals/tex-parens 45e6872f48 25/62: .gitignore @.html, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens dfef9fd72b 40/62: typo, ELPA Syncer, 2024/06/06
- [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 <=
- [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, 2024/06/06
- [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