[Python-mode] upcoming release
Andreas Röhler
andreas.roehler at online.de
Sat Jan 29 10:55:57 CET 2011
Am 29.01.2011 01:06, schrieb skip at pobox.com:
>
> Barry> I've merged your branch and will play with it over the weekend.
> Barry> I'm going to leave it to Skip to verify the XEmacs compatibility
> Barry> issues (Skip please let us know if you need help getting
> Barry> Andreas's branch).
>
> I was able to check it out and just load-file'd the python-mode.el. (Should
> I have done more?) When I tried to format the triple-quoted in this file:
>
> """
> triple-quoted string containing "quotation" marks.
> triple-quoted string containing "quotation" marks.
> triple-quoted string containing "quotation" marks.
> triple-quoted string containing "quotation" marks.
> triple-quoted string containing "quotation" marks.
> """
>
> class Foo(object):
> @staticmethod
> def bar(aList):
> for x in aList:
> for y in x:
> print y
>
>
> It complained about ar-bounds-of-comment-atpt. Shouldn't loading
> python-mode.el have complained about that?
yes, thanks.
Added the require-forms.
Trying to load-file the file
> where that symbol was defined failed.
>
> I added the paragraph-fill-warts to the start of load-path and restarted
> XEmacs. I then tried to byte-compile python-mode.el. That failed with the
> usual (for me) complaint about string-to-syntax being missing.
>
There was an old version in this branch.
Checked in the new one. Also the sequence of new forms had to be changed.
Some compile warnings remain with XEmacs 21.5.
Could you pull again and check?
Andreas
> I'll wait for these problems to be resolved before doing more.
>
> Skip
>
More information about the Python-mode
mailing list