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

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

Re: [emacs-wiki-discuss] Re: planner-schedule bug or me?


From: pll+ew
Subject: Re: [emacs-wiki-discuss] Re: planner-schedule bug or me?
Date: Mon, 05 Apr 2004 10:27:57 -0400

In a message dated: Sun, 04 Apr 2004 18:13:38 +0800
Sacha Chua said:

>Under XEmacs, it should be trying to bind to C-c C-S-t (control-c,
>control-shift-t). However, something seems to already be bound to C-c
>C-S-t. Can you please C-h k C-c C-T in your planner buffer to see what
>it's already bound to?

For some reason, C-h k C-c C-T seems to not register the shift 
modifier key.  As a result, it thinks I'm typing C-h k C-c C-t, which 
I have bound to 'planner-create-task-from-buffer'.

These are in my .xemacs (stolen from Jody's config :)

 (define-key global-map [?\C-c ?\C-t] 'planner-create-task-from-buffer)
 (define-key global-map [?\C-x ?\C-d] 'planner-diary-add-entry)

I'm wondering if I shouldn't change these (global-set-key X 'function)
instead (most of my other key bindings are this way, not the 
(define-key global-map) way).
-- 
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]