Drew Adams wrote:
> how do I insert the scratch buffer at point.
"how do I": C-h a(`apropos-command')
"insert": C-h a insert (then search for "buffer")
"buffer": C-h a buffer (then search for "insert")
Command found: `insert-buffer'
Will it help? `C-h f insert-buffer':
"Ins
Baloff <[EMAIL PROTECTED]> 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.informat
> how do I insert the scratch buffer at point.
"how do I": C-h a(`apropos-command')
"insert": C-h a insert (then search for "buffer")
"buffer": C-h a buffer (then search for "insert")
Command found: `insert-buffer'
Will it help? `C-h f insert-buffer':
"Insert after point the c
Baloff wrote:
> 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.
M-x insert-buffer RET *scratch* RET
--
Kevin Rodgers
___
Help-gnu-emacs mailing list
Help-gnu-emacs@
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.
thanks
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs