[Orgmode] Disputed keys

2010-12-18 Thread Andrea Crotti
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 here---start->8--- [(meta left)] Value:

Re: [Orgmode] Disputed keys

2010-12-19 Thread Eric S Fraga
Andrea Crotti 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 control left)] > [(m

Re: [Orgmode] Disputed keys

2010-12-19 Thread Suvayu Ali
On Sunday 19 December 2010 11:20 AM, Eric S Fraga wrote: Andrea Crotti 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)]

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-") 'forward-char-mark) (local-set-key (kbd "S-") 'backward-char-mark) (local-set-key (kbd "S-") 'previous-line-mark) (local-set-key

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 here-

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

2011-01-09 Thread David Maus
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 one of the keys that orgmode > uses. > > I added the two values here to the org-disputed-keys > > --8<---cut here

Re: [Orgmode] Disputed keys

2011-01-09 Thread David Maus
At Sun, 09 Jan 2011 12:24:52 +0100, David Maus wrote: > > [1 ] > [1.1 ] > 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 one of the keys that orgmode > > uses. >