[Orgmode] Re: Strange key binding problem

2008-08-31 Thread Samuel Wales
This is the header to the org file, in case it matters.

#+LINK: goor http://www.google.com/search?q=%s
#default is item todo pri tags
#+COLUMNS: %25ITEM %10DEADLINE %SCHEDULED %TODO %TAGS %PRIORITY
##+STARTUP: showall


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Strange key binding problem

2008-09-02 Thread Samuel Wales
If I evaluate the following sexp in the org-mode buffer, should it
take effect?  It doesn't take effect for either ESC down or alt-down.

(org-defkey org-mode-map [(meta down)]  'org-metadown)

Thanks.


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Strange key binding problem

2008-09-03 Thread Carsten Dominik


On Sep 2, 2008, at 9:07 PM, Samuel Wales wrote:


If I evaluate the following sexp in the org-mode buffer, should it
take effect?  It doesn't take effect for either ESC down or alt-down.

(org-defkey org-mode-map [(meta down)]  'org-metadown)


That should work, and it does for me.

- Carsten



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Strange key binding problem

2008-09-03 Thread Samuel Wales
On Wed, Sep 3, 2008 at 02:51, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>> (org-defkey org-mode-map [(meta down)]  'org-metadown)
>
> That should work, and it does for me.

OK, does not work for me.  This does, however.  (I got it by M-x
local-set-key RET.  This is a trick I use to figure out what a key
does.)

(local-set-key (quote [27 right]) (quote org-metaright))

By the way, Alt-right merely sends right.

Carbon emacs, mac powerbook, tiger, gui, latest org-mode.  External
keyboard that is known to be good.

Thanks.


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Strange key binding problem

2008-09-03 Thread Samuel Wales
On Wed, Sep 3, 2008 at 02:51, Carsten Dominik <[EMAIL PROTECTED]> wrote:
>> (org-defkey org-mode-map [(meta down)]  'org-metadown)
>
> That should work, and it does for me.

OK, does not work for me.  This does, however.  (I got it by M-x
local-set-key RET.  This is a trick I use to figure out what a key
does.)

(local-set-key (quote [27 right]) (quote org-metaright))

By the way, Alt-right merely sends right.

Carbon emacs, mac powerbook, tiger, gui, latest org-mode.  External
keyboard that is known to be good.

Thanks.

(local-set-key (quote [27 right]) (quote org-metaright))


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode