]> git.eshelyaron.com Git - emacs.git/commitdiff
Added commentary about installing pyreadline on system that bundles Python without...
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:07 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:07 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 8b7acc6b74ce90acd32cf4db7b9ce306c9516956..623614598d34eca110df06efc016e8c82a266338 100644 (file)
 ;;  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.