unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joost Kremers <joostkremers@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: prefix key with its own map as binding?
Date: 25 Mar 2007 20:55:58 GMT	[thread overview]
Message-ID: <slrnf0dode.gr5.joostkremers@j.kremers4.news.arnhem.chello.nl> (raw)

is there a "conventional" way of binding a prefix key to the very same
keymap it is in? basically thus:

(defvar some-mode-map (make-keymap))
(suppress-keymap some-mode-map)
(define-key some-mode-map "a" 'some-function)
(define-key some-mode-map "b" 'some-other-function)
(define-key some-mode-map "c" 'yet-some-other-function)
(define-key some-mode-map ...)
(define-key some-mode-map ":" 'some-mode-map)

(fset 'some-mode-map some-mode-map)

the idea is that every function that is bound to a key in some-mode-map can
be called either by pressing its command key, or by pressing `:' followed
by its command key. the function called can then use this-command-keys to
determine how it was called, and determine its behaviour accordingly.

alternatively, if all this sounds like A Bad Idea(TM), is there another way
to get this (or similar) behaviour? (using a prefix argument is not really
an option, btw.)

TIA

-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)

                 reply	other threads:[~2007-03-25 20:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=slrnf0dode.gr5.joostkremers@j.kremers4.news.arnhem.chello.nl \
    --to=joostkremers@yahoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).