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: Baloff
Subject: Re: inserting the scratch buffer
Date: Fri, 12 Aug 2005 07:45:59 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113

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':
  "Insert after point the contents of BUFFER." - sounds promising...

Result: M-x insert-buffer *scratch*

Really, it's not so hard to find things out yourself, with Emacs. It doesn't
get any easier than this.

Your friends are `apropos-command', `apropos' (... try `M-x apropos
apropos'), the online help (C-h i Emacs), C-h f, C-h v, C-h m, EmacsWiki
(http://www.emacswiki.org), and ... two more FREE questions to
help-gnu-emacs - choose wisely ;-).




thank you, I will do that every time from now on.


reply via email to

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