unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: indent-rigidly a real rightwinger
Date: Mon, 21 Apr 2003 10:10:26 -0600	[thread overview]
Message-ID: <3EA417F2.1030402@yahoo.com> (raw)
In-Reply-To: mailman.4983.1050878388.21513.bug-gnu-emacs@gnu.org

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	other threads:[~2003-04-21 16:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4983.1050878388.21513.bug-gnu-emacs@gnu.org>
2003-04-21 16:10 ` Kevin Rodgers [this message]
2003-04-20 21:52 indent-rigidly a real rightwinger Dan Jacobson
     [not found] ` <84he8sf5ie.fsf@lucy.is.informatik.uni-duisburg.de>
2003-04-22  0:21   ` Dan Jacobson
2003-04-22  8:43     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EA417F2.1030402@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).