Re: [Python-mode] confusion about py-string-to-syntax def

2011-01-13 Thread Andreas Röhler
Am 13.01.2011 22:16, schrieb s...@pobox.com: >>> I'm trying to get the latest python-mode.el to compile cleanly. Neither of you answered this question. :-) How do I get those warnings to go away? Skip Hi Skip, seems you introduced a bug. Why not use the trunk? BTW all the "py-"-pre

Re: [Python-mode] confusion about py-string-to-syntax def

2011-01-13 Thread Barry Warsaw
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-stri

Re: [Python-mode] confusion about py-string-to-syntax def

2011-01-13 Thread Andreas Röhler
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)

[Python-mode] confusion about py-string-to-syntax def

2011-01-13 Thread skip
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))