From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Bacic Newsgroups: gmane.emacs.help Subject: Re: Lookup the key-bindings of a function Date: Mon, 06 Oct 2008 22:22:24 +1100 Message-ID: <48E9F4F0.2010909@pobox.com> References: <134f8979-e3ca-469a-9a04-64efcae936ce@m36g2000hse.googlegroups.com> <48E9F4A9.1060808@pobox.com> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223292461 5668 80.91.229.12 (6 Oct 2008 11:27:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 11:27:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 13:28:39 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KmoGO-0001el-U1 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 13:28:33 +0200 Original-Received: from localhost ([127.0.0.1]:58490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmoFL-0003rL-7m for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 07:27:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmoAn-0001mo-MT for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 07:22:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmoAm-0001m1-Hi for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 07:22:44 -0400 Original-Received: from [199.232.76.173] (port=50394 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmoAm-0001lr-4X for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 07:22:44 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:62775 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KmoAl-0001NF-7E for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 07:22:43 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 4C8EF6A1E6 for ; Mon, 6 Oct 2008 07:22:41 -0400 (EDT) Original-Received: from [192.168.1.10] (202.7.251.96.dynamic.rev.aanet.com.au [202.7.251.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id A47C66A1E5 for ; Mon, 6 Oct 2008 07:22:39 -0400 (EDT) User-Agent: Thunderbird 2.0.0.17 (X11/20080914) In-Reply-To: <48E9F4A9.1060808@pobox.com> X-Pobox-Relay-ID: 16D05440-9399-11DD-B4F3-D0CFFE4BC1C1-14340206!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58421 Archived-At: > >> How can I lookup, if present, the key-bindings bound to a function? > C-h usually displays the key bindings > or did you want access this info programmatically? make that C-h f