On my system, C-c i is undefined. C-c TAB is the keybinding for
muse-insert-tag. I do not have the function
muse-insert-relative-link-to-file.
I do call this in my .emacs:
(planner-install-extra-task-keybindings)
I suppose you already checked that the keybindings you wrote about
aren't defined in your .emacs?
Please note that emacs-wiki-discuss is being deprecated. We now use
several lists. muse-el-discuss would be the relevant one here.
--
Raymond Zeitler <[EMAIL PROTECTED]>
-----Original Message-----
Date: Sun, 25 Jun 2006 22:36:21 +0200
From: Adrian Aichner <[EMAIL PROTECTED]>
Subject: [emacs-wiki-discuss] muse is stepping on key bindings
reserved for users
Hi All,
(info "(lispref)Style Tips")
of XEmacs states the following.
* Please do not define `C-c LETTER' as a key in your major modes.
These sequences are reserved for users; they are the *only*
sequences reserved for users, so we cannot do without them.
Instead, define sequences consisting of `C-c' followed by a
non-letter. These sequences are reserved for major modes.
Changing all the major modes in Emacs 18 so they would follow this
convention was a lot of work. Abandoning this convention would
make that work go to waste, and inconvenience users.
* Sequences consisting of `C-c' followed by `{', `}', `<', `>', `:'
or `;' are also reserved for major modes.
I hope this is all true for GNU Emacs as well.
Following bindings violate the first item:
C-c i l muse-insert-relative-link-to-file
C-c i t muse-insert-tag
Could this be finxed in a future version of planner-muse, please?
Best regards!
Adrian
--
Adrian Aichner
mailto:[EMAIL PROTECTED]
http://www.xemacs.org/
_______________________________________________
emacs-wiki-discuss mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss