emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Disputed keys


From: Andrea Crotti
Subject: [Orgmode] Re: Disputed keys
Date: Mon, 20 Dec 2010 14:11:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

Stefan Vollmar <address@hidden> writes:

> Dear Andrea,
>
> I have this in my .emacs file
>
> (defun my-org-mode-stuff ()
>   (define-key org-mode-map [(meta tab)] 'previous-user-buffer)
>   (local-set-key (kbd "S-<right>") 'forward-char-mark)
>   (local-set-key (kbd "S-<left>") 'backward-char-mark)
>   (local-set-key (kbd "S-<up>") 'previous-line-mark)
>   (local-set-key (kbd "S-<down>") 'next-line-mark))
>
> (add-hook 'org-mode-hook 'my-org-mode-stuff)
>
> this was a suggestion from the list (thanks to PT <address@hidden>) and works 
> for me, I realize that this was not exactly what you were asking for but 
> thought it might help.
>

I'm quite sure that also would work for me, that's the normal way to
proceed.
But since org-mode has this disputed-keys feature which is quite a good
idea I wanted to use it if possible...

Looks like that the key meta-left which would be bound to "other-frame"
is not seen as used by org-mode, that's my explanation...




reply via email to

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