help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs block indentation


From: John A Pershing Jr
Subject: Re: Emacs block indentation
Date: Wed, 30 Sep 2009 09:56:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt)

Jaideep Das <jaideep.jdof@gmail.com> writes:
> I am using emacs 2.2 at work and 2.3 at home for python coding. I want
> to know how can I indent or outdent a block of code multiple times. When
> I mean is when I select a code part using C-space and then use C-x <tab>
> / C-c-> / C-c-< to indent or outdent, this only works once and then
> deselect the block. What if i want to indent multiple times on the same
> code block do I have to repeated this key sequence from selecting the
> block to indent.

No, the region has not been deselected.  All that has happened is that
the "active" flag has been cleared.  The indent/outdent functions ignore
the "active" flag.

  -jp


reply via email to

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