[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole b5e19a4ee6 08/16: Merge pull request #373 fro
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole b5e19a4ee6 08/16: Merge pull request #373 from rswgnu/rsw |
Date: |
Tue, 1 Aug 2023 03:58:11 -0400 (EDT) |
branch: externals/hyperbole
commit b5e19a4ee693aded71c0a37073875c6c0a24b753
Merge: b1dd46c6c6 d304487618
Author: Robert Weiner <rsw@gnu.org>
Commit: GitHub <noreply@github.com>
Merge pull request #373 from rswgnu/rsw
Fix potential unbound use of vertico-mouse-mode
---
hyperbole.el | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/hyperbole.el b/hyperbole.el
index f54a4aa07e..6746bcfc13 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -7,7 +7,7 @@
;; Author: Bob Weiner
;; Maintainer: Bob Weiner <rsw@gnu.org>, Mats Lidell <matsl@gnu.org>
;; Created: 06-Oct-92 at 11:52:51
-;; Last-Mod: 30-Jul-23 at 10:18:28 by Bob Weiner
+;; Last-Mod: 31-Jul-23 at 23:47:17 by Bob Weiner
;; Released: 03-Dec-22
;; Version: 8.0.1pre
;; Keywords: comm, convenience, files, frames, hypermedia, languages,
mail, matching, mouse, multimedia, outlines, tools, wp
@@ -487,8 +487,10 @@ frame, those functions by default still return the prior
frame."
t)))
;;
;; When vertico-mode is used, vertico-mouse-mode is needed for the
- ;; Action Key to properly select completions from the candidate list.
- (when (fboundp #'vertico-mode)
+ ;; Action Key to properly select completions from the candidate
+ ;; list, so force its usage when vertico-mode is invoked.
+ ;; vertico-mouse-mode should be an autoload.
+ (when (fboundp #'vertico-mouse-mode)
(add-hook 'vertico-mode-hook (lambda () (vertico-mouse-mode 1))))
;;
;; Hyperbole initialization is complete.
- [elpa] externals/hyperbole e75a1d30d4 01/16: Add tests for pathname with line number specification, (continued)
- [elpa] externals/hyperbole e75a1d30d4 01/16: Add tests for pathname with line number specification, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 159a54a31b 02/16: Add elpaca recipe install test, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 6e25c4e2e9 06/16: Fix potential unbound use of vertico-mouse-mode, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole d304487618 07/16: Merge branch 'rsw' of hyperbole, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 3a45510382 10/16: Merge pull request #371 from rswgnu/install-test-for-elpaca-package-manager, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole cba8f7f675 09/16: Merge branch 'master' into install-test-for-elpaca-package-manager, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 4491f44d3e 13/16: Merge branch 'master' into rsw, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 840ceb8b27 04/16: Merge branch 'master' into rsw, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole b1dd46c6c6 05/16: Merge pull request #372 from rswgnu/rsw, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 055076ad80 03/16: Fix outstanding issues with Smart Keys and Koutliner, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole b5e19a4ee6 08/16: Merge pull request #373 from rswgnu/rsw,
ELPA Syncer <=
- [elpa] externals/hyperbole a923edcf01 11/16: Merge branch 'master' into add-pathname-with-line-number-spec-test, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 1a1f446dda 12/16: ChangeLog: Fix potential unbound use of vertico-mouse-mode, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 6fb1e9624e 14/16: Merge pull request #374 from rswgnu/rsw, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 6c51fc1290 15/16: Merge branch 'master' into add-pathname-with-line-number-spec-test, ELPA Syncer, 2023/08/01
- [elpa] externals/hyperbole 81d0449aed 16/16: Merge pull request #366 from rswgnu/add-pathname-with-line-number-spec-test, ELPA Syncer, 2023/08/01