[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Support "\n" in icomplete-separator
From: |
Jean Louis |
Subject: |
Re: [PATCH] Support "\n" in icomplete-separator |
Date: |
Fri, 6 Nov 2020 08:52:37 +0300 |
User-agent: |
Mutt/+ (1036f0e) (2020-10-18) |
* Andrii Kolomoiets <andreyk.mad@gmail.com> [2020-11-06 02:11]:
> Hi,
>
> I'm a bit late to the icomplete-vertical party, but please let me show
> you my approach at supporting "\n" in 'icomplete-separator'.
>
> The main idea is to treat the 'icomplete-prospects-height' variable
> value as the amount of completions we want to see if there is "\n" in the
> 'icomplete-separator'.
>
> Please see attached patch.
>
> Also see attached screenshot of minibuffer-only frame after:
>
> emacs -Q --eval "(setq default-frame-alist '((minibuffer . nil)))"
> M-x icomplete-mode
> (setq icomplete-prospects-height 5)
> (setq icomplete-hide-common-prefix nil)
> (setq icomplete-separator "\n ")
> (setq resize-mini-frames t)
> M-x icomp
>
> If that approach was already discussed, please let me know.
Maybe you can also improve ido-mode to work vertically?
- Re: [PATCH] Support "\n" in icomplete-separator, (continued)
- Re: [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/13
- Re: [PATCH] Support "\n" in icomplete-separator, Gregory Heytings, 2020/11/17
- Re: [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/13
- Re: [PATCH] Support "\n" in icomplete-separator, Ergus, 2020/11/14
- Re: [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/14
- Re: [PATCH] Support "\n" in icomplete-separator, Ergus, 2020/11/14
- Re: [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/15
- Re: [PATCH] Support "\n" in icomplete-separator, Stefan Monnier, 2020/11/10
Re: [PATCH] Support "\n" in icomplete-separator,
Jean Louis <=
RE: [PATCH] Support "\n" in icomplete-separator, Drew Adams, 2020/11/06