From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: Python indent region Date: Tue, 11 Jul 2006 11:08:18 +0200 Message-ID: References: <1152528551.081898.38570@35g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152610893 24154 80.91.229.2 (11 Jul 2006 09:41:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Jul 2006 09:41:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 11 11:41:32 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G0Ek6-00045J-IE for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Jul 2006 11:41:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0Ek6-0007xg-44 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Jul 2006 05:41:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: individual.net vAPtK/1PaisbQC9u0c9O6QvKBZK1OLkQVm5YI+HQHL+Et5hs/v User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:7qodINYhImyiNDfnKt2pFrWJEww= Original-Xref: shelby.stanford.edu gnu.emacs.help:140265 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35890 Archived-At: Peter Dyballa writes: > And if these do not do it you can use rectangle functions to cut out > a block of so many lines height and these few columns width, or > "open" the marked lines by inserting as many spaces as the mark > indicates or a particular string. For example C-x r o (open rectangle). You can also use C-x r t STRING to prefix a rectangle with a string. And, finally, you can also use C-x TAB to indent region one space at a time. With a prefix argument you can control the number of spaces and you can even enter a negative argument to decrease the indentation. I think you should have enough options now :)