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: Sat, 16 Oct 2021 21:57:30 +0300 Organization: LINKOV.NET Message-ID: <878ryser1h.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24042"; 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>, Howard Melman To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 16 20:59:09 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 1mboth-00067p-H7 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 16 Oct 2021 20:59:09 +0200 Original-Received: from localhost ([::1]:37270 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbotg-0006xw-1g for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 16 Oct 2021 14:59:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbota-0006xn-M2 for bug-gnu-emacs@gnu.org; Sat, 16 Oct 2021 14:59:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59754) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbota-00023Q-DP for bug-gnu-emacs@gnu.org; Sat, 16 Oct 2021 14:59:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mbota-0005J2-5u for bug-gnu-emacs@gnu.org; Sat, 16 Oct 2021 14:59: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, 16 Oct 2021 18:59: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.163441073620382 (code B ref 51240); Sat, 16 Oct 2021 18:59:02 +0000 Original-Received: (at 51240) by debbugs.gnu.org; 16 Oct 2021 18:58:56 +0000 Original-Received: from localhost ([127.0.0.1]:43067 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbotU-0005Ig-Jz for submit@debbugs.gnu.org; Sat, 16 Oct 2021 14:58:56 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:50033) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbotS-0005IT-Ss for 51240@debbugs.gnu.org; Sat, 16 Oct 2021 14:58:56 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 289D920003; Sat, 16 Oct 2021 18:58:46 +0000 (UTC) In-Reply-To: (Drew Adams's message of "Sat, 16 Oct 2021 18:28:43 +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:217390 Archived-At: > IMO, we should bind `find-library-other-window' to > `C-x 4 l' and `find-library-other-frame' to `C-x 5 l'. Since other Emacs-Lisp specific keys are on the `C-h' key prefix like `C-h f' and `C-h S', a key to find an Emacs-Lisp library could find a place in the same `C-h' key prefix. But I don't understand why it needs a new key - it already works fine with 'C-x 4 f' and 'C-x 5 f' when point is on the library name, then typing 'M-n' will get the library file.