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

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

Re: inserting the scratch buffer


From: Pascal Bourguignon
Subject: Re: inserting the scratch buffer
Date: Thu, 11 Aug 2005 00:57:37 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Baloff <washdc@wash.edu> writes:

> how do I insert the scratch buffer at point.
>
> say I am writing a post and want to insert whatever I wrote in my
> scratch buffer.

(insert (with-current-buffer "*scratch*" (buffer-string)))


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

The world will now reboot.  don't bother saving your artefacts.


reply via email to

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