From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Seung Jun" Newsgroups: gmane.emacs.help Subject: Find all commands bound to key prefix Date: Thu, 3 Apr 2008 15:37:47 -0400 Message-ID: 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 1207277797 6052 80.91.229.12 (4 Apr 2008 02:56:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Apr 2008 02:56:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 04 04:57:09 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 1Jhc72-0006da-Ow for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Apr 2008 04:57:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jhc6Q-0003nz-8H for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Apr 2008 22:56:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhVFy-00019v-3p for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 15:37:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhVFv-00019j-Oz for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 15:37:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhVFv-00019g-Jv for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 15:37:51 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhVFv-0002zq-6r for help-gnu-emacs@gnu.org; Thu, 03 Apr 2008 15:37:51 -0400 Original-Received: by ug-out-1314.google.com with SMTP id a2so818377ugf.48 for ; Thu, 03 Apr 2008 12:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=S8nv6MlTBYM0IjV8p9e2TuWzqSIjDCJGaaipRMW/kwQ=; b=p8eq1cywawTPNgr77PzAtGImzge+hVV2twwDFj36e5ZJ5quvsb/BFjzBOrtDEJHm/Vwr/TS+8eJ9dLMjTVrqg/fEylMX2LAZm+Vhu6EKdu4n2O8XrB3F4LBDqno33ibEFae7qKz9vE6BDqOFO6oxQFZQic9jD5YbWWe8/OeXT+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FtULAJmNkVyQAxn5kupkvC+yB4Xu9QtrQhWgMOXO37rsSPbIV5G7UmXgbXWYkevf8Brl4j+QVs9ppZmEDtNcrIjRgWvKYWQMkwQdtyRhkIChDlJRUgfeQHVz9AxqzqBhOqVcJC2DxicwANXdhWodCgqt+C4Rx0KDhUPWKwOKNYQ= Original-Received: by 10.67.119.15 with SMTP id w15mr115931ugm.73.1207251467753; Thu, 03 Apr 2008 12:37:47 -0700 (PDT) Original-Received: by 10.66.248.7 with HTTP; Thu, 3 Apr 2008 12:37:47 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 03 Apr 2008 22:56:14 -0400 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:53030 Archived-At: Hi, 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). How do I do that? Thanks, Seung