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
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
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