* icomplete with vertical selection
@ 2021-06-15 21:40 philip-agee
2021-06-15 21:58 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 5+ messages in thread
From: philip-agee @ 2021-06-15 21:40 UTC (permalink / raw)
To: help-gnu-emacs
I have set icomplete-mode with vertical completions, but am still getting horizontal completion.
(setq completions-format "vertical")
(icomplete-mode 1)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: icomplete with vertical selection
2021-06-15 21:40 icomplete with vertical selection philip-agee
@ 2021-06-15 21:58 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-15 22:15 ` philip-agee
0 siblings, 1 reply; 5+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-06-15 21:58 UTC (permalink / raw)
To: help-gnu-emacs
philip-agee wrote:
> I have set icomplete-mode with vertical completions, but am
> still getting horizontal completion.
>
> (setq completions-format "vertical")
> (icomplete-mode 1)
Maybe it isn't a string but 'vertical ?
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 5+ messages in thread
* icomplete with vertical selection
2021-06-15 21:58 ` Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-06-15 22:15 ` philip-agee
2021-06-16 0:13 ` Ergus via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 5+ messages in thread
From: philip-agee @ 2021-06-15 22:15 UTC (permalink / raw)
To: moasenwood, help-gnu-emacs
Have tried that too. Does not work and completion is still appearing horizontal.
Have noticed there were bug reports about it and requests for icomplete to be modernised.
Something I fully agree with. Should really get to work as implemented in ivy as far
as display is concerned. Maybe in 450 years.
From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: icomplete with vertical selection
Date: 15/06/2021 23:58:53 Europe/Paris
philip-agee wrote:
> I have set icomplete-mode with vertical completions, but am
> still getting horizontal completion.
>
> (setq completions-format "vertical")
> (icomplete-mode 1)
Maybe it isn't a string but 'vertical ?
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: icomplete with vertical selection
2021-06-15 22:15 ` philip-agee
@ 2021-06-16 0:13 ` Ergus via Users list for the GNU Emacs text editor
2021-06-16 0:41 ` philip-agee
0 siblings, 1 reply; 5+ messages in thread
From: Ergus via Users list for the GNU Emacs text editor @ 2021-06-16 0:13 UTC (permalink / raw)
To: help-gnu-emacs, philip-agee, moasenwood
There is a new icomplete-vertical-mode in Emacs 28. You can read the information in the NEWS file.
For older Emacs you need an external package.
On June 16, 2021 12:15:11 AM GMT+02:00, philip-agee@africamel.net wrote:
>Have tried that too. Does not work and completion is still appearing
>horizontal.
>
>
>
>Have noticed there were bug reports about it and requests for icomplete
>to be modernised.
>
>Something I fully agree with. Should really get to work as implemented
>in ivy as far
>
>as display is concerned. Maybe in 450 years.
>
>
>
>From: Emanuel Berg via Users list for the GNU Emacs text editor
><help-gnu-emacs@gnu.org>
>To: help-gnu-emacs@gnu.org
>Subject: Re: icomplete with vertical selection
>Date: 15/06/2021 23:58:53 Europe/Paris
>
>philip-agee wrote:
>
>> I have set icomplete-mode with vertical completions, but am
>> still getting horizontal completion.
>>
>> (setq completions-format "vertical")
>> (icomplete-mode 1)
>
>Maybe it isn't a string but 'vertical ?
>
>--
>underground experts united
>https://dataswamp.org/~incal
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 5+ messages in thread
* icomplete with vertical selection
2021-06-16 0:13 ` Ergus via Users list for the GNU Emacs text editor
@ 2021-06-16 0:41 ` philip-agee
0 siblings, 0 replies; 5+ messages in thread
From: philip-agee @ 2021-06-16 0:41 UTC (permalink / raw)
To: spacibba, help-gnu-emacs, moasenwood
There is a new icomplete-vertical-mode in Emacs 28. You can read the information in the NEWS file.
I did not know that, thank you.
From: Ergus via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org;
philip-agee@africamel.net;
moasenwood@zoho.eu
Subject: Re: icomplete with vertical selection
Date: 16/06/2021 02:13:40 Europe/Paris
There is a new icomplete-vertical-mode in Emacs 28. You can read the information in the NEWS file.
For older Emacs you need an external package.
On June 16, 2021 12:15:11 AM GMT+02:00, philip-agee@africamel.net wrote:
>Have tried that too. Does not work and completion is still appearing
>horizontal.
>
>
>
>Have noticed there were bug reports about it and requests for icomplete
>to be modernised.
>
>Something I fully agree with. Should really get to work as implemented
>in ivy as far
>
>as display is concerned. Maybe in 450 years.
>
>
>
>From: Emanuel Berg via Users list for the GNU Emacs text editor
><help-gnu-emacs@gnu.org>
>To: help-gnu-emacs@gnu.org
>Subject: Re: icomplete with vertical selection
>Date: 15/06/2021 23:58:53 Europe/Paris
>
>philip-agee wrote:
>
>> I have set icomplete-mode with vertical completions, but am
>> still getting horizontal completion.
>>
>> (setq completions-format "vertical")
>> (icomplete-mode 1)
>
>Maybe it isn't a string but 'vertical ?
>
>--
>underground experts united
>https://dataswamp.org/~incal
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-06-16 0:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-15 21:40 icomplete with vertical selection philip-agee
2021-06-15 21:58 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-15 22:15 ` philip-agee
2021-06-16 0:13 ` Ergus via Users list for the GNU Emacs text editor
2021-06-16 0:41 ` philip-agee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).