From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Cc: Juri Linkov <juri@linkov.net>
Subject: Re: master 15ac51e0fd: Merge branch 'feature/completions-customs'
Date: Tue, 22 Mar 2022 17:28:59 +0800 [thread overview]
Message-ID: <87mthijpyc.fsf@yahoo.com> (raw)
In-Reply-To: <20220322082342.60DC3C051F4@vcs2.savannah.gnu.org> (Juri Linkov's message of "Tue, 22 Mar 2022 04:23:42 -0400 (EDT)")
Juri Linkov <juri@jurta.org> writes:
> +(defcustom completions-header-format
> + (propertize "%s possible completions:\n"
> + 'face 'shadow
> + :help "Please select a completion")
> + "Format of completions header.
> +It may contain one %s to show the total count of completions.
> +When nil, no header is shown."
> + :type '(choice (const :tag "No header" nil)
> + (string :tag "Header format string"))
> + :version "29.1")
IHMO this should be off by default. It wastes a line of space in the
completions buffer for no real gain, and it's distracting.
Also, I don't know which part of this change causes the following
behavior, but if I say M-x and then press TAB twice, the item at the
start of the window displaying the completions buffer becomes
highlighted, even though it isn't selected. That should also be off by
default, since it's an unnecessary visual distraction.
Thanks.
next parent reply other threads:[~2022-03-22 9:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <164793742180.2038.4306130819331318764@vcs2.savannah.gnu.org>
[not found] ` <20220322082342.60DC3C051F4@vcs2.savannah.gnu.org>
2022-03-22 9:28 ` Po Lu [this message]
2022-03-22 13:35 ` master 15ac51e0fd: Merge branch 'feature/completions-customs' Lars Ingebrigtsen
2022-03-22 15:52 ` [External] : " Drew Adams
2022-03-23 1:00 ` Po Lu
2022-03-22 17:05 ` Ergus
2022-03-23 1:02 ` Po Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mthijpyc.fsf@yahoo.com \
--to=luangruo@yahoo.com \
--cc=emacs-devel@gnu.org \
--cc=juri@linkov.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).