GNU bug report logs - #58543
29.0.50; The 'q' key is not shown by "C-h ?"

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Sat, 15 Oct 2022 09:41:01 UTC

Severity: normal

Found in version 29.0.50

Done: Philip Kaludercic <philipk <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


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

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Philip Kaludercic <philipk <at> posteo.net>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 58543 <at> debbugs.gnu.org, larsi <at> gnus.org
Subject: Re: bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?"
Date: Sun, 16 Oct 2022 16:50:22 +0000
Philip Kaludercic <philipk <at> 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);




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

Previous Next


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