From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Nicolas Richard" Newsgroups: gmane.emacs.help Subject: Re: how to get key maps info? Date: Fri, 25 Jan 2013 12:12:26 +0100 Message-ID: <878v7hzfc5.fsf@yahoo.fr> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359112371 29432 80.91.229.3 (25 Jan 2013 11:12:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2013 11:12:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 25 12:13:10 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TyhDZ-0004eH-23 for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2013 12:13:09 +0100 Original-Received: from localhost ([::1]:33032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyhDH-0008SA-Ht for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2013 06:12:51 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyhD7-0008RC-HA for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 06:12:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyhD0-0001RT-5r for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 06:12:41 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:52475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyhCz-0001Qy-VU for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 06:12:34 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TyhDE-0004V7-0g for help-gnu-emacs@gnu.org; Fri, 25 Jan 2013 12:12:48 +0100 Original-Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2013 12:12:48 +0100 Original-Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jan 2013 12:12:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: geodiff-mac3.ulb.ac.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux) Cancel-Lock: sha1:ws+bYbPf3sDxdoyaLRCUgebK99s= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88807 Archived-At: Luca Ferrari writes: > Hi all, > the C-h k describe a specific key, so that C-h k M-g g provides me the > documentation for goto-line. But what if I want to get all the > possible completion for M-g? Is there an help feature for that? In most situations, C-h will do it, so that would be `M-g C-h' in this case. I once knew why it works, but don't remember. -- N.