[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/avy 455ebec6f3 11/31: avy.el (avy-process): Amend last
From: |
ELPA Syncer |
Subject: |
[elpa] externals/avy 455ebec6f3 11/31: avy.el (avy-process): Amend last commit for avy-goto-char-timer |
Date: |
Mon, 13 Feb 2023 21:57:25 -0500 (EST) |
branch: externals/avy
commit 455ebec6f30964dc124f0574326d1f7367a0c2f2
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>
avy.el (avy-process): Amend last commit for avy-goto-char-timer
Re #283
---
avy.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/avy.el b/avy.el
index 27680da511..546c2aecaf 100644
--- a/avy.el
+++ b/avy.el
@@ -863,7 +863,7 @@ multiple OVERLAY-FN invocations."
(res (avy--process-1 candidates overlay-fn cleanup-fn)))
(cond
((null res)
- (if (eq avy-style 'words)
+ (if (and (eq avy-style 'words) candidates)
(avy-process original-cands overlay-fn cleanup-fn)
(message "zero candidates")
t))
- [elpa] externals/avy updated (c4adda8ca5 -> 9b1f0bc427), ELPA Syncer, 2023/02/13
- [elpa] externals/avy 5f2eba5f59 12/31: avy.el (avy-isearch): Bind avy-case-fold-search to case-fold-search, ELPA Syncer, 2023/02/13
- [elpa] externals/avy f9c15c573c 14/31: Fix subword commands with custom order., ELPA Syncer, 2023/02/13
- [elpa] externals/avy 455ebec6f3 11/31: avy.el (avy-process): Amend last commit for avy-goto-char-timer,
ELPA Syncer <=
- [elpa] externals/avy 034de4c0e9 09/31: avy.el: Add -above and -below versions of avy-goto-whitespace-end, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 01a311ca6a 07/31: avy.el: Get rid of magic char numbers, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 509471bad0 19/31: avy.el (avy-text): Store the avy-goto-char-timer text, ELPA Syncer, 2023/02/13
- [elpa] externals/avy bbf1e7339e 24/31: avy.el (avy-order-closest): Work with avy-goto-line, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 9ae059deaa 04/31: .github/FUNDING.yml: Add, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 343fc42de1 05/31: avy.el (avy-process): Return nil on "C-g" and "ESC", ELPA Syncer, 2023/02/13
- [elpa] externals/avy f91ae613a8 02/31: avy.el (avy-goto-line): Call avy-action-goto only when avy-action is not set, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 87394c9a88 13/31: avy.el (avy-isearch): Return relevant result, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 5127f993f9 10/31: avy.el (avy-process): Restart on fail for avy-style 'words, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 66886e265c 06/31: avy.el (avy-read): Don't call `avy--key-to-char' too early, ELPA Syncer, 2023/02/13