From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Newsgroups: gmane.emacs.help Subject: Re: listing functions Date: Fri, 28 Nov 2014 10:50:36 -0500 Message-ID: <87k32fz5mb.fsf@gmail.com> References: <877fyfie0l.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1417189876 16063 80.91.229.3 (28 Nov 2014 15:51:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2014 15:51:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?utf-8?Q?Aur=C3=A9lien?= Aptel Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 28 16:51:09 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 1XuNp7-0006rX-1M for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2014 16:51:09 +0100 Original-Received: from localhost ([::1]:44964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuNp6-0004Pg-Ks for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2014 10:51:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuNon-0004PS-UY for help-gnu-emacs@gnu.org; Fri, 28 Nov 2014 10:50:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuNoe-0000wg-TH for help-gnu-emacs@gnu.org; Fri, 28 Nov 2014 10:50:49 -0500 Original-Received: from mail-yh0-x231.google.com ([2607:f8b0:4002:c01::231]:39961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuNoe-0000vs-GB for help-gnu-emacs@gnu.org; Fri, 28 Nov 2014 10:50:40 -0500 Original-Received: by mail-yh0-f49.google.com with SMTP id f10so3164954yha.36 for ; Fri, 28 Nov 2014 07:50:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=wvWQk8V4Odm9bPjRvfVDdnauwb7lW8p3C8biTU82E14=; b=G+BZ5CN2qc3Q3VS+eKdWx13yP7I0HC76uos6ZCndFpxkT9SXlTf7lj9hGFvpmLAGLI QQmpHSRRUcN/g70Ad/XTl2jewqlCAkcVyneRmeN9ag329ac6lhRwBwX2MjMA34tLB0UD j4C/Kb0XEYWMhNrUsdn1hugrslIx4FgsjusUFaDbep41/Ci+o6IJQc/XYfGNoAPA9RTB 4VWDV67hQBAvPtGBU1ckOObsi0Zdy+qSWLYUJo/jGNcfqucyK09UbDgS7h2XCrWtUL+e QV0dj5X6ctKw/KuIAb78hFehAEGvqYIUrlteJ/Slyi+cfw665UFZqFhF6QG3b1zO0k3d TdvQ== X-Received: by 10.236.8.100 with SMTP id 64mr44086098yhq.112.1417189840060; Fri, 28 Nov 2014 07:50:40 -0800 (PST) Original-Received: from localhost (pool-71-126-57-81.bstnma.east.verizon.net. [71.126.57.81]) by mx.google.com with ESMTPSA id j42sm5701540yhb.30.2014.11.28.07.50.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Nov 2014 07:50:39 -0800 (PST) Original-Received: by localhost (Postfix, from userid 1000) id 5668240743; Fri, 28 Nov 2014 10:50:36 -0500 (EST) In-Reply-To: (=?utf-8?Q?=22Aur=C3=A9lien?= Aptel"'s message of "Fri, 28 Nov 2014 16:01:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::231 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:101277 Archived-At: Aur=C3=A9lien Aptel writes: > 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. > > > Thank you very much. Ken -- I do desire we may be better strangers. -- William Shakespeare, "As You Like It"