From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Disputed keys Date: Tue, 21 Dec 2010 13:56:01 -0300 Message-ID: <4d10dc28.1f4b640a.156f.ffffdf83@mx.google.com> References: <874oa97eng.fsf@ucl.ac.uk> <4D0EEE81.8040002@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=40948 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV5VU-00040X-Ka for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 11:56:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PV5VT-0003Sj-3Y for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 11:56:12 -0500 Received: from mail-gx0-f180.google.com ([209.85.161.180]:37517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PV5VT-0003ST-19 for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 11:56:11 -0500 Received: by gxk19 with SMTP id 19so2437815gxk.39 for ; Tue, 21 Dec 2010 08:56:10 -0800 (PST) In-Reply-To: <4D0EEE81.8040002@gmail.com> 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: Suvayu Ali Cc: emacs-orgmode@gnu.org 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, Suvayu Ali wrote: > > 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)] > >> Value: [(meta control left)] > >> [(meta right)] > >> Value: [(meta control right)] > >> > >> but still it doesn't work, in orgmode meta-left is always bound to the > >> org action, not to other-frame as it is in other modes... > > > > Isn't switching to frame a function of your window manager and not > > emacs? That is, shouldn't this be a case of telling your window manage, > > whatever that may be, to switch frames when these keys are pressed? > > > > Or am I missing something fundamental here? > > I think Andrea meant to say switching window. But none the less, Emacs > has the ability to switch frames, `C-x 5 o' or even your regular > `switch-buffer'. But I think it does it by talking to the window manager. > > This can be very useful when you have multiple emacs frames for one > instance of emacs on different desktops. If you have configured your > window manager appropriately simply switching to a buffer shown on > another desktop can switch you to that desktop and raise the Emacs frame > with the buffer. :) > > -- > Suvayu > > Open source is the future. It sets us free. > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode