unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: help-gnu-emacs@gnu.org
Subject: RE: Is there a way to unset all Emacs key bindings?
Date: Thu, 16 Jan 2014 09:42:39 -0800 (PST)	[thread overview]
Message-ID: <85ce310e-1eab-4cc8-a830-3845c833dc02@default> (raw)
In-Reply-To: <877g9zsv6a.fsf@nl106-137-194.student.uu.se>

> I have made a list of the key bindings I want.  I
> want to unset all other key bindings.

Be aware that in Emacs every key you touch (and that has an
effect) is bound to a command.  That includes keys such as
`a', which have command `self-insert-command' as their global
key binding.

Pretty much everything you do in Emacs invokes an Emacs command.
Every key you press, every menu item you choose, every mouse
action you perform.

This is at the base of the Emacs approach (design).

And most of those commands are defined in Lisp, not C, which
means you can easily change their definitions, even on the fly,
interactively.  And you can of course easily change key bindings
as well.

These features are also basic to the design of Emacs.  You
might even say that they constitute the whole point of Emacs
(as opposed to some other editors).



  reply	other threads:[~2014-01-16 17:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.12070.1389861047.10748.help-gnu-emacs@gnu.org>
2014-01-16 17:17 ` Is there a way to unset all Emacs key bindings? Emanuel Berg
2014-01-16 17:42   ` Drew Adams [this message]
2014-01-16 18:14 ` Emanuel Berg
2014-01-17  6:47   ` Kevin Rodgers
2014-01-16  7:43 Parke
2014-01-16  9:27 ` Marcin Borkowski

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=85ce310e-1eab-4cc8-a830-3845c833dc02@default \
    --to=drew.adams@oracle.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).