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

Christoph Conrad christoph.conrad at gmx.de
Sat Oct 30 13:35:15 CEST 2010


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 shell arg file)
        (start-process py-which-bufname buf (format "%s" shell) arg file)

cause shell can be a symbol

Regards,
Christoph


More information about the Python-mode mailing list