Revision: muse--main--1.0--patch-121 Archive: [EMAIL PROTECTED] Creator: Michael Olson <[EMAIL PROTECTED]> Date: Mon May 8 04:53:03 EDT 2006 Standard-date: 2006-05-08 08:53:03 GMT Modified-files: ChangeLog.2006 lisp/muse-mode.el muse.texi New-patches: [EMAIL PROTECTED]/muse--main--1.0--patch-121 Summary: Update keystrokes used in muse-mode, as well as docs. Keywords:
* 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. _______________________________________________ Muse-el-commits mailing list [email protected] https://mail.gna.org/listinfo/muse-el-commits
