[Python-mode] Problem with python-mode.el 4.75
Christoph Conrad
christoph.conrad at gmx.de
Wed Dec 14 14:43:51 CET 2005
Hello,
i encountered a problem with v4.75 and CVS Gnu Emacs.
I had to patch the function `py-execute-region' to make it work:
;;-cco-(let ((cmd (concat py-which-shell (if (string-equal py-which-bufname
(let ((cmd (concat (format "%s" shell) (if (string-equal py-which-bufname
"Jython")
" -" ""))))
Explicitely: py-which-shell => (format "%s" shell)
Best wishes,
Christoph
More information about the Python-mode
mailing list