[Python-mode] Still broken

Andreas Röhler andreas.roehler at online.de
Tue Jan 18 08:20:08 CET 2011


Am 17.01.2011 20:51, schrieb skip at pobox.com:
> I moved ~/src/python-mode out of the way, then from ~/src I executed
>
>      bzr co lp:python-mode
>
> I verified that it says I have version 5.2.0:
>
>      (defconst py-version "5.2.0"
>        "`python-mode' version number.")
>
> Byte compilation still fails (in a fresh XEmacs session):
>
>      Compiling file /Users/skip/src/python-mode/python-mode.el at Mon Jan 17 13:50:21 2011
>        !! Symbol's function definition is void ((string-to-syntax))
>
> Skip
> _______________________________________________


Hi Skip,

solution for XEmacs 21.5 at least was, evaling the file before compiling it.

Please do a "bzr pull" before anyway, as fboundp got replaced by functionp

HTH

Andreas


More information about the Python-mode mailing list