[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: |
Sat, 14 Nov 2020 22:36:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) |
Ergus <spacibba@aol.com> writes:
>>> Pressing TAB seems to be against the philosophy of icomplete, ivy, and
>>> similar features, at least AFAIU: they display the candidates without
>>> any prior request by the user.
>>
>>Among icomplete, ivy and ido modes only ivy is overriding TAB key. With
>>icomplete and ido the overlay text is not the _only_ way of knowing what
>>inputs are acceptable. Seems like they has nothing against using TAB to
>>complete text.
>>
> Ivy has ivy-partial-or-done bind to tab by default. Which completes
> common part or open on single alternative with the default action
> (find-file for file; dired for directories...).
>
> But it is possible to bind tab to ivy-partial in ivy-minibuffer-map
> instead. Then you have only completion on tab which is probably more
> familiar for shell users, and a more predictable behavior. Actually the
> most opposed completion system to use tabs is helm not ivy ;p
In emacs -Q:
1. M-: (set-frame-height nil 1)
2. M-x
3. TAB
Completion buffer is opened and from now each pressing of TAB will
scroll completions.
4. ivy-mode RET
5. M-x
6. TAB
No completions are visible
7. TAB
No completions so far but the 'enable-theme' command is invoked.
With TAB rebinded to 'ivy-partial', the command in step 7 is not
invoked, but still no completions are showed.
- Re: [PATCH] Support "\n" in icomplete-separator, (continued)
- Re: [PATCH] Support "\n" in icomplete-separator, Gregory Heytings, 2020/11/16
- Re: [PATCH] Support "\n" in icomplete-separator, Eli Zaretskii, 2020/11/16
- Re: [PATCH] Support "\n" in icomplete-separator, Stefan Monnier, 2020/11/16
- Re: [PATCH] Support "\n" in icomplete-separator, Eli Zaretskii, 2020/11/16
- Re: [PATCH] Support "\n" in icomplete-separator, Gregory Heytings, 2020/11/17
- Re: [PATCH] Support "\n" in icomplete-separator, Stefan Monnier, 2020/11/17
- 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 <=
- 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, 2020/11/06
RE: [PATCH] Support "\n" in icomplete-separator, Drew Adams, 2020/11/06