[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tex-parens 665c91c331 18/62: typo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/tex-parens 665c91c331 18/62: typo |
Date: |
Thu, 6 Jun 2024 04:00:56 -0400 (EDT) |
branch: externals/tex-parens
commit 665c91c3314c3e6555a42d329cba9409bb0c7a75
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
typo
---
README.org | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 50540e275e..d823979b09 100644
--- a/README.org
+++ b/README.org
@@ -56,6 +56,5 @@ Download this repository, install using =M-x
package-install-file= (or package-v
Use =M-x customize-group tex-parens= to configure further. If you tweak the
customization variables concerning delimiters and modifiers, then you'll need
to reload your tex file or =M-: (tp-setup)= for the changes to take affect.
* Issues
-1. This isn't really an issue in the sense that it doesn't affect usage, but
it shouldn't have been necessary to define the functions =tp-mark-sexp=,
=tp-kill-sexp=, =tp-backward-kill-sexp=, =tp-raise-sexp= -- it should suffice
to use the
-built-in functions =mark-sexp=, =kill-sexp=, =backward-kill-sexp=,
=raise-sexp= with the local variable =forward-sexp-function= set to
=#'tp-forward-sexp=. Unfortunately, Emacs freezes when I attempt to do so, for
reasons that I haven't been able to debug.
+1. This isn't really an issue in the sense that it doesn't affect usage, but
it shouldn't have been necessary to define the functions =tp-mark-sexp=,
=tp-kill-sexp=, =tp-backward-kill-sexp=, =tp-raise-sexp= -- it should suffice
to use the built-in functions =mark-sexp=, =kill-sexp=, =backward-kill-sexp=,
=raise-sexp= with the local variable =forward-sexp-function= set to
=#'tp-forward-sexp=. Unfortunately, Emacs freezes when I attempt to do so, for
reasons that I haven't been able to debug.
- [elpa] externals/tex-parens ceef53e3d4 03/62: fix typo, (continued)
- [elpa] externals/tex-parens ceef53e3d4 03/62: fix typo, ELPA Syncer, 2024/06/06
- [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 <=
- [elpa] externals/tex-parens 683add8b7c 29/62: fix silly tp-kill-sexp bug, ELPA Syncer, 2024/06/06
- [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