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#51240: [External] : bug#51240: 27.2; Binding find-library commands Date: Sun, 17 Oct 2021 20:04:17 +0300 Organization: LINKOV.NET Message-ID: <87bl3n3ob2.fsf@mail.linkov.net> References: <878ryser1h.fsf@mail.linkov.net> <1512A8BF-E11B-4E31-8064-EC4E40D90BFB@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32234"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: "51240@debbugs.gnu.org" <51240@debbugs.gnu.org> To: Howard Melman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 17 19:38:14 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 1mcA6v-0008Ea-8X for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 17 Oct 2021 19:38:13 +0200 Original-Received: from localhost ([::1]:36920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcA6u-00083C-0F for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 17 Oct 2021 13:38:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mc9zz-0006Li-87 for bug-gnu-emacs@gnu.org; Sun, 17 Oct 2021 13:31:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33651) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mc9zy-0002i2-Tj for bug-gnu-emacs@gnu.org; Sun, 17 Oct 2021 13:31:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mc9zy-0005Do-QL for bug-gnu-emacs@gnu.org; Sun, 17 Oct 2021 13:31: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: Sun, 17 Oct 2021 17:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51240 X-GNU-PR-Package: emacs Original-Received: via spool by 51240-submit@debbugs.gnu.org id=B51240.163449185820052 (code B ref 51240); Sun, 17 Oct 2021 17:31:02 +0000 Original-Received: (at 51240) by debbugs.gnu.org; 17 Oct 2021 17:30:58 +0000 Original-Received: from localhost ([127.0.0.1]:45196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mc9zu-0005DM-Kq for submit@debbugs.gnu.org; Sun, 17 Oct 2021 13:30:58 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:42805) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mc9zt-0005Cw-JB for 51240@debbugs.gnu.org; Sun, 17 Oct 2021 13:30:58 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id E15A5E0005; Sun, 17 Oct 2021 17:30:49 +0000 (UTC) In-Reply-To: <1512A8BF-E11B-4E31-8064-EC4E40D90BFB@gmail.com> (Howard Melman's message of "Sat, 16 Oct 2021 21:16:32 -0400") 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:217424 Archived-At: > The other commands related to find-library are setup via > find-function-setup-keys. The equivalents of find-library > are on C-x F, C-x K and C-x V and then on the C-x 4 and > C-x 5 locations too. > I use this often if I want to visit a library regardless of what is > near point. If I want to open embark (say because I just updated > it), I use C-x L and enter "embark" via completing-read. > It's very convenient. Thanks for the explanation, I think it makes sense to add C-x L, C-x 4 L, C-x 5 L to find-function-setup-keys.