comparison lisp/ChangeLog @ 72567:b562a18db094

(python-send-command): Simplify. (run-python): Don't generate a new buffer unless `new' was specified. Make sure we send `import emacs' to the proper process.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Aug 2006 21:58:27 +0000
parents 41f22ed02e75
children 02a05917de2a
comparison
equal deleted inserted replaced
72566:41f22ed02e75 72567:b562a18db094
1 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/python.el (python-send-command): Simplify.
4 (run-python): Don't generate a new buffer unless `new' was specified.
5 Make sure we send `import emacs' to the proper process.
2 6
3 * progmodes/python.el (python-send-command): Don't wait for the command 7 * progmodes/python.el (python-send-command): Don't wait for the command
4 to terminate. Don't fiddle with compilation-parsing-end. 8 to terminate. Don't fiddle with compilation-parsing-end.
5 9
6 2006-08-28 Chong Yidong <cyd@stupidchicken.com> 10 2006-08-28 Chong Yidong <cyd@stupidchicken.com>