emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/icomplete-vertical


From: Gregory Heytings
Subject: Re: feature/icomplete-vertical
Date: Sun, 20 Sep 2020 10:47:44 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)


Hi Ergus,

I don't know if you're following the discussion on bug#43519, but there is in fact an almost trivial way to implement icomplete-vertical:

(setq icomplete-separator "\n")
(setq icomplete-prospects-height 10)
(add-hook 'icomplete-minibuffer-setup-hook (function (lambda () (setq 
resize-mini-windows nil) (enlarge-window icomplete-prospects-height))))

It needs some tweaking, but it works.



reply via email to

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