From: Jesper Harder <harder@myrealbox.com>
Subject: Re: disabling key bindings
Date: Thu, 27 Nov 2003 15:13:36 +0100 [thread overview]
Message-ID: <m33cc96grz.fsf@defun.localdomain> (raw)
In-Reply-To: vfekvtgbs9.fsf@rpc71.cs.man.ac.uk
Phillip Lord <p.lord@russet.org.uk> writes:
> I a new major mode, how do I disable all keybindings, except for those
> that I specify. In particular I would want all the normally
> self-insert keys to do nothing at all (except where I have bound the
> explicitly).
Sounds a bit like Erik Naggums's "poor man's vi-mode":
,----
| (use-global-map (make-sparse-keymap))
|
| like vi, it will beep at everything you do, and you can't quit.
| have fun!
`----
next prev parent reply other threads:[~2003-11-27 14:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-27 13:51 disabling key bindings Phillip Lord
2003-11-27 14:13 ` Jesper Harder [this message]
2003-11-27 16:33 ` Phillip Lord
2003-11-28 12:47 ` Phillip Lord
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=m33cc96grz.fsf@defun.localdomain \
--to=harder@myrealbox.com \
/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).