GNU bug report logs -
#58543
29.0.50; The 'q' key is not shown by "C-h ?"
Previous Next
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 #26 received at 58543 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Philip Kaludercic <philipk <at> posteo.net>
>> Cc: larsi <at> gnus.org, 58543 <at> debbugs.gnu.org, stefankangas <at> gmail.com
>> Date: Sun, 16 Oct 2022 11:11:20 +0000
>>
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>>
>> >> From: Philip Kaludercic <philipk <at> posteo.net>
>> >> Cc: Eli Zaretskii <eliz <at> gnu.org>, 58543 <at> debbugs.gnu.org, Stefan Kangas
>> >> <stefankangas <at> gmail.com>
>> >> Date: Sun, 16 Oct 2022 10:21:05 +0000
>> >>
>> >> I would therefore remove entry from the "(make-help-screen
>> >> help-for-help" block, and consider some other place to mention the quick
>> >> help buffer.
>> >
>> > How about mentioning it in the "C-h" prompt itself?
>>
>> Do you mean the "C-h (Type ? for further options)-" prompt?
>
> Yes. Make it say
>
> C-h (Type ? for further options, q for quick help)-
>
> or somesuch.
That sounds good. How about this patch:
[0001-src-keyboard.c-echo_add_key-Mention-quick-help.patch (text/x-patch, inline)]
From 8db3c0a25bf88f8e4669fd7e2babc2ff8f5c98b2 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk <at> posteo.net>
Date: Sun, 16 Oct 2022 15:38:28 +0200
Subject: [PATCH] * src/keyboard.c (echo_add_key): Mention quick-help
---
src/keyboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
new_string = concat2 (new_string, str);
--
2.37.3
[Message part 3 (text/plain, inline)]
Stefan Kangas <stefankangas <at> gmail.com> writes:
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
>> C-h (Type ? for further options, q for quick help)-
>>
>> or somesuch.
>
> This is a nit, but is it just me that finds it confusing that the "-" is
> all the way to the right?
>
> IOW, shouldn't it say something like:
>
> C-h- (Type ? for further options, q for quick help)
>
> Or now that we have the `help-key-binding' maybe even
>
> C-h- [? further options, q quick help]
Ah, I didn't understand what the trailing dash was supposed to signify
so this looks like a good idea.
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.