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
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to