[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico 3633584549 3/3: vertico-suspend: Update comment
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vertico 3633584549 3/3: vertico-suspend: Update commentary |
Date: |
Wed, 27 Dec 2023 03:58:48 -0500 (EST) |
branch: externals/vertico
commit 3633584549ae38c4938a03b59375400e2d3c9d71
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
vertico-suspend: Update commentary
---
extensions/vertico-suspend.el | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/extensions/vertico-suspend.el b/extensions/vertico-suspend.el
index a6bbc82c84..39eda2e1eb 100644
--- a/extensions/vertico-suspend.el
+++ b/extensions/vertico-suspend.el
@@ -40,16 +40,10 @@
;; See also the related extension `vertico-repeat', which uses a
;; different technique, storing a completion session history.
;;
-;; The extension has the following known issues:
-;;
-;; * `vertico-suspend' restores the window configuration when resuming
-;; and when `vertico-buffer' is used. This can be seen as a
-;; disturbance, however minibuffer exiting also changes the window
-;; configuration by default.
-;;
-;; * `echo-keystrokes' does not work in recursive minibuffers. This
-;; issue cannot be fixed without modifying the C source of Emacs,
-;; since Emacs disables echo in recursive minibuffers.
+;; There exists a small issue with `vertico-suspend': The setting
+;; `echo-keystrokes' does not work. Unfortunately this cannot be
+;; fixed without modifying the C source of Emacs, since Emacs forcibly
+;; disables echo in recursive minibuffers.
;;; Code: