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

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

Re: indent-rigidly a real rightwinger


From: Kevin Rodgers
Subject: Re: indent-rigidly a real rightwinger
Date: Mon, 21 Apr 2003 10:10:26 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Dan Jacobson wrote:

Anyway, please make a way to march text leftwards with just as much ease.

Have you so little imagination you couldn't come up with:

(defun unindent-rigidly (start end arg)
  "Unindent all lines starting in the region sideways by ARG columns.
Called from a program, takes three arguments, START, END and ARG."
  (interactive "r\np")
  (indent-rigidly start end (- arg)))

(global-set-key "\C-c\t" 'unindent-rigidly) ; or whatever key binding you desire

--
<a href="mailto:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>





reply via email to

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