all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: shortcut for increasing/decreasing indent
Date: Mon, 28 Mar 2005 12:55:40 -0700	[thread overview]
Message-ID: <3ar5pvF4mt9qbU1@individual.net> (raw)
In-Reply-To: <mailman.4433.1111267694.32256.help-gnu-emacs@gnu.org>

Michael-E. Voges wrote:
> Hi Emacs's,
> I wonder, if there ist a shortcut increasing/decreasing an indented line while 
> the cursor is anywhere on that line without leaving the point (like for 
> example C-D or C-T in edit-mode on some other famous editor).

Hmmm...

(defun indent-line-rigidly (arg)
   "*Increase or decrease the indentation of the current line by ARG 
colums."
   (interactive "p")
   (indent-rigidly (line-beginning-position) (line-end-position) arg))

-- 
Kevin Rodgers

       reply	other threads:[~2005-03-28 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4433.1111267694.32256.help-gnu-emacs@gnu.org>
2005-03-28 19:55 ` Kevin Rodgers [this message]
2005-03-19 21:18 shortcut for increasing/decreasing indent Michael-E. Voges

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

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

  git send-email \
    --in-reply-to=3ar5pvF4mt9qbU1@individual.net \
    --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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.