Re: [O] About org-babel menu

2012-04-01 Thread Nick Dokos
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: > > > >

Re: [O] About org-babel menu

2012-04-01 Thread Bernt Hansen
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-p

Re: [O] About org-babel menu

2012-03-31 Thread Yagnesh Raghava Yakkala
Bastien writes: > Hi Thorsten, > > I'm interested in having a menu for Babel. > > What I need is (1) the list of functions and contexts in which this menu > should appear and (2) the list of items for such a menu. When we have > this, we can think of context-aware mouse-menu deeper, adapted to w

Re: [O] About org-babel menu

2012-03-31 Thread Bastien
Hi Thorsten, I'm interested in having a menu for Babel. What I need is (1) the list of functions and contexts in which this menu should appear and (2) the list of items for such a menu. When we have this, we can think of context-aware mouse-menu deeper, adapted to what is already available in th

Re: [O] About org-babel menu

2012-03-31 Thread Nick Dokos
Torsten Wagner wrote: > My menus are hidden too. However,  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.  The menu will pop up > as a context menu close to the mouse cursor  location. Be awar

Re: [O] About org-babel menu

2012-03-30 Thread Torsten Wagner
My menus are hidden too. However, 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. The menu will pop up as a context menu close to the mouse cursor location. Be aware there is a customization menu t

Re: [O] About org-babel menu

2012-03-27 Thread Bastien
Hi Rainer, Rainer M Krug writes: > So I would see it as a useful way of promoting babel (and therefore > org-mode) and also as a nice reminder of less frequently (but > nevertheless usefull) functionality. Agreed. Is anyone volunteering for listing the items in such a menu for Babel? If so,

Re: [O] About org-babel menu

2012-03-19 Thread Jonathan Leech-Pepin
On Mon, Mar 19, 2012 at 10:41, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 19/03/12 15:22, Eric Schulte wrote: >> Hi FengShu, >> >> I don't know much about the Emacs customization interface, but it is >> certainly the solution to >> this issue.  There does curren

Re: [O] About org-babel menu

2012-03-19 Thread Eric Schulte
Rainer M Krug writes: > On 19/03/12 15:22, Eric Schulte wrote: >> Hi FengShu, >> >> I don't know much about the Emacs customization interface, but it is >> certainly the solution to >> this issue. There does currently exist a Babel specific customization >> group, the nesting is >> org>babel.

Re: [O] About org-babel menu

2012-03-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/03/12 15:22, Eric Schulte wrote: > Hi FengShu, > > I don't know much about the Emacs customization interface, but it is > certainly the solution to > this issue. There does currently exist a Babel specific customization group, > the nesting i

Re: [O] About org-babel menu

2012-03-19 Thread Eric Schulte
Hi FengShu, I don't know much about the Emacs customization interface, but it is certainly the solution to this issue. There does currently exist a Babel specific customization group, the nesting is org>babel. Through this interface there are menus like the one you mention below available. One

[O] About org-babel menu

2012-03-19 Thread FengShu
Hi: Could we add some org-babel menu items ,so using them we can enable and disable the computer languages ? for example: #+begin_example org => org-babel => * emacs-lisp sh * R ... * screen #+end_example