[IPython-user] Question about ipython.el

Jouni K. Seppänen jks@iki...
Fri May 11 04:54:14 CDT 2007


bruno <bruno.chazelas@ias.u-psud.fr> writes:

> I have emacs
> This is GNU Emacs 22.0.95.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20)
>  of 2007-03-02 on pacem, modified by Debian
> but it did not work either on the standard emacs 21.4

You wrote elsewhere in the thread that waiting for 0.1 seconds helped,
so the problem is probably not related to Emacs versions but to the
process taking some time to receive the signal and exit. Perhaps the
correct way to do this is to set up a process sentinel that calls
(py-shell) when the process exits, and then send the signal. Which is
kind of complicated, but that's concurrency for you.

> And thanks for the elisp trick. Two days ago I had never  written an 
> single line  of lisp nor elsisp ;o)

Make sure to check out http://www.gnu.org/software/emacs/elisp-manual/
and have fun learning!

-- 
Jouni K. Seppänen
http://www.iki.fi/jks



More information about the IPython-user mailing list