Baloff wrote:
C-x i filename
what about inserting a command output
say you are writing a post, or in the scratch buffer and want to type
the output of a shell command. like $ls or whatever.

I find it inconvenient that there's no default binding for
insert-buffer, so I've got this in my .emacs:

(global-set-key "\C-xI" 'insert-buffer)

--
Kevin Rodgers



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to