GNU bug report logs - #49003
completion-list: vertical vs. horizontal

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Sun, 13 Jun 2021 14:48:01 UTC

Severity: wishlist

Tags: moreinfo

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49003 in the body.
You can then email your comments to 49003 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#49003; Package emacs. (Sun, 13 Jun 2021 14:48:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 13 Jun 2021 14:48:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: completion-list: vertical vs. horizontal
Date: Sun, 13 Jun 2021 20:01:34 +0800
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".




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49003; Package emacs. (Mon, 14 Jun 2021 13:50:02 GMT) Full text and rfc822 format available.

Message #8 received at 49003 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 49003 <at> debbugs.gnu.org
Subject: Re: bug#49003: completion-list: vertical vs. horizontal
Date: Mon, 14 Jun 2021 15:49:23 +0200
積丹尼 Dan Jacobson <jidanni <at> 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




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 14 Jun 2021 13:50:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49003; Package emacs. (Tue, 15 Jun 2021 13:40:02 GMT) Full text and rfc822 format available.

Message #13 received at 49003 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 49003 <at> debbugs.gnu.org
Subject: Re: bug#49003: completion-list: vertical vs. horizontal
Date: Tue, 15 Jun 2021 21:38:59 +0800
>>>>> "LI" == Lars Ingebrigtsen <larsi <at> 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....




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49003; Package emacs. (Tue, 15 Jun 2021 13:48:02 GMT) Full text and rfc822 format available.

Message #16 received at 49003 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 49003 <at> debbugs.gnu.org
Subject: Re: bug#49003: completion-list: vertical vs. horizontal
Date: Tue, 15 Jun 2021 15:47:09 +0200
積丹尼 Dan Jacobson <jidanni <at> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49003; Package emacs. (Tue, 15 Jun 2021 13:48:02 GMT) Full text and rfc822 format available.

Message #19 received at 49003 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 49003 <at> debbugs.gnu.org
Subject: Re: bug#49003: completion-list: vertical vs. horizontal
Date: Tue, 15 Jun 2021 21:47:04 +0800
See also https://emacs.stackexchange.com/questions/27675/change-completions-list-to-sort-vertically




bug marked as fixed in version 28.1, send any further explanations to 49003 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 15 Jun 2021 13:48:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#49003; Package emacs. (Tue, 15 Jun 2021 14:13:04 GMT) Full text and rfc822 format available.

Message #24 received at 49003 <at> debbugs.gnu.org (full text, mbox):

From: henri-biard <at> francemel.fr
To: "Lars Ingebrigtsen" <larsi <at> gnus.org>,
 "積丹尼 Dan Jacobson" <jidanni <at> jidanni.org>
Cc: 49003 <at> debbugs.gnu.org
Subject: bug#49003: completion-list: vertical vs. horizontal
Date: Tue, 15 Jun 2021 16:08:57 +0200 (CEST)
[Message part 1 (text/plain, inline)]
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 <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Subject: bug#49003: completion-list: vertical vs. horizontal
Date: 15/06/2021 15:47:09 Europe/Paris
Cc: 49003 <at> debbugs.gnu.org

積丹尼 Dan Jacobson <jidanni <at> 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




[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 14 Jul 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.