unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Philip Kaludercic <philipk@posteo.net>, Eli Zaretskii <eliz@gnu.org>
Cc: 58543@debbugs.gnu.org, larsi@gnus.org
Subject: bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?"
Date: Sun, 16 Oct 2022 16:50:22 +0000	[thread overview]
Message-ID: <CADwFkm=yrHeJ00Zn6x=26aC5Lb5T=wKu=b+9v=z+GF_M74rPYg@mail.gmail.com> (raw)
In-Reply-To: <87tu433n27.fsf@posteo.net>

Philip Kaludercic <philipk@posteo.net> writes:

> diff --git a/src/keyboard.c b/src/keyboard.c
> index 8ab4a451b4..8386b599c3 100644
> --- a/src/keyboard.c
> +++ b/src/keyboard.c
> @@ -503,7 +503,7 @@ echo_add_key (Lisp_Object c)
>    if ((NILP (echo_string) || SCHARS (echo_string) == 0)
>        && help_char_p (c))
>      {
> -      AUTO_STRING (str, " (Type ? for further options)");
> +      AUTO_STRING (str, " (Type ? for further options, q for quick help)");
>        AUTO_LIST2 (props, Qface, Qhelp_key_binding);
>        Fadd_text_properties (make_fixnum (7), make_fixnum (8), props, str);

Also add the text property to the "q" here.  Something like:

    Fadd_text_properties (make_fixnum (30), make_fixnum (31), props, str);





      parent reply	other threads:[~2022-10-16 16:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-15  9:40 bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" Eli Zaretskii
2022-10-16  9:49 ` Lars Ingebrigtsen
2022-10-16 10:21   ` Philip Kaludercic
2022-10-16 10:39     ` Eli Zaretskii
2022-10-16 11:11       ` Philip Kaludercic
2022-10-16 11:42         ` Eli Zaretskii
2022-10-16 12:11           ` Stefan Kangas
2022-10-16 13:39           ` Philip Kaludercic
2022-10-16 14:03             ` Eli Zaretskii
2022-10-16 14:23               ` Lars Ingebrigtsen
2022-10-16 22:39               ` Philip Kaludercic
2022-11-04 22:59                 ` Philip Kaludercic
2022-10-16 16:50             ` Stefan Kangas [this message]

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='CADwFkm=yrHeJ00Zn6x=26aC5Lb5T=wKu=b+9v=z+GF_M74rPYg@mail.gmail.com' \
    --to=stefankangas@gmail.com \
    --cc=58543@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=larsi@gnus.org \
    --cc=philipk@posteo.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).