emacs python-mode questions: C-c C-c and broken docstring fill

Skip Montanaro skip at pobox.com
Sun Jul 27 11:54:23 EDT 2003


    John> Wrong type argument: sequencep, cpython

Where the comment says "TBD: a horrible hack...": try replacing the
beginning of the let with

      (let ((cmd (concat (if (eq shell (quote cpython))
                             "python"
                           "jython")
                         (if (string-equal py-which-bufname "JPython")
                             " -" ""))))

I have no idea what the "jython" string really should be.  That was just a
guess.

Skip





More information about the Python-list mailing list