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

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

[elpa] externals/aggressive-completion 4d0ec93: Extend doc comment


From: Tassilo Horn
Subject: [elpa] externals/aggressive-completion 4d0ec93: Extend doc comment
Date: Sat, 10 Apr 2021 03:32:45 -0400 (EDT)

branch: externals/aggressive-completion
commit 4d0ec939219fb4db3c804395d59e0358488fecb9
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Extend doc comment
---
 aggressive-completion.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/aggressive-completion.el b/aggressive-completion.el
index 261d13c..b7b2106 100644
--- a/aggressive-completion.el
+++ b/aggressive-completion.el
@@ -53,16 +53,25 @@
 ;; vertico package:
 ;;
 ;; Disable completion help since vertico shows the candidates anyhow.
+;;
 ;; (setq aggressive-completion-auto-completion-help nil)
 ;;
 ;; A command which just expands the common part without selecting a candidate.
+;;
 ;; (defun th/vertico-complete ()
 ;;   (interactive)
 ;;   (minibuffer-complete)
 ;;   (vertico--exhibit))
 ;;
 ;; Use that for auto-completion.
+;;
 ;; (setq aggressive-completion-auto-complete-fn #'th/vertico-complete)
+;;
+;; The inline help messages like "Next char not uniqe" make point bump to the
+;; right because of vertico's overlays which is a bit annoying.  And since you
+;; already see your candidates anyhow, the messages aren't important anyhow.
+;;
+;; (setq completion-show-inline-help nil)
 
 ;;; Code:
 



reply via email to

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