From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.help Subject: Re: listing functions Date: Fri, 28 Nov 2014 16:01:59 +0100 Message-ID: References: <877fyfie0l.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1417186941 32503 80.91.229.3 (28 Nov 2014 15:02:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2014 15:02:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ken Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 28 16:02:14 2014 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 1XuN3l-0001K0-OK for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2014 16:02:13 +0100 Original-Received: from localhost ([::1]:44810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuN3l-00011N-AB for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2014 10:02:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuN3a-00011G-Ll for help-gnu-emacs@gnu.org; Fri, 28 Nov 2014 10:02:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuN3Z-0005oM-Kn for help-gnu-emacs@gnu.org; Fri, 28 Nov 2014 10:02:02 -0500 Original-Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:49176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuN3Z-0005nm-E0 for help-gnu-emacs@gnu.org; Fri, 28 Nov 2014 10:02:01 -0500 Original-Received: by mail-lb0-f181.google.com with SMTP id 10so5638560lbg.26 for ; Fri, 28 Nov 2014 07:02:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dE24QJ+B2CzpKV25vaWdhG9ppEKfljbVjFgpuUWkM48=; b=BoOjO/onj5HkMnS+S/Z47oiCQy0Xdm1ocQelbG2pJ0JaxbapfMoZdJEBtee2lJIYwA 1CQXZDus7TY1TyQm1cE5EEy8i/fReU7JmBEHYPdaZqsqaLuEN+3nMU0pMd0J2IfXX6fO fqsn6MsTLMwKv9E0TKOHz9+32jlQNSyK7LQRZibbNjrqU3jhKWzCmV391KJc8KkXH6qW r186FYKFdGHaJGJJJT9FnmEKt/08LhutWiiszMpQmeFoke4FsptmbIoDQAjgnoZNPvSO 4+xn5JBwBtl3FHwdfx7Ano34vjeIYV8VB1DspGmK1pCksNy4x7PuMgE+tHn36rdt8ywr OzwA== X-Received: by 10.153.11.133 with SMTP id ei5mr44590935lad.75.1417186919971; Fri, 28 Nov 2014 07:01:59 -0800 (PST) Original-Received: by 10.114.77.131 with HTTP; Fri, 28 Nov 2014 07:01:59 -0800 (PST) Original-Received: by 10.114.77.131 with HTTP; Fri, 28 Nov 2014 07:01:59 -0800 (PST) In-Reply-To: <877fyfie0l.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::235 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101273 Archived-At: You can do C-h m to get a list of available keybindings (and associated functions) for the current buffer. You can also do C-h f - TAB which will show you a list of all the function starting with . Since all mode prefix their function you get what you want. Pressing RET will show the documentation of the function.