From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: danamlund@gmail.com Newsgroups: gmane.emacs.help Subject: Re: command-completion for C- commands? Date: Mon, 16 Jun 2008 02:40:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9681e557-deee-4f92-bcf4-a678c98de67e@a1g2000hsb.googlegroups.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 1213621011 9735 80.91.229.12 (16 Jun 2008 12:56:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2008 12:56:51 +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 Jun 16 14:57:32 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 1K8EGp-0007dp-5v for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jun 2008 14:57:15 +0200 Original-Received: from localhost ([127.0.0.1]:45825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8EG1-0002e1-17 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jun 2008 08:56:25 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!a1g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 84.238.7.132 Original-X-Trace: posting.google.com 1213609202 1910 127.0.0.1 (16 Jun 2008 09:40:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 16 Jun 2008 09:40:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a1g2000hsb.googlegroups.com; posting-host=84.238.7.132; posting-account=MDSMpAoAAAATAohnJ2-jNCDNwvEfWk7K User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.50 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159516 X-Mailman-Approved-At: Mon, 16 Jun 2008 08:55:13 -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:54880 Archived-At: On 16 Jun., 10:22, knubee wrote: > Tabbing works to show possible completions of Meta commands. Example: > > M-x list-f shows > > =A0 Possible completions are: > =A0 list-faces-display =A0 =A0 =A0 =A0 =A0 =A0 =A0 list-fontsets > > Is there an equivalent way to see possible completions for Control > commands -- given the mode of the current buffer? Example: > > C-x > > thanks. M-x is a binding to a command, C-x ... is half a binding, so the same trick won't work. You can however, use the binding C-h b to view a list of all bindings and then look for ones starting with C-x.