[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 43a89af9f7 52/90: allow rectangle-mark-mode-h
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 43a89af9f7 52/90: allow rectangle-mark-mode-hook to operate on continue |
Date: |
Fri, 6 Dec 2024 18:59:14 -0500 (EST) |
branch: externals/speedrect
commit 43a89af9f7244bd77d838963f10f79b9c355dcb5
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
allow rectangle-mark-mode-hook to operate on continue
---
speedrect.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/speedrect.el b/speedrect.el
index 12873c8e30..15f3be9dd6 100644
--- a/speedrect.el
+++ b/speedrect.el
@@ -265,10 +265,9 @@ non-nil, stash the rectangle after the command runs."
(when speedrect-continue
(run-at-time 0 nil
(lambda ()
- (let ((rectangle-mark-mode-hook nil))
- (activate-mark)
- (rectangle-mark-mode 1)
- (speedrect-recall-last)))))))
+ (activate-mark)
+ (rectangle-mark-mode 1)
+ (speedrect-recall-last))))))
(defun speedrect-create-bindings ()
"Create the bindings for speedrect.
- [elpa] externals/speedrect f96b01863e 50/90: README: explain restart and add more calc detail, (continued)
- [elpa] externals/speedrect f96b01863e 50/90: README: explain restart and add more calc detail, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94d6c643cb 51/90: README: improve calc section, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 3120746026 56/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect e37d89acc6 63/90: wrap-command: ensure buffer is restored on re-running command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94c125f60f 68/90: fill-text: use height of rect as line count limit, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 5da3d70805 74/90: delete-rest: save rectangle after command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 16e79924ed 82/90: Prepare for ELPA, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 2782b03be2 38/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7390122e49 75/90: calc-grab: improve with calc-top, avoid brackets/truncation, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4b79f0109d 88/90: README: document new `speedrect-mode' config, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 43a89af9f7 52/90: allow rectangle-mark-mode-hook to operate on continue,
ELPA Syncer <=
- [elpa] externals/speedrect c47e5e4e7b 43/90: move commands: use rectangle-right/next-line, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6363a7ba6d 47/90: yank-rectangle-dwim: exchange point and mark before yank if needed, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 9be7569c70 70/90: shift-right: use rectangle point-mark exchange for line ends, ELPA Syncer, 2024/12/06