Re: inserting the scratch buffer

2005-08-11 Thread Baloff
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

Re: inserting the scratch buffer

2005-08-10 Thread Pascal Bourguignon
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

RE: inserting the scratch buffer

2005-08-10 Thread Drew Adams
> 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

Re: inserting the scratch buffer

2005-08-10 Thread Kevin Rodgers
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@

inserting the scratch buffer

2005-08-10 Thread Baloff
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