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

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

Re: [Q] In emacs, how to copy a region of the buffer to a string to proc


From: Bastian Beischer
Subject: Re: [Q] In emacs, how to copy a region of the buffer to a string to process ? Urgent
Date: Sat, 04 Dec 2010 19:42:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Fren Zeee <frenzeee@gmail.com> writes:

> This is a newbie question.
>
> [Q] In emacs, how to copy a region of the buffer to a string to
> process ?

(setq variable (buffer-substring (mark) (point)))


reply via email to

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