From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Disputed keys Date: Mon, 20 Dec 2010 14:11:47 +0100 Message-ID: References: <7C5FDE9C-354C-4F95-A0C9-D751333F7566@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40014 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUfa7-0003ka-Ad for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 08:15:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUfa5-0002zD-LP for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 08:15:15 -0500 Received: from lo.gmane.org ([80.91.229.12]:33925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUfa5-0002yt-Fl for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 08:15:13 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PUfZv-0002Ip-TD for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 14:15:03 +0100 Received: from 84-128.eduroam.rwth-aachen.de ([134.61.84.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2010 14:15:03 +0100 Received: from andrea.crotti.0 by 84-128.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Dec 2010 14:15:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Stefan Vollmar 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-") 'forward-char-mark) > (local-set-key (kbd "S-") 'backward-char-mark) > (local-set-key (kbd "S-") 'previous-line-mark) > (local-set-key (kbd "S-") 'next-line-mark)) > > (add-hook 'org-mode-hook 'my-org-mode-stuff) > > this was a suggestion from the list (thanks to PT ) 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...