Re: [Tutor] ipython trouble with editor

2012-02-13 Thread Mark Lawrence
On 13/02/2012 16:07, Steven D'Aprano wrote: [snipped] You might be better off asking your question on a dedicated ipython support forum. Like http://news.gmane.org/gmane.comp.python.ipython.user -- Cheers. Mark Lawrence. ___ Tutor maillist - Tu

Re: [Tutor] ipython trouble with editor

2012-02-13 Thread Steven D'Aprano
David Craig wrote: Hi, I use emacs with ipython (or I would like to) on a GNU/linux machine. To be able to use it from the ipython shell through %ed I added the following lines to my .bashrc file, export LESS="-R" export EDITOR=emacs this seemed to work as when I try %ed filename it opens an

[Tutor] ipython trouble with editor

2012-02-13 Thread David Craig
Hi, I use emacs with ipython (or I would like to) on a GNU/linux machine. To be able to use it from the ipython shell through %ed I added the following lines to my .bashrc file, export LESS="-R" export EDITOR=emacs this seemed to work as when I try %ed filename it opens and is editable in th