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#48134: [External] : bug#48134: When sitting on top of a M-x item in the manual Date: Sat, 01 May 2021 23:09:42 +0300 Organization: LINKOV.NET Message-ID: <87lf8yqk9t.fsf@mail.linkov.net> References: <87fsz73t9z.8.fsf@jidanni.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="36944"; 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: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson , "48134@debbugs.gnu.org" <48134@debbugs.gnu.org> To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 01 22:35:35 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 1lcwKt-0009UE-Lk for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 May 2021 22:35:35 +0200 Original-Received: from localhost ([::1]:42294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcwKs-0007m9-O8 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 May 2021 16:35:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33692) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcwJP-0006E7-Cs for bug-gnu-emacs@gnu.org; Sat, 01 May 2021 16:34:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54949) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lcwJO-00021n-1X for bug-gnu-emacs@gnu.org; Sat, 01 May 2021 16:34:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lcwJN-0005K8-Uv for bug-gnu-emacs@gnu.org; Sat, 01 May 2021 16:34:01 -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, 01 May 2021 20:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48134 X-GNU-PR-Package: emacs Original-Received: via spool by 48134-submit@debbugs.gnu.org id=B48134.161990122420439 (code B ref 48134); Sat, 01 May 2021 20:34:01 +0000 Original-Received: (at 48134) by debbugs.gnu.org; 1 May 2021 20:33:44 +0000 Original-Received: from localhost ([127.0.0.1]:38257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcwJ6-0005Jb-G5 for submit@debbugs.gnu.org; Sat, 01 May 2021 16:33:44 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:40855) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcwJ5-0005JU-56 for 48134@debbugs.gnu.org; Sat, 01 May 2021 16:33:43 -0400 X-Originating-IP: 91.129.102.166 Original-Received: from mail.gandi.net (m91-129-102-166.cust.tele2.ee [91.129.102.166]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 6215D60005; Sat, 1 May 2021 20:33:34 +0000 (UTC) In-Reply-To: (Drew Adams's message of "Sat, 1 May 2021 14:01:26 +0000") 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:205369 Archived-At: > With cursor on `list-colors-display', `M-x', then `M-.' > pulls that text into the minibuffer: `M-x M-. RET'. `M-x M-. RET' can't be used because `M-.' is bound to the command `xref-find-definitions' useful in the minibuffer too. Fortunately, `M-x M-n RET' already pulls that text into the minibuffer.