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

2011-01-14 Thread Andreas Röhler
[ ... ] What is tqs-syntax-setting? Meant: Defining the syntax for the triple-quoted-string. ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

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

2011-01-14 Thread Barry Warsaw
On Jan 14, 2011, at 08:07 AM, s...@pobox.com wrote: >I would if I could. I have been merging trunk to my branch. How do I swap >my (mostly dead) branch for trunk? > >Guys, I generally find DVCS very difficult to use. They don't fit my brain >at all. (I fear for the day when the Python source t

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

2011-01-14 Thread skip
Andreas> seems you introduced a bug. Why not use the trunk? I would if I could. I have been merging trunk to my branch. How do I swap my (mostly dead) branch for trunk? Guys, I generally find DVCS very difficult to use. They don't fit my brain at all. (I fear for the day when the Python

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)