On Jan 13, 2011, at 10:09 PM, Andreas Röhler wrote: >Am 13.01.2011 21:05, schrieb s...@pobox.com: >> I'm trying to get the latest python-mode.el to compile cleanly. I have this >> definition: >> >> ;; Skip's XE workaround >> (if (fboundp 'string-to-syntax) >> (defalias 'py-string-to-syntax string-to-syntax) >> (defun py-string-to-syntax (s) >> (cond >> ((equal s "|") '(15)) >> ((equal s "_") '(3)) >> (t (error "Unhandled string: %s" s)))) >> ) >> > >though my taste is still the other way around: > >as soon as XEmacs merges up to GNU code, would should drop our stuff, >considered a possible a bug-source than. > >With the use of a aliased function I'm afraid, we have the complexity and bug >source just now. > >I'll be patient and look, should someone want to write that in. >Just rather not me :-) > >Let's go on
As I said, you're doing the work, and this is internal stuff, so it's your call. :)
signature.asc
Description: PGP signature
_______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode