emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 17ecd03765 2/2: vertico-suspend: Update comment


From: ELPA Syncer
Subject: [elpa] externals/vertico 17ecd03765 2/2: vertico-suspend: Update commentary
Date: Sat, 9 Sep 2023 06:58:57 -0400 (EDT)

branch: externals/vertico
commit 17ecd0376512ae0bdbb35764114cb82529543bd2
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    vertico-suspend: Update commentary
---
 extensions/vertico-suspend.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/extensions/vertico-suspend.el b/extensions/vertico-suspend.el
index a0b92bff0c..4f49f48e89 100644
--- a/extensions/vertico-suspend.el
+++ b/extensions/vertico-suspend.el
@@ -31,7 +31,9 @@
 ;; session.  If `vertico-suspend' is called from within the currently
 ;; active Vertico completion minibuffer, the completion session is
 ;; suspended.  Otherwise the last session is restored.  It is possible
-;; to suspend multiple nested Vertico sessions.
+;; to suspend multiple nested Vertico sessions.  Note that
+;; `vertico-suspend' requires you to enable recursive minibuffers, see
+;; the variable `enable-recursive-minibuffers'.
 ;;
 ;; (keymap-global-set "M-S" #'vertico-suspend)
 ;;
@@ -41,9 +43,6 @@
 ;;
 ;; The extension has the following known problems:
 ;;
-;; * `vertico-suspend' has not been tested against all the other
-;;   Vertico extensions.
-;;
 ;; * `vertico-suspend' restores the window configuration when resuming
 ;;   and when `vertico-buffer' is used.  This can be seen as a
 ;;   disturbance.  I think the behavior is not unexpected since



reply via email to

[Prev in Thread] Current Thread [Next in Thread]