From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: lowercase aliases for Info-* commands? Date: Tue, 21 Nov 2017 14:06:29 -0500 Message-ID: References: <87y3n1gib3.fsf@gmail.com> <87lgj0gelh.fsf@gmail.com> <87y3mz3h3i.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1511291099 27910 195.159.176.226 (21 Nov 2017 19:04:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 21 Nov 2017 19:04:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 21 20:04:55 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eHDqp-0006sC-1s for ged-emacs-devel@m.gmane.org; Tue, 21 Nov 2017 20:04:55 +0100 Original-Received: from localhost ([::1]:36117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHDqs-0002xg-5q for ged-emacs-devel@m.gmane.org; Tue, 21 Nov 2017 14:04:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHDqm-0002xO-0R for emacs-devel@gnu.org; Tue, 21 Nov 2017 14:04:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHDqi-0007k2-18 for emacs-devel@gnu.org; Tue, 21 Nov 2017 14:04:51 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:42448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHDqh-0007ja-Sp for emacs-devel@gnu.org; Tue, 21 Nov 2017 14:04:47 -0500 Original-Received: from lechazo.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id vALJ4iX7001986; Tue, 21 Nov 2017 14:04:45 -0500 Original-Received: by lechazo.home (Postfix, from userid 20848) id BE73162F43; Tue, 21 Nov 2017 14:06:29 -0500 (EST) In-Reply-To: <87y3mz3h3i.fsf@gmail.com> (Robert Pluim's message of "Tue, 21 Nov 2017 14:18:41 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6163=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6163> : inlines <6179> : streams <1770953> : uri <2537964> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:220332 Archived-At: >>> I was looking for the Info command to follow an info link. In this >>> particular case, using the mouse would have worked, but I prefer >>> knowing what's going on behind the scene. >> Which command was it? > Info-goto-node, which I found after an entertaining chase through > several different parts of gnus I see. It's not considered "worthy of M-x" because it's bound to `g`. Some people prefer using M-x to avoid having to remember keyboard shortcuts, tho, so maybe we should make it available with a "info-" prefix, indeed. Stefan