From 099bf0104e2c6118189b64e79651f3bdfe9e09b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:07 -0300 Subject: [PATCH] Added commentary about installing pyreadline on system that bundles Python without readline --- lisp/progmodes/python.el | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.5