'C-x b BUFFER <RET>' Select or create a buffer named BUFFER ('switch-to-buffer').
I possibly got this wrong but, doing this just creates a new buffer named "BUFFER" not a scratch buffer, using emacs CVS FWIW.
Not if the new buffer is called *scratch* -- it's automatically started in Lisp Interaction mode.Which you could do for any ol' buffer with M-x lisp-interaction-mode.The scratch buffer is just a place for "hasty scribbles" -- so any buffer that isn't visiting a file will do, for some things...
Post a Comment
2 comments:
I possibly got this wrong but, doing this just creates a new buffer named "BUFFER" not a scratch buffer, using emacs CVS FWIW.
Not if the new buffer is called *scratch* -- it's automatically started in Lisp Interaction mode.
Which you could do for any ol' buffer with M-x lisp-interaction-mode.
The scratch buffer is just a place for "hasty scribbles" -- so any buffer that isn't visiting a file will do, for some things...
Post a Comment