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

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

Re: buffer-substring-rectangle


From: Nikos Apostolakis
Subject: Re: buffer-substring-rectangle
Date: Fri, 07 Mar 2008 10:10:57 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

alruccaba@justmail.de writes:

> Hi everyone 
>
> I am searching for an analogous command to (buffer-substring start
> end) delivering a string - doing the (buffer-substring-rectangular
> start end) staff. Thank you for every idea or selfwritten defun!
>

Does this help?

,----[ C-h f extract-rectangle RET ]
| extract-rectangle is a compiled Lisp function in `rect.el'.
| (extract-rectangle START END)
| 
| Return the contents of the rectangle with corners at START and END.
| Return it as a list of strings, one for each line of the rectangle.
| 
| [back]
`----

Nikos





reply via email to

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