[Python-mode] upcoming release

2011-07-19 Thread Andreas Röhler
Hi Barry, what about that draft below of a NEWS file section. Or better to number 6.0? Cheers, Andreas : New in version 5.3.0 Finer grained commands. As shown below for the `mark'-command, you may delete, copy, jump to beginning and end of the

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

Re: [Python-mode] upcoming release

2011-01-28 Thread 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/~a-roehler/python-mode/paragraph-fill-wart

[Python-mode] upcoming release

2011-01-28 Thread Andreas Röhler
Hi Barry, 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/~a-roehler/python-mode/paragraph-fill-warts It comes with a lot of utilities though