From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: About org-babel menu Date: Sun, 01 Apr 2012 16:26:47 -0400 Message-ID: <13950.1333312007@alphaville> References: <87d388lo8f.fsf@gmail.com> <87pqc8acwy.fsf@gmx.com> <4F67458D.5090904@gmail.com> <874ntkabiu.fsf@gmx.com> <5423.1333178490@alphaville> <8762dj4dj8.fsf@norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SERMf-000323-ID for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 16:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SERMd-0004ve-Oz for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 16:27:05 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:2609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SERMd-0004ur-KJ for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 16:27:03 -0400 In-Reply-To: Message from Bernt Hansen of "Sun, 01 Apr 2012 12:34:03 EDT." <8762dj4dj8.fsf@norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Eric Schulte Bernt Hansen wrote: > Nick Dokos writes: > > > One possible gotcha: in my case, C- is undefined, even though > > the docs say it should be. I tried emacs -q and emacs -Q as well, just > > in case, my init somehow clobbers it: undefined there as well. So I > > have to bind it somehow: > > > > (global-set-key [C-mouse-3] 'mouse-popup-menubar-stuff) > > > > does not seem to work for me, but > > > > (global-set-key [mouse-3] 'mouse-popup-menubar-stuff) > > > > does. > > > > GNU Emacs 24.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4) of 2012-01-24 > > > > That's good enough I guess but I was wondering if anybody else has these > > problems. > > GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 > on raven, modified by Debian > > [C-mouse-3] works for me and I've never customized it to my knowledge. > I also have the menus turned off. Maybe it's an emacs 24 thing? > It might very well be. Thanks for checking! Nick