From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Adding a "quick-help" menu Date: Thu, 20 Oct 2022 09:37:29 +0300 Message-ID: <83v8ofxaom.fsf@gnu.org> References: <87v8pn4968.fsf@posteo.net> <87h7156lg5.fsf@gnus.org> <878rmhdkc9.fsf@posteo.net> <87fsgnfzb2.fsf@posteo.net> <87h7030xnd.fsf@posteo.net> <87czanqbny.fsf@protesilaos.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16615"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, stefankangas@gmail.com, larsi@gnus.org, emacs-devel@gnu.org To: Protesilaos Stavrou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 20 08:56:56 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1olPU8-00044c-KN for ged-emacs-devel@m.gmane-mx.org; Thu, 20 Oct 2022 08:56:56 +0200 Original-Received: from localhost ([::1]:40492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olPU6-0007ts-OR for ged-emacs-devel@m.gmane-mx.org; Thu, 20 Oct 2022 02:56:54 -0400 Original-Received: from [::1] (port=55258 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olPJL-0000XF-7H for ged-emacs-devel@m.gmane-mx.org; Thu, 20 Oct 2022 02:45:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olPBR-0003qb-DJ for emacs-devel@gnu.org; Thu, 20 Oct 2022 02:37:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33166) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olPBO-0005s7-J0; Thu, 20 Oct 2022 02:37:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=NYpK2jQiLy//d1K6WSdUSHKx8y1YtlNkacY28oFVKfs=; b=BTyCozMc4XzO LAZ21bjuwZKONqFNY1dwlE7ERI+y+sC2MlG79q52wOr5NAEY4uiA+QjtWE7CLvIEKMPIr3ENVTdQG 0rnhIhuhiFZOkBR4vFgL+WUQ6Totdu+QJNCxKSQY9CU2B349hu0Gj78ItkeMy+23KB3nCWDtANiCr ANI/gOYZ4MR2l5nTK2+NgtJ03JuYU6xwtU8I73njaMKS31nng/PwuymsYXtfwM8Ft2quSuHlxrk+k F/TyB5kIBhLBANLxc4VezVtPXxnkDV55IhBXK/VPB2TJnFfjAD2T+7F2ZToR8fbFWaCLt2DmIXtvG ABKB2k4ftFBqHKAleHoMaw==; Original-Received: from [87.69.77.57] (port=2089 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olPBN-0006vE-OF; Thu, 20 Oct 2022 02:37:34 -0400 In-Reply-To: <87czanqbny.fsf@protesilaos.com> (message from Protesilaos Stavrou on Thu, 20 Oct 2022 08:58:09 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:298139 Archived-At: > From: Protesilaos Stavrou > Cc: Lars Ingebrigtsen , emacs-devel@gnu.org > Date: Thu, 20 Oct 2022 08:58:09 +0300 > > The format notwithstanding, C-h q could also be mentioned in the > TUTORIAL, no? I'm not sure, FWIW. Why is it important to have "C-h q" in the tutorial? We only show a handful of Help commands there, and we do that for a reason.