emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in Python-mode


From: Paul Pogonyshev
Subject: Re: bug in Python-mode
Date: Mon, 18 Dec 2006 02:20:25 +0200
User-agent: KMail/1.7.2

Slawomir Nowaczyk wrote:
> Well, both:
> 
>     sys.stderr.write (str (lambda x:
>                                x + 1))
>     a = 1
> 
> and:
> 
>     def aa():
>         sys.stderr.write (str (lambda x:
>                                    x + 1))
>         a = 1
> 
> indent properly on my machine... Did I misunderstood you again?

No, sorry.  It works OK with the CVS version of python-mode.el, which
I failed to update before complaining.  (Except that I think the old
version of indentation of the lambda itself was nicer, but that is not
really important.)

Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]