Re: [Python-mode] myrkwid ready to merge?

2011-03-31 Thread Barry Warsaw
On Mar 31, 2011, at 11:56 AM, Andreas Röhler wrote:

added still another python-mode-test.el, running
test-cases independently from bugs reported:

`py-run-tests' does for now

  'py-beginning-of-block-test
  'py-end-of-block-test
  'py-beginning-of-block-or-clause-test
  'py-end-of-block-or-clause-test
  'py-beginning-of-def-test
  'py-end-of-def-test
  'py-beginning-of-def-or-class-test
  'py-end-of-def-or-class-test

Please tell, if there are cases you want to see.

Cool, thanks.  I've updated this and re-enabled it locally, so I'll play with
it for the next few days.

-Barry


signature.asc
Description: PGP signature
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] myrkwid ready to merge?

2011-03-28 Thread Barry Warsaw
On Mar 26, 2011, at 07:08 PM, Andreas Röhler wrote:

AFAIS all indent-bugs reported are done with Myrkwid branch.

Provided tests from inside Emacs for it: py-bug-numbered-tests.el

Also tests may be run in batch-mode: python-mode-tests.sh

Please have a look if it's ready:

https://code.launchpad.net/~a-roehler/python-mode/myrkwid

The diff is pretty big, but I'll try to find some time to review the
python-mode.el parts.  In the meantime, I'll grab your branch and use it for a
few days.  Before it gets merged, I think Skip should definitely do the same
to test for XEmacs compatibility.

Cheers,
-Barry


signature.asc
Description: PGP signature
___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


Re: [Python-mode] myrkwid ready to merge?

2011-03-28 Thread Andreas Röhler

Am 28.03.2011 16:55, schrieb Barry Warsaw:

On Mar 26, 2011, at 07:08 PM, Andreas Röhler wrote:


AFAIS all indent-bugs reported are done with Myrkwid branch.

Provided tests from inside Emacs for it: py-bug-numbered-tests.el

Also tests may be run in batch-mode: python-mode-tests.sh

Please have a look if it's ready:

https://code.launchpad.net/~a-roehler/python-mode/myrkwid


The diff is pretty big, but I'll try to find some time to review the
python-mode.el parts.


its just the move-, mark parts which have changed. The diff is confusing.

 In the meantime, I'll grab your branch and use it for a

few days.  Before it gets merged, I think Skip should definitely do the same
to test for XEmacs compatibility.


If XEmacs tqs-syntax is still broken, he will not have more fun than 
with the trunk.


XEmacs users for now should be best off with components branch. Might 
remain  some dependencies still to solve, but the basics for non-pps 
parsing are available.


Should Skip report XEmacs related bugs of components branch, I'm ready 
to implement the missing parts - cc to him.


Cheers



Cheers,
-Barry


___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode


[Python-mode] myrkwid ready to merge?

2011-03-26 Thread Andreas Röhler

Hi Barry,

AFAIS all indent-bugs reported are done with Myrkwid branch.

Provided tests from inside Emacs for it: py-bug-numbered-tests.el

Also tests may be run in batch-mode: python-mode-tests.sh

Please have a look if it's ready:

https://code.launchpad.net/~a-roehler/python-mode/myrkwid

The core is re-written, so would not merge without your consent.

API however should be unchanged, beside some extra delivered.

Functions moving point are designed around
  `py-beginning-of-statement', `py-end-of-statement'

with `py-travel-current-indent' stepping downwards.

Also `py-compute-indentation' redone.

Cheers

Andreas

--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/

___
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode