From: Matthias <orontee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Writing a function for a indented copy of a region
Date: Wed, 17 Dec 2008 17:26:59 +0100 [thread overview]
Message-ID: <wtp7i5yepik.fsf@fermat.math.uvsq.fr> (raw)
In-Reply-To: fc025faf-0456-4713-a829-963b5c81e6c8@l33g2000pri.googlegroups.com
Decebal <CLDWesterhof@gmail.com> writes:
> What I would like this function to do is take the part that is
> selected, indent this with (default) four spaces, put the
> indented region in the kill-ring and undo the indent. Has anyone
> a pointer about how to code this?
Why don't you use a keyboard macro?
First, select the text to indent and kill; Then `C-x (' to start
defining a keyboard macro, `M-x replace-regexp' the beginning of
line (that is "^") with four spaces, etc. Then `C-x )' to finish
the macro definition.
Then to call the macro you just `C-x e'. Read the manual to learn how
to give it a name, save it to file, etc.
--
Matthias
next prev parent reply other threads:[~2008-12-17 16:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-17 13:31 Writing a function for a indented copy of a region Decebal
2008-12-17 15:59 ` Drew Adams
2008-12-17 16:26 ` Matthias [this message]
[not found] ` <mailman.2956.1229529567.26697.help-gnu-emacs@gnu.org>
2008-12-17 17:09 ` Decebal
2008-12-17 18:49 ` Drew Adams
2008-12-17 19:18 ` Decebal
2008-12-17 19:47 ` Andreas Politz
2008-12-17 23:04 ` Decebal
2008-12-17 23:37 ` Decebal
2008-12-18 0:27 ` Andreas Politz
2008-12-18 0:49 ` Decebal
2008-12-17 22:58 ` Decebal
2008-12-18 13:11 ` Decebal
2008-12-18 15:05 ` Andreas Politz
2008-12-18 15:48 ` Decebal
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=wtp7i5yepik.fsf@fermat.math.uvsq.fr \
--to=orontee@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.
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).