[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tex-parens 683add8b7c 29/62: fix silly tp-kill-sexp bug
From: |
ELPA Syncer |
Subject: |
[elpa] externals/tex-parens 683add8b7c 29/62: fix silly tp-kill-sexp bug |
Date: |
Thu, 6 Jun 2024 04:00:58 -0400 (EDT) |
branch: externals/tex-parens
commit 683add8b7c3d9560c71c27fae9c1d605a12ed113
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
fix silly tp-kill-sexp bug
---
tex-parens.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex-parens.el b/tex-parens.el
index c3467a91be..aa3b59ac43 100644
--- a/tex-parens.el
+++ b/tex-parens.el
@@ -735,7 +735,7 @@ report errors as appropriate for this kind of usage."
(interactive "p\nd")
(if interactive
(condition-case _
- (kill-sexp arg nil)
+ (tp-kill-sexp arg nil)
(scan-error (user-error (if (> arg 0)
"No next sexp"
"No previous sexp"))))
- [elpa] externals/tex-parens 11e41cc44d 27/62: add tp-max-delim-length, optimize tp--search-backward, (continued)
- [elpa] externals/tex-parens 11e41cc44d 27/62: add tp-max-delim-length, optimize tp--search-backward, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 4850085c65 39/62: sort out bug w/ previous commit, and up the default delim limit, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 2ce7313354 46/62: add #'undo to list of commands that open previews/folds, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 72fc4b0e6e 50/62: add basic package info, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 73b7fc98ad 57/62: update readme to indicate how to remap keys, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 84b9b5e76e 06/62: added sexp stuff, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens ddc4663eaa 11/62: add other math delimiters like $$, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 145e9eafc4 15/62: lots of cleanup, support for $\text{..$..$..}$, etc, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 82eff30aa5 16/62: ignore dollar delimiters that do not demarcate math mode, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 665c91c331 18/62: typo, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 683add8b7c 29/62: fix silly tp-kill-sexp bug,
ELPA Syncer <=
- [elpa] externals/tex-parens dab79b2515 33/62: make end-of-defun go beyond the \end{...} line, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 1ef410b16c 36/62: clarify docstring of tp--ignore, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens c084e037f1 02/62: Add files via upload, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 3c138a5b36 04/62: seem to have begin/end working, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 20471db76e 05/62: add begin/end of defun functions, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 02392afeea 07/62: debugging forward-sexp stuff, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 70f1ba5f59 08/62: allow mismatched delimiters, add most lisp.el functions, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 6002c20edc 12/62: make the construction of paren-like pairs systematic, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens dd318e66bc 17/62: typo, ELPA Syncer, 2024/06/06
- [elpa] externals/tex-parens 969635a931 24/62: fix dumb bug, ELPA Syncer, 2024/06/06