Re: [Python-mode] paragraph-fill-warts branch

2011-01-29 Thread skip
Andreas> the old bug should be gone now. Andreas> As its redone from the bottom, filling isn't correct yet. Andreas> However, borders of triple-quoted-string now are recognised, Andreas> `ar-bounds-of-triplequoted-atpt' should report it for example, Andreas> the remaining s

[Python-mode] paragraph-fill-warts branch

2011-01-29 Thread Andreas Röhler
Hi Skip, the old bug should be gone now. As its redone from the bottom, filling isn't correct yet. However, borders of triple-quoted-string now are recognised, `ar-bounds-of-triplequoted-atpt' should report it for example, the remaining should not be a rocky mountain. Andreas _

Re: [Python-mode] Latest error

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 18:52, schrieb s...@pobox.com: >> thingatpt-highlight was the only one it complained about. Andreas> Hmm, seems I underestimated the issue. Andreas> added and pushed. I'm getting farther. Looks like thingatpt-highlight was missing (when (featurep 'xemacs)

Re: [Python-mode] Latest error

2011-01-29 Thread skip
>> thingatpt-highlight was the only one it complained about. Andreas> Hmm, seems I underestimated the issue. Andreas> added and pushed. I'm getting farther. Looks like thingatpt-highlight was missing (when (featurep 'xemacs) (require 'overlay)) so I added that to get the make-

Re: [Python-mode] Latest error

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 18:16, schrieb s...@pobox.com: Looks like thingatpt-utils-base requires thingatpt-highlight which doesn't exist in the checkout. I evaled all the (require) statements from the .el files in a (progn) block: (progn (require 'easymenu) (require 'ansi-color) (requ

[Python-mode] Latest error

2011-01-29 Thread skip
Looks like thingatpt-utils-base requires thingatpt-highlight which doesn't exist in the checkout. I evaled all the (require) statements from the .el files in a (progn) block: (progn (require 'easymenu) (require 'ansi-color) (require 'ar-comment-lor) (require 'beg-end) (re

Re: [Python-mode] upcoming release

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 17:41, schrieb s...@pobox.com: Latest error: File mode specification error: (file-error "Cannot open load file: %s" sh-beg-end) Well, it's able to jump to beginnings- and end of shell blocks, what the common GNU mode can't This world should be finite though... added and p

Re: [Python-mode] upcoming release

2011-01-29 Thread skip
Latest error: File mode specification error: (file-error "Cannot open load file: %s" sh-beg-end) Skip ___ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode

Re: [Python-mode] upcoming release

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 17:12, schrieb s...@pobox.com: Andreas> Ok, so let's have it. Pushed just now. File mode specification error: (file-error "Cannot open load file: %s" string-strip) ehm... pushed load-path: `load-path' is a simple built-in variable. Value: ("/Users/skip/src

Re: [Python-mode] upcoming release

2011-01-29 Thread skip
Andreas> Ok, so let's have it. Pushed just now. File mode specification error: (file-error "Cannot open load file: %s" string-strip) load-path: `load-path' is a simple built-in variable. Value: ("/Users/skip/src/paragraph-fill-warts" ... Skip

Re: [Python-mode] upcoming release

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 16:03, schrieb s...@pobox.com: Andreas> Could you pull again and check? I get failures when I visit a .py file. load-path includes your version at the front: ("/Users/skip/src/paragraph-fill-warts" "/Users/skip/emacs/sql" "/Users/skip/emacs/url" "/Users/skip/emac

Re: [Python-mode] upcoming release

2011-01-29 Thread skip
Andreas> Could you pull again and check? I get failures when I visit a .py file. load-path includes your version at the front: ("/Users/skip/src/paragraph-fill-warts" "/Users/skip/emacs/sql" "/Users/skip/emacs/url" "/Users/skip/emacs" "/Users/skip/local/lib/xemacs/site-lisp"

Re: [Python-mode] upcoming release

2011-01-29 Thread Andreas Röhler
Am 28.01.2011 23:09, schrieb Barry Warsaw: On Jan 28, 2011, at 10:56 PM, Andreas Röhler wrote: enabling XEmacs' handling of triple-quoted-strings fixing bugs known for now seems an interesting item from my perspective. paragraph-fill-warts branch should enable this. https://code.launchpad.net/

Re: [Python-mode] upcoming release

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 01:06, schrieb s...@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 bra