Re: [Orgmode] Disputed keys

2011-01-09 Thread David Maus
At Sun, 09 Jan 2011 12:24:52 +0100, David Maus wrote: [1 multipart/signed (7bit)] [1.1 text/plain; US-ASCII (7bit)] At Sat, 18 Dec 2010 22:26:13 +0100, Andrea Crotti wrote: I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's

Re: [Orgmode] Disputed keys

2010-12-21 Thread Darlan Cavalcante Moreira
I use the function other-frame for that, which is bound to `C-x 5 o' as Suvayu mentioned. To make this easier (since I use it frequently) I just bind other-frame to C-c o with (global-set-key \C-co'other-frame) This works very well for me. -- Darlan At Sun, 19 Dec 2010 21:49:53 -0800,

Re: [Orgmode] Disputed keys

2010-12-20 Thread Stefan Vollmar
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)

Re: [Orgmode] Disputed keys

2010-12-20 Thread Carsten Dominik
On Dec 18, 2010, at 10:26 PM, Andrea Crotti wrote: I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's one of the keys that orgmode uses. I added the two values here to the org-disputed-keys --8---cut

Re: [Orgmode] Disputed keys

2010-12-19 Thread Eric S Fraga
Andrea Crotti andrea.crott...@gmail.com writes: I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's one of the keys that orgmode uses. I added the two values here to the org-disputed-keys [(meta left)] Value: [(meta

Re: [Orgmode] Disputed keys

2010-12-19 Thread Suvayu Ali
On Sunday 19 December 2010 11:20 AM, Eric S Fraga wrote: Andrea Crottiandrea.crott...@gmail.com writes: I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's one of the keys that orgmode uses. I added the two values here to the