* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" @ 2022-10-15 9:40 Eli Zaretskii 2022-10-16 9:49 ` Lars Ingebrigtsen 0 siblings, 1 reply; 13+ messages in thread From: Eli Zaretskii @ 2022-10-15 9:40 UTC (permalink / raw) To: 58543 As Subject says: "C-h ?" doesn't show the 'q' key, it shows this instead: M-x help-quick-or-quit Display the quick help buffer. This is sub-optimal, I think, and will help users who need this "quick help" less than it could be. Thinking about it, perhaps 'q'; should be on the first line shown by "C-h ?". In GNU Emacs 29.0.50 (build 2070, i686-pc-mingw32) of 2022-10-15 built on HOME-C4E4A596F7 Repository revision: e185526d216e544a70b2be77b34b5cb5386762d1 Repository branch: master Windowing system distributor 'Microsoft Corp.', version 5.1.2600 System Description: Microsoft Windows XP Service Pack 3 (v5.1.0.2600) Configured using: 'configure -C --prefix=/d/usr --with-wide-int --enable-checking=yes,glyphs 'CFLAGS=-O0 -gdwarf-4 -g3'' Configured features: ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XPM ZLIB Important settings: value of $LANG: ENU locale-coding-system: cp1255 Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils text-property-search rect face-remap help-mode cl-loaddefs cl-lib rmc iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads w32notify w32 lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 45646 6965) (symbols 48 6443 0) (strings 16 17143 2891) (string-bytes 1 414102) (vectors 16 9654) (vector-slots 8 149052 13047) (floats 8 29 26) (intervals 40 464 170) (buffers 896 11)) ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 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 0 siblings, 1 reply; 13+ messages in thread From: Lars Ingebrigtsen @ 2022-10-16 9:49 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 58543, Philip Kaludercic, Stefan Kangas Eli Zaretskii <eliz@gnu.org> writes: > As Subject says: "C-h ?" doesn't show the 'q' key, it shows this > instead: > > M-x help-quick-or-quit Display the quick help buffer. > > This is sub-optimal, I think, and will help users who need this "quick > help" less than it could be. > > Thinking about it, perhaps 'q'; should be on the first line shown by > "C-h ?". Hm... It's rather confusing all over now. All the other commands after `C-h ?' do the same as typing the commands directly. That is, `C-h t' shows the Emacs tutorial, and `C-h ? t' does the same. `C-h q' shows the quick help, but `C-h ? q' doesn't -- it just exits `help-for-help'. But the help-for-help says that it "Display the quick help buffer.", which is only correct when you haven't `C-h ?' first. So this is confusing on several different levels at the same time, and I don't know what the best fix here would be. Perhaps Philip of Stefan has some ideas; added to the CCs. ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 9:49 ` Lars Ingebrigtsen @ 2022-10-16 10:21 ` Philip Kaludercic 2022-10-16 10:39 ` Eli Zaretskii 0 siblings, 1 reply; 13+ messages in thread From: Philip Kaludercic @ 2022-10-16 10:21 UTC (permalink / raw) To: Lars Ingebrigtsen; +Cc: 58543, Eli Zaretskii, Stefan Kangas Lars Ingebrigtsen <larsi@gnus.org> writes: > Eli Zaretskii <eliz@gnu.org> writes: > >> As Subject says: "C-h ?" doesn't show the 'q' key, it shows this >> instead: >> >> M-x help-quick-or-quit Display the quick help buffer. >> >> This is sub-optimal, I think, and will help users who need this "quick >> help" less than it could be. >> >> Thinking about it, perhaps 'q'; should be on the first line shown by >> "C-h ?". > > Hm... It's rather confusing all over now. All the other commands after > `C-h ?' do the same as typing the commands directly. > > That is, `C-h t' shows the Emacs tutorial, and `C-h ? t' does the same. > > `C-h q' shows the quick help, but `C-h ? q' doesn't -- it just exits > `help-for-help'. > > But the help-for-help says that it "Display the quick help buffer.", > which is only correct when you haven't `C-h ?' first. > > So this is confusing on several different levels at the same time, and I > don't know what the best fix here would be. It was probably wrong to add `help-quick-or-quit' to C-h ? in the first place. My proposal to bind C-h q to `help-quick-or-quit' was that "C-h q" had no effect *outside of* the Metahelp buffer. But of course, in the Metahelp buffer "q" does have an effect, that overrides `help-quick-or-quit'. My guess is that that is the reason why the binding is displayed using M-x. 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. ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 10:21 ` Philip Kaludercic @ 2022-10-16 10:39 ` Eli Zaretskii 2022-10-16 11:11 ` Philip Kaludercic 0 siblings, 1 reply; 13+ messages in thread From: Eli Zaretskii @ 2022-10-16 10:39 UTC (permalink / raw) To: Philip Kaludercic; +Cc: 58543, larsi, stefankangas > From: Philip Kaludercic <philipk@posteo.net> > Cc: Eli Zaretskii <eliz@gnu.org>, 58543@debbugs.gnu.org, Stefan Kangas > <stefankangas@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? ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 10:39 ` Eli Zaretskii @ 2022-10-16 11:11 ` Philip Kaludercic 2022-10-16 11:42 ` Eli Zaretskii 0 siblings, 1 reply; 13+ messages in thread From: Philip Kaludercic @ 2022-10-16 11:11 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 58543, larsi, stefankangas Eli Zaretskii <eliz@gnu.org> writes: >> From: Philip Kaludercic <philipk@posteo.net> >> Cc: Eli Zaretskii <eliz@gnu.org>, 58543@debbugs.gnu.org, Stefan Kangas >> <stefankangas@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? One place I thought could make sense would be the `startup-echo-area-message' prompt, but that doesn't look like it has enough space. ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 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 0 siblings, 2 replies; 13+ messages in thread From: Eli Zaretskii @ 2022-10-16 11:42 UTC (permalink / raw) To: Philip Kaludercic; +Cc: 58543, larsi, stefankangas > From: Philip Kaludercic <philipk@posteo.net> > Cc: larsi@gnus.org, 58543@debbugs.gnu.org, stefankangas@gmail.com > Date: Sun, 16 Oct 2022 11:11:20 +0000 > > Eli Zaretskii <eliz@gnu.org> writes: > > >> From: Philip Kaludercic <philipk@posteo.net> > >> Cc: Eli Zaretskii <eliz@gnu.org>, 58543@debbugs.gnu.org, Stefan Kangas > >> <stefankangas@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. ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 11:42 ` Eli Zaretskii @ 2022-10-16 12:11 ` Stefan Kangas 2022-10-16 13:39 ` Philip Kaludercic 1 sibling, 0 replies; 13+ messages in thread From: Stefan Kangas @ 2022-10-16 12:11 UTC (permalink / raw) To: Eli Zaretskii, Philip Kaludercic; +Cc: 58543, larsi Eli Zaretskii <eliz@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] ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 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 16:50 ` Stefan Kangas 1 sibling, 2 replies; 13+ messages in thread From: Philip Kaludercic @ 2022-10-16 13:39 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 58543, larsi, stefankangas [-- Attachment #1: Type: text/plain, Size: 891 bytes --] Eli Zaretskii <eliz@gnu.org> writes: >> From: Philip Kaludercic <philipk@posteo.net> >> Cc: larsi@gnus.org, 58543@debbugs.gnu.org, stefankangas@gmail.com >> Date: Sun, 16 Oct 2022 11:11:20 +0000 >> >> Eli Zaretskii <eliz@gnu.org> writes: >> >> >> From: Philip Kaludercic <philipk@posteo.net> >> >> Cc: Eli Zaretskii <eliz@gnu.org>, 58543@debbugs.gnu.org, Stefan Kangas >> >> <stefankangas@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: [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: 0001-src-keyboard.c-echo_add_key-Mention-quick-help.patch --] [-- Type: text/x-patch, Size: 886 bytes --] From 8db3c0a25bf88f8e4669fd7e2babc2ff8f5c98b2 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philipk@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 [-- Attachment #3: Type: text/plain, Size: 584 bytes --] Stefan Kangas <stefankangas@gmail.com> writes: > Eli Zaretskii <eliz@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. ^ permalink raw reply related [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 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-10-16 16:50 ` Stefan Kangas 1 sibling, 2 replies; 13+ messages in thread From: Eli Zaretskii @ 2022-10-16 14:03 UTC (permalink / raw) To: Philip Kaludercic; +Cc: 58543, larsi, stefankangas > From: Philip Kaludercic <philipk@posteo.net> > Cc: larsi@gnus.org, 58543@debbugs.gnu.org, stefankangas@gmail.com > Date: Sun, 16 Oct 2022 13:39:12 +0000 > > Eli Zaretskii <eliz@gnu.org> writes: > > >> > 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: LGTM, but please wait for others to comment. After all, I'm not the main audience for this stuff ;-) ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 14:03 ` Eli Zaretskii @ 2022-10-16 14:23 ` Lars Ingebrigtsen 2022-10-16 22:39 ` Philip Kaludercic 1 sibling, 0 replies; 13+ messages in thread From: Lars Ingebrigtsen @ 2022-10-16 14:23 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 58543, Philip Kaludercic, stefankangas Eli Zaretskii <eliz@gnu.org> writes: > LGTM, but please wait for others to comment. Makes sense to me. > After all, I'm not the main audience for this stuff ;-) Me neither. ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 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 1 sibling, 1 reply; 13+ messages in thread From: Philip Kaludercic @ 2022-10-16 22:39 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 58543, larsi, stefankangas [-- Attachment #1: Type: text/plain, Size: 1814 bytes --] Eli Zaretskii <eliz@gnu.org> writes: >> From: Philip Kaludercic <philipk@posteo.net> >> Cc: larsi@gnus.org, 58543@debbugs.gnu.org, stefankangas@gmail.com >> Date: Sun, 16 Oct 2022 13:39:12 +0000 >> >> Eli Zaretskii <eliz@gnu.org> writes: >> >> >> > 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: > > LGTM, but please wait for others to comment. After all, I'm not the > main audience for this stuff ;-) Will do. Lars Ingebrigtsen <larsi@gnus.org> writes: > Eli Zaretskii <eliz@gnu.org> writes: > >> LGTM, but please wait for others to comment. > > Makes sense to me. > >> After all, I'm not the main audience for this stuff ;-) > > Me neither. Looks like nobody will be using the feature :') Stefan Kangas <stefankangas@gmail.com> writes: > 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); You're right, I've added it and it does the right thing: [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: 0001-src-keyboard.c-echo_add_key-Mention-quick-help.patch --] [-- Type: text/x-patch, Size: 978 bytes --] From c25e78d8020364e1ecae795ffb79b1612bdc0d0b Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philipk@posteo.net> Date: Mon, 17 Oct 2022 00:36:06 +0200 Subject: [PATCH] * src/keyboard.c (echo_add_key): Mention quick-help --- src/keyboard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 8ab4a451b4..224512bfc9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -503,9 +503,11 @@ 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); + Fadd_text_properties (make_fixnum (30), make_fixnum (31), props, +str); new_string = concat2 (new_string, str); } -- 2.37.3 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 22:39 ` Philip Kaludercic @ 2022-11-04 22:59 ` Philip Kaludercic 0 siblings, 0 replies; 13+ messages in thread From: Philip Kaludercic @ 2022-11-04 22:59 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 58543-done, larsi, stefankangas Philip Kaludercic <philipk@posteo.net> writes: > Eli Zaretskii <eliz@gnu.org> writes: > >>> From: Philip Kaludercic <philipk@posteo.net> >>> Cc: larsi@gnus.org, 58543@debbugs.gnu.org, stefankangas@gmail.com >>> Date: Sun, 16 Oct 2022 13:39:12 +0000 >>> >>> Eli Zaretskii <eliz@gnu.org> writes: >>> >>> >> > 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: >> >> LGTM, but please wait for others to comment. After all, I'm not the >> main audience for this stuff ;-) > > Will do. The patch has been pushed a while ago, so I am closing the report. ^ permalink raw reply [flat|nested] 13+ messages in thread
* bug#58543: 29.0.50; The 'q' key is not shown by "C-h ?" 2022-10-16 13:39 ` Philip Kaludercic 2022-10-16 14:03 ` Eli Zaretskii @ 2022-10-16 16:50 ` Stefan Kangas 1 sibling, 0 replies; 13+ messages in thread From: Stefan Kangas @ 2022-10-16 16:50 UTC (permalink / raw) To: Philip Kaludercic, Eli Zaretskii; +Cc: 58543, larsi 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); ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2022-11-04 22:59 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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
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).