From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:07 +0000 (-0300) Subject: Added commentary about installing pyreadline on system that bundles Python without... X-Git-Tag: emacs-24.2.90~1199^2~588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=099bf0104e2c6118189b64e79651f3bdfe9e09b2;p=emacs.git Added commentary about installing pyreadline on system that bundles Python without readline --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 8b7acc6b74c..623614598d3 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -72,6 +72,12 @@ ;; python-shell-completion-string-code ;; "';'.join(__IP.complete('''%s'''))\n") +;; Please note that the default completion system depends on the +;; readline module, so if you are using some Operating System that +;; bundles Python without it (like Windows) just install the +;; pyreadline from http://ipython.scipy.org/moin/PyReadline/Intro and +;; you should be good to go. + ;; Pdb tracking: when you execute a block of code that contains some ;; call to pdb (or ipdb) it will prompt the block of code and will ;; follow the execution of pdb marking the current line with an arrow.