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

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

Re: Indent region by one tabstop


From: BDB
Subject: Re: Indent region by one tabstop
Date: 20 Apr 2012 00:04:34 GMT
User-agent: slrn/pre1.0.0-18 (Linux)

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?


reply via email to

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