From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#36767: 26.1; request: add more quick keys to the *Help* buffer Date: Sun, 20 Jun 2021 02:15:08 +0300 Organization: LINKOV.NET Message-ID: <87a6nlsayr.fsf@mail.linkov.net> References: <87mtrrq7t7.fsf@gnus.org> <87eed0nsez.fsf@mail.linkov.net> <83bl83zp5h.fsf@gnu.org> <87r1gz3s52.fsf@mail.linkov.net> <83czsjx9k8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16042"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 36767@debbugs.gnu.org, larsi@gnus.org, emacsuser@freemail.hu To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 20 01:18:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lukE8-00043u-Bf for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Jun 2021 01:18:12 +0200 Original-Received: from localhost ([::1]:60550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lukE7-0007I6-DT for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 19:18:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lukDy-0007Hx-SZ for bug-gnu-emacs@gnu.org; Sat, 19 Jun 2021 19:18:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49409) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lukDy-0003t4-Ld for bug-gnu-emacs@gnu.org; Sat, 19 Jun 2021 19:18:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lukDy-0001bZ-Ia for bug-gnu-emacs@gnu.org; Sat, 19 Jun 2021 19:18:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Jun 2021 23:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36767 X-GNU-PR-Package: emacs Original-Received: via spool by 36767-submit@debbugs.gnu.org id=B36767.16241446736129 (code B ref 36767); Sat, 19 Jun 2021 23:18:02 +0000 Original-Received: (at 36767) by debbugs.gnu.org; 19 Jun 2021 23:17:53 +0000 Original-Received: from localhost ([127.0.0.1]:60949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lukDo-0001am-Rz for submit@debbugs.gnu.org; Sat, 19 Jun 2021 19:17:53 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:34675) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lukDn-0001aX-Sb for 36767@debbugs.gnu.org; Sat, 19 Jun 2021 19:17:52 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E293A60006; Sat, 19 Jun 2021 23:17:43 +0000 (UTC) In-Reply-To: <83czsjx9k8.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 18 Jun 2021 22:21:59 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:208775 Archived-At: > What does windmove have to do with this? The same argument: >> Maybe describe-* commands could accept the same prefix arg >> where C-u will reverse the value of help-window-select >> the same way as C-u of windmove-display-* reverses the value >> of windmove-display-no-select. > That doesn't work well with cross-links in the doc strings, because > you need to type the name of the symbol. I want a command that will > do the equivalent of TAB in the Help buffer, but which will work from > another buffer. This is easy to implement the same way as windmove-display-* implemented, i.e. a prefix key will allow to select another window, execute the next command in another window, then select the old window back. >> +*** New command 'help-customize' ('c'). >> +This command will customize the variable or the face (if any). > > I think this should make it clear the variable/face are those whose > doc string is being shown in *Help*. Done.