From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Find all commands bound to key prefix Date: Thu, 3 Apr 2008 21:28:16 -0700 Message-ID: <003801c8960c$4e02f610$0200a8c0@us.oracle.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1207283356 17114 80.91.229.12 (4 Apr 2008 04:29:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2008 04:29:16 +0000 (UTC) To: "'rustom'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 04 06:29:46 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 1JhdYe-0008Bz-VV for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Apr 2008 06:29:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhdY1-0006VA-O7 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Apr 2008 00:29:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhdXi-0006Si-2D for help-gnu-emacs@gnu.org; Fri, 04 Apr 2008 00:28:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhdXf-0006Rj-N9 for help-gnu-emacs@gnu.org; Fri, 04 Apr 2008 00:28:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhdXf-0006Rg-HZ for help-gnu-emacs@gnu.org; Fri, 04 Apr 2008 00:28:43 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JhdXf-0002HG-2n for help-gnu-emacs@gnu.org; Fri, 04 Apr 2008 00:28:43 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m344Sdei029143; Thu, 3 Apr 2008 23:28:40 -0500 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m3440FMp028535; Thu, 3 Apr 2008 22:28:39 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3638173451207283297; Thu, 03 Apr 2008 21:28:17 -0700 Original-Received: from dradamslap1 (/141.144.82.71) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 03 Apr 2008 21:28:17 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AciWBagkFGcaj6eIQG2Kq2tRr1Ly+AABORXw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:53035 Archived-At: > > I'd like to see a list of commands that are bound to key sequences > > that starts with some prefix (e.g., C-x C-v). =A0How do I do that? >=20 > if you mean a prefix like C-x you can get the possible completions > by C-x C-h That doesn't work for all (even most) prefixes. It doesn't work for C-s, = for instance (isearch-mode-map). If you use Icicles, then just use the prefix, followed by S-TAB. In this = case, C-x S-TAB.=20 All possible key-sequence completions of prefix C-x are then completion candidates - they are shown in *Completions* along with their bindings (commands).=20 You can see the complete command definitions of selected candidates = during completion using C-M-RET or C-M-mouse-2, or you can see the definitions = of several or all candidates, in order, by repeating C-next. http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Key_Completion