all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: danamlund@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: command-completion for C- commands?
Date: Mon, 16 Jun 2008 02:40:02 -0700 (PDT)	[thread overview]
Message-ID: <9681e557-deee-4f92-bcf4-a678c98de67e@a1g2000hsb.googlegroups.com> (raw)
In-Reply-To: ffd11289-3d22-4408-99d0-24a6deb53bc5@y22g2000prd.googlegroups.com

On 16 Jun., 10:22, knubee <knu...@gmail.com> wrote:
> Tabbing works to show possible completions of Meta commands. Example:
>
> M-x list-f<TAB> shows
>
>   Possible completions are:
>   list-faces-display               list-fontsets
>
> Is there an equivalent way to see possible completions for Control
> commands -- given the mode of the current buffer? Example:
>
> C-x<WHAT?>
>
> 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.


  reply	other threads:[~2008-06-16  9:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-16  8:22 command-completion for C- commands? knubee
2008-06-16  9:40 ` danamlund [this message]
2008-06-16 13:02   ` Nicholas Sandow
2008-06-16  9:44 ` Phil Carmody
2008-06-16 10:13   ` knubee
2008-06-16 14:41 ` Drew Adams
     [not found] ` <mailman.13397.1213627301.18990.help-gnu-emacs@gnu.org>
2008-06-21  4:07   ` knubee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9681e557-deee-4f92-bcf4-a678c98de67e@a1g2000hsb.googlegroups.com \
    --to=danamlund@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.