Am 17.01.2011 20:51, schrieb [email protected]:
I moved ~/src/python-mode out of the way, then from ~/src I executedbzr 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 _______________________________________________ Python-mode mailing list [email protected] http://mail.python.org/mailman/listinfo/python-mode
