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
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
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)
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))