From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: BDB Newsgroups: gmane.emacs.help Subject: Re: Indent region by one tabstop Date: 20 Apr 2012 00:04:34 GMT Organization: Unlimited download news at news.astraweb.com Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1334880314 4224 80.91.229.3 (20 Apr 2012 00:05:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2012 00:05:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 20 02:05:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SL1Ld-0000Av-Sg for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2012 02:05:14 +0200 Original-Received: from localhost ([::1]:56681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SL1Ld-0006tm-5k for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 20:05:13 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!news-xfer.nntp.sonic.net!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/pre1.0.0-18 (Linux) Original-Lines: 9 Original-NNTP-Posting-Host: 387659d2.news.astraweb.com Original-X-Trace: DXC=SC_?VLF_P1R7mQFj[jHB?YDhTTH[ek; 2Q9G2Y6Y9M@DDZ:PR9`_0; BCYK3Q Original-Xref: usenet.stanford.edu gnu.emacs.help:192106 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84522 Archived-At: Drew Adams wrote: > Use `indent-rigidly' with the value of `tab-width'? > > (defun my-indent-a-tab-width (start end) > (interactive "r") > (indent-rigidly start end tab-width)) Works great, thanks! You wouldn't happen to know a way to do the inverse, delete 4 spaces from the beginning of each line in a region?