* bug#43283: feature request: new value for completions-format
@ 2020-09-08 16:07 Nicolas Graner
2022-06-06 16:17 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graner @ 2020-09-08 16:07 UTC (permalink / raw)
To: 43283
In addition to the 'horizontal' and 'vertical' completion formats, it
would be useful to have a 'single-column' format that displays
completions vertically, one per line, regardless of the window width.
Rationale: for speech output users, when the cursor moves to the
beginning of a line the screen reader typically reads out the whole
line. Having several completions on the same line read at once is
confusing.
Note: the same result can be achieved by reformatting the completions
buffer in a completion-setup-hook but it would be much easier to just
customize completions-format
Nicolas
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#43283: feature request: new value for completions-format
2020-09-08 16:07 bug#43283: feature request: new value for completions-format Nicolas Graner
@ 2022-06-06 16:17 ` Lars Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-06 16:17 UTC (permalink / raw)
To: Nicolas Graner; +Cc: 43283
Nicolas Graner <nicolas.graner@universite-paris-saclay.fr> writes:
> In addition to the 'horizontal' and 'vertical' completion formats, it
> would be useful to have a 'single-column' format that displays
> completions vertically, one per line, regardless of the window width.
(I'm going through old bug reports that unfortunately weren't resolved
at the time.)
This was added a few months later by this commit:
commit b5e34c34bcd81a0f261a5ee6dedaf51261ae5025
Author: Juri Linkov <juri@linkov.net>
AuthorDate: Wed Nov 25 22:24:11 2020 +0200
* lisp/minibuffer.el (completions-format): Add new value 'one-column'.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-06 16:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-08 16:07 bug#43283: feature request: new value for completions-format Nicolas Graner
2022-06-06 16:17 ` Lars Ingebrigtsen
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).