emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] RE: muse is stepping on key bindings reserved for u


From: Raymond Zeitler
Subject: [emacs-wiki-discuss] RE: muse is stepping on key bindings reserved for users
Date: Mon, 26 Jun 2006 13:11:45 -0400

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 <address@hidden>


-----Original Message-----
Date: Sun, 25 Jun 2006 22:36:21 +0200
From: Adrian Aichner <address@hidden>
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:address@hidden
 http://www.xemacs.org/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]