help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inserting a file


From: Kevin Rodgers
Subject: Re: inserting a file
Date: Mon, 08 Aug 2005 13:38:00 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

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





reply via email to

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