[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] About org-babel menu
From: |
Nick Dokos |
Subject: |
Re: [O] About org-babel menu |
Date: |
Sun, 01 Apr 2012 16:26:47 -0400 |
Bernt Hansen <address@hidden> wrote:
> Nick Dokos <address@hidden> writes:
>
> > One possible gotcha: in my case, C-<mouse3> 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