[Python-mode] Bug in python-mode.el 5.1.0?

2010-10-30 Thread Christoph Conrad
Hi, i assume the following code should be changed: ;; TBD: a horrible hack, but why create new Custom variables? ;; -cco- OLD: (let ((cmd (concat py-which-shell (if (string-equal py-which-bufname (let ((cmd (concat shell (if (string-equal py-which-bufname

[Python-mode] Two other bugs in python-mode.el 5.1.0?

2010-10-30 Thread Christoph Conrad
Hi, i also assume the following code should be changed: ;; added: -cco- ((equal arg 'python) (setq arg 1)) ((equal arg 'cpython) (setq arg 1)) ((equal arg 'jython) (setq arg -1))) else it fails on ((< 0 arg) = ;; -cco- (start-process py-which-bufname buf shel