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

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

[emacs-wiki-discuss] keymaps in XEmacs seem to be broken


From: pll+ew
Subject: [emacs-wiki-discuss] keymaps in XEmacs seem to be broken
Date: Thu, 03 Jun 2004 10:01:37 -0400

Hi Sacha,

I just noticed in planner that C-c C-x has been marking all my tasks 
as cancelled (ie, C not X).  I just had to run perl -pi.bak 's/ C / X /' *
in my plan directory to correct this.

It seem that throughout planner, emacs-wiki, and remember you set 
different key bindings for XEmacs usually involving the S modifier 
(C-c C-X for Emacs vs. C-c C-S-x for XEmacs).  However, it appears 
that XEmacs (at least in my case) is not obeying the S modifier.
When I type C-c C-x, I get the action bound to C-c C-S-x, or, 
planner-task-cancelled, not the action bound ot C-c C-x, or 
planner-task-done.

Looking at line 564-567 of planner.el I see:

    (define-key map "\C-c\C-x" 'planner-task-done)
    (define-key map (if (featurep 'xemacs)
                        (kbd "C-c C-X")
                      (kbd "C-c C-S-x")) 'planner-task-cancelled)

Should, perhaps, the 'kbd' sections read "\C-c\C-x" and "\C-c\C-S-x" 
instead? ( I have no idea, I don't lisp from scheme from Tagalog, 
it's all Greek to me :)

I'm more than willing to help you debug this in any way I can, let me 
know if you want me to send you any of my config files or try 
different things.

Thanks,


-- 
Seeya,
Paul

GPG Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

         If you're not having fun, you're not doing it right!






reply via email to

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