emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: small function suggestion (org-examplize-region)


From: Daniel Clemente
Subject: Re: [Orgmode] Re: small function suggestion (org-examplize-region)
Date: Wed, 18 Mar 2009 17:07:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

El dc, mar 18 2009, Charles Cave va escriure:
>
> (defun prefix-region (prefix)
>   "Add a prefix string to each line between mark and point."
>

  To do this I use:
1. Put mark at the first line's beginning and point at the last line's beginning
2. C-x r t
3. Type your prefix, ENTER


,----
| C-x r t runs the command string-rectangle, which is an interactive autoloaded
| Lisp function in `rect.el'.
| 
| It is bound to C-x r t.
| 
| (string-rectangle START END STRING)
| 
| Replace rectangle contents with STRING on each line.
| The length of STRING need not be the same as the rectangle width.
`----

  It allows not only to prefix but also to „infix“ and „suffix“, and to replace 
rectangles of text.
  Also nice is C-x r k, to delete a rectangular region.
  And C-x r y, etc.


-- Daniel




reply via email to

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