unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49003: completion-list: vertical vs. horizontal
@ 2021-06-13 12:01 積丹尼 Dan Jacobson
  2021-06-14 13:49 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-06-13 12:01 UTC (permalink / raw)
  To: 49003

Here we are in the Completion List buffer.

   Click on a completion to select it.
   In this buffer, type RET to select the completion near point.

   Possible completions are:
   MIME::Base64(3perl) 	MIME::Body(3pm) 	MIME::Charset(3pm) 	MIME::Decoder(3pm) 	MIME::Decoder::Base64(3pm) 	MIME::Decoder::BinHex(3pm) 	MIME::Decoder::Binary(3pm)
   MIME::Decoder::Gzip64(3pm) 	MIME::Decoder::NBit(3pm) 	MIME::Decoder::QuotedPrint(3pm) 	MIME::Decoder::UU(3pm) 	MIME::Entity(3pm) 	MIME::Field::ConTraEnc(3pm) 	MIME::Field::ContDisp(3pm)
   MIME::Field::ContType(3pm) 	MIME::Field::ParamVal(3pm) 	MIME::Head(3pm) 	MIME::Parser(3pm) 	MIME::Parser::Filer(3pm) 	MIME::Parser::Reader(3pm) 	MIME::Parser::Results(3pm)
   MIME::QuotedPrint(3perl) 	MIME::Tools(3pm) 	MIME::Type(3pm) 	MIME::Types(3pm) 	MIME::WordDecoder(3pm) 	MIME::Words(3pm)

Currently they are listed
1	2	3	4
5	6	7	8

I wish they were listed
1	3	5	7
2	4	6	8

because it is easier on my eyes / brain.

In fact that is how C-x C-d (list-directory) works.

Alas there is no completion-list-bla variable to set, nor no mention on (info "(emacs) Completion").
emacs-version "27.1".





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#49003: completion-list: vertical vs. horizontal
  2021-06-13 12:01 bug#49003: completion-list: vertical vs. horizontal 積丹尼 Dan Jacobson
@ 2021-06-14 13:49 ` Lars Ingebrigtsen
  2021-06-15 13:38   ` 積丹尼 Dan Jacobson
  2021-06-15 13:47   ` 積丹尼 Dan Jacobson
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-14 13:49 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 49003

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> Currently they are listed
> 1	2	3	4
> 5	6	7	8
>
> I wish they were listed
> 1	3	5	7
> 2	4	6	8
>
> because it is easier on my eyes / brain.

Isn't this the `completions-format' user option?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#49003: completion-list: vertical vs. horizontal
  2021-06-14 13:49 ` Lars Ingebrigtsen
@ 2021-06-15 13:38   ` 積丹尼 Dan Jacobson
  2021-06-15 13:47     ` Lars Ingebrigtsen
  2021-06-15 13:47   ` 積丹尼 Dan Jacobson
  1 sibling, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-06-15 13:38 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 49003

>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:

LI> Isn't this the `completions-format' user option?

OK please mention completions-format on
(info "(emacs) Completion")

And on C-h m mode help:
 Completion List mode defined in ‘simple.el’:
 Major mode for buffers showing lists of possible completions.
 Type RET in the completion list to select the completion near point.
 Or click to select one with the mouse....





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#49003: completion-list: vertical vs. horizontal
  2021-06-14 13:49 ` Lars Ingebrigtsen
  2021-06-15 13:38   ` 積丹尼 Dan Jacobson
@ 2021-06-15 13:47   ` 積丹尼 Dan Jacobson
  1 sibling, 0 replies; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-06-15 13:47 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 49003

See also https://emacs.stackexchange.com/questions/27675/change-completions-list-to-sort-vertically





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#49003: completion-list: vertical vs. horizontal
  2021-06-15 13:38   ` 積丹尼 Dan Jacobson
@ 2021-06-15 13:47     ` Lars Ingebrigtsen
  2021-06-15 14:08       ` henri-biard
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-15 13:47 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 49003

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> LI> Isn't this the `completions-format' user option?
>
> OK please mention completions-format on
> (info "(emacs) Completion")
>
> And on C-h m mode help:
>  Completion List mode defined in ‘simple.el’:
>  Major mode for buffers showing lists of possible completions.
>  Type RET in the completion list to select the completion near point.
>  Or click to select one with the mouse....

Huh; the option isn't mentioned in the manuals at all.  Odd.

Anyway, I've now done as you're suggesting in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#49003: completion-list: vertical vs. horizontal
  2021-06-15 13:47     ` Lars Ingebrigtsen
@ 2021-06-15 14:08       ` henri-biard
  0 siblings, 0 replies; 6+ messages in thread
From: henri-biard @ 2021-06-15 14:08 UTC (permalink / raw)
  To: Lars Ingebrigtsen, 積丹尼 Dan Jacobson; +Cc: 49003

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

Can one use vertical completion similar to ivy now?



Have seen icomplete-vertical of Omar Antolín Camarena released in 2020.



Some improvements can be learned from ivy.  For instance, to have colour

highlighting on matches





From: Lars Ingebrigtsen <larsi@gnus.org>
To: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
Subject: bug#49003: completion-list: vertical vs. horizontal
Date: 15/06/2021 15:47:09 Europe/Paris
Cc: 49003@debbugs.gnu.org

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> LI> Isn't this the `completions-format' user option?
>
> OK please mention completions-format on
> (info "(emacs) Completion")
>
> And on C-h m mode help:
> Completion List mode defined in ‘simple.el’:
> Major mode for buffers showing lists of possible completions.
> Type RET in the completion list to select the completion near point.
> Or click to select one with the mouse....

Huh; the option isn't mentioned in the manuals at all. Odd.

Anyway, I've now done as you're suggesting in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no





[-- Attachment #2: Type: text/html, Size: 1628 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-15 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 12:01 bug#49003: completion-list: vertical vs. horizontal 積丹尼 Dan Jacobson
2021-06-14 13:49 ` Lars Ingebrigtsen
2021-06-15 13:38   ` 積丹尼 Dan Jacobson
2021-06-15 13:47     ` Lars Ingebrigtsen
2021-06-15 14:08       ` henri-biard
2021-06-15 13:47   ` 積丹尼 Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).