[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Support "\n" in icomplete-separator
From: |
Andrii Kolomoiets |
Subject: |
Re: [PATCH] Support "\n" in icomplete-separator |
Date: |
Fri, 06 Nov 2020 12:26:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> I'm a bit late to the icomplete-vertical party, but please let me show
>> you my approach at supporting "\n" in 'icomplete-separator'.
>
> A side-note: I think the use of "..." to indicate that there are more
> entries is a bad idea. Better represent it with the absence of
> a terminator (e.g. in the normal icomplete-mode, it basically means
> replace "...}" with ""). It will make the code simpler, more robust,
> and a side benefit is that it will make slightly more efficient use of
> the screen real estate.
Good point!
Removed ellipsis completelly. Or it was intended to remove it only in
vertical mode?
icomplete-vertical.diff
Description: Text Data
- [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/05
- Re: [PATCH] Support "\n" in icomplete-separator, Stefan Monnier, 2020/11/05
- Re: [PATCH] Support "\n" in icomplete-separator, Ergus, 2020/11/05
- Re: [PATCH] Support "\n" in icomplete-separator, Gregory Heytings, 2020/11/06
- Re: [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/06
- Re: [PATCH] Support "\n" in icomplete-separator, Eli Zaretskii, 2020/11/08
- Re: [PATCH] Support "\n" in icomplete-separator, Andrii Kolomoiets, 2020/11/09
- Re: [PATCH] Support "\n" in icomplete-separator, Eli Zaretskii, 2020/11/10