Update keystrokes used in muse-mode, as well as docs.
commit7e5bfecd792039babf77b44eba32b295a02660ec
authorMichael Olson <mwolson@gnu.org>
Mon, 8 May 2006 08:53:03 +0000 (8 08:53 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 8 May 2006 08:53:03 +0000 (8 08:53 +0000)
treef3cc3ea3d0f45e96fe014fec90ea153345084c0b
parenta3b03cc822e927f788f3363ba36b8a6efb932f48
Update keystrokes used in muse-mode, as well as docs.

* lisp/muse-mode.el (muse-insert-map): New variable that defines the
  keymap to use when the user wants to insert something into the current
  buffer using `C-c i'.
  (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
  muse-follow-name-at-point, since this is already used for
  muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
  prompt for the thing to insert.
  (muse-insert-thing): New function that prompts the user for something
  to insert into the current buffer.  It tries to be as friendly as
  possible by catching possible errors with the message "Not inserting
  anything".
  (muse-mode-completions): Rename from `muse-completions', since this is
  what we use in `muse-mode'.
  (muse-mode-current-word): Similarly.  These don't seem to work
  correctly, for unknown reasons.

* muse.texi (Keystroke Summary): Update to include all keystrokes that we
  utilize.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-121
ChangeLog.2006
lisp/muse-mode.el
muse.texi