Re: Looking for indent advice howto in emacs python-mode
- From: "bruno.desthuilliers@xxxxxxxxx" <bruno.desthuilliers@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 12:36:13 -0700 (PDT)
On 31 mar, 18:32, "Steven W. Orr" <ste...@xxxxxxxxxxx> wrote:
Here's what I want to do:
if ( ( v == 1 )
or ( v == 2 )
or ( v == 3 ) ):
pass
Why the parens ?
if a == 1 \
or b == 2 \
or c == 3:
pass
.
- References:
- Looking for indent advice howto in emacs python-mode
- From: Steven W. Orr
- Looking for indent advice howto in emacs python-mode
- Prev by Date: Re: License of Python
- Next by Date: Re: Creating a python c-module: passing double arrays to c functions. segmentation fault. swig
- Previous by thread: Looking for indent advice howto in emacs python-mode
- Next by thread: Is this a good time to start learning python?
- Index(es):