Re: [Python-mode] myrkwid branch indentation bug

2011-04-06 Thread Andreas Röhler

Am 06.04.2011 00:51, schrieb Barry Warsaw:

Here's another myrkwid branch bug.  I've updated to r474 of the branch.


Great, thanks.

BTW I'm not sure how to proceed here. Shall I push further into myrkwid, 
or rather freeze it, opening a new branch for any progress?





-snip snip-
def foo():
 The foo thing.
-snip snip-

Put point on the last line just after the period and hit return.  You end up
in column zero of the new line, but you should end up under the first double
quote.

Cheers,
-Barry



Thanks, see it. Reported as

752252  indent-triplequoted-to-itself

Cheers

Andreas




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


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


Re: [Python-mode] python.el cleanup

2011-04-06 Thread Christoph Scholtes

Hi Andreas,

On 3/30/2011 8:10 AM, Andreas Röhler wrote:


glad to see Emacs python facilities improve. As you mention
python-mode.el, there are some remarks in python.el which I feel are not
correct. If some solution predates historically another, there are
usually some setbacks from being the first.


I am not sure which remarks you are referring to here.


OTOH from my perspective python-mode.el has still some point in proceding.


I don't think anybody is saying otherwise.


Hopefully we may discuss the pro and cons to the benefit of users, which
flavour they may choose finally. As you might have been remarked, its
interwoven to an extend, you can seldom discern it clearly to the one or
other origin.


To me, it really doesn't matter where it originated from or who was 
first. If it works great, great, if it does not, let's improve it. The 
goal should be the best Python support for Emacs possible.



BTW I'm not blaming the GNU's side. Just wanted to point at the issue so
we might hopefully reduce the obstacles.


Here, I am also not sure what issue or obstacles you are referring to.

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


Re: [Python-mode] python.el cleanup

2011-04-06 Thread Glenn Morris
Stefan Monnier wrote:

 The problem was with some of the other contributors, from what I remember.

For example, Andreas Roehler has issues with copyright assignments:

http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00029.html


Besides that, in 2008 an attempt was made to make a list of all the
contributors (it's presumably out-of-date now). The next step would be
for someone to figure out how much each person wrote. See

http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02156.html
http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02234.html
http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02201.html

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


Re: [Python-mode] myrkwid branch indentation bug

2011-04-06 Thread Barry Warsaw
On Apr 06, 2011, at 08:18 AM, Andreas Röhler wrote:

BTW I'm not sure how to proceed here. Shall I push further into myrkwid, or
rather freeze it, opening a new branch for any progress?

I think myrkwid is coming along, and I'm happy to keep running it to test it
out.  My preference would be to keep myrkwid open, and improving, for a little
while longer.  Let's close it when it's ready to be merged to trunk.  I don't
think it's quite there yet, but it's not far.

Is anybody else testing the myrkwid branch on a daily basis?

-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 branch indentation bug

2011-04-06 Thread Andreas Röhler

Am 06.04.2011 16:14, schrieb Barry Warsaw:

On Apr 06, 2011, at 08:18 AM, Andreas Röhler wrote:


BTW I'm not sure how to proceed here. Shall I push further into myrkwid, or
rather freeze it, opening a new branch for any progress?


I think myrkwid is coming along, and I'm happy to keep running it to test it
out.  My preference would be to keep myrkwid open, and improving, for a little
while longer.  Let's close it when it's ready to be merged to trunk.  I don't
think it's quite there yet, but it's not far.

Is anybody else testing the myrkwid branch on a daily basis?


Hi Barry,

don't know. Completely agree having all bugs and basics done first 
before proceeding.


Checked in the fix of bug reported yesterday.

Cheers

Andreas




-Barry


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