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

John J. Lee jjl at pobox.com
Sun Jul 27 20:53:15 EDT 2003


Skip Montanaro <skip at pobox.com> writes:

>     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")
>                              " -" ""))))
[...]

That works.  Thanks.


John




More information about the Python-list mailing list