From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: Re: Find all commands bound to key prefix Date: Sun, 6 Apr 2008 19:20:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2B03268C-6CA6-4B05-8ED8-A975E7FBEA05@Web.DE> <87iqyxydlk.fsf@member.fsf.org> <87tzihwmxv.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207536084 28699 80.91.229.12 (7 Apr 2008 02:41:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 02:41:24 +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 Apr 07 04:41:57 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 1JihIw-0000Ul-DX for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Apr 2008 04:41:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JihIJ-0001D3-9c for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Apr 2008 22:41:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v32g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 202.88.84.208 Original-X-Trace: posting.google.com 1207534801 19476 127.0.0.1 (7 Apr 2008 02:20:01 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 7 Apr 2008 02:20:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v32g2000prd.googlegroups.com; posting-host=202.88.84.208; posting-account=wcF3XAoAAADpxbRZm2Z27inMlnZjMIWc User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008040514 Firefox/3.0b5,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:157746 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:53117 Archived-At: I have accidentally stumbled upon one of the nicest features in emacs---that apparently escaped the list! C-x [F1] . Is this unique to my setup? This is how I discovered it: Long agon, I started using C-x6, C-x7, etc., as keymap prefixes to numerous little utilities. I would forget the keybindings, so in my .emacs.el file, I defined a pop-up that would show me any keybindings to the particular prefix. I had to manually insert them. Then, one day, after some years, I accidentally hit someother prefix, followed by F1, and --- lo and behold --- what did I see, but a listing of all bindings to that prefix. I just tried it: it works with C-x ! Alan