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

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

Re: getting string from buffer


From: Jesper Harder
Subject: Re: getting string from buffer
Date: Fri, 14 Nov 2003 00:57:03 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Miguel Frasson <frasson@brutus.math.leidenuniv.nl> writes:

> Suppose that I have a region BEG END and I want to set the text in
> this region to a variable. I have not found the proper function.

(setq var (buffer-substring beg end))


reply via email to

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