From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: About org-babel menu Date: Sat, 31 Mar 2012 03:21:30 -0400 Message-ID: <5423.1333178490@alphaville> References: <87d388lo8f.fsf@gmail.com> <87pqc8acwy.fsf@gmx.com> <4F67458D.5090904@gmail.com> <874ntkabiu.fsf@gmx.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDscy-0005ii-7d for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 03:21:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDscw-0001DV-GX for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 03:21:35 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:43198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDscw-0001DR-BU for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 03:21:34 -0400 In-Reply-To: Message from Torsten Wagner of "Sat\, 31 Mar 2012 14\:50\:24 +0900." 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: Torsten Wagner Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Eric Schulte Torsten Wagner wrote: > My menus are hidden too. However,=C2=A0 if I need them for some reasons > there is some key mouse combo. Can't remember exactly. Shift right > click or C- right click.. something along this.=C2=A0 The menu will pop up > as a context menu close to the mouse cursor=C2=A0 location. Be aware there > is a customization menu too. >=20 > Just in case you look for a quick way to use the menu. >=20 Thanks for the useful hint. 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. Nick