Re: inserting a file

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

Re: inserting a file

2005-08-07 Thread Neon Absentius
On Mon, Aug 08, 2005 at 08:34:56AM -0700, Baloff wrote: > both > C-u M-! and > M-1 M-! > work, now, why is the waste binding, why not save one for something else? There is only one binding. M-! is bound to the command "shell-command". M-1 and C-u supply prefix arguments. M-1 supplies the numerica

Re: inserting a file

2005-08-07 Thread Baloff
Jens Kubieziel wrote: * Baloff schrieb am 2005-08-07: 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. C-u M-! RET both C-u M-! and M-1 M-! work, now, why is the waste binding,

Re: inserting a file

2005-08-07 Thread Jens Kubieziel
* Baloff schrieb am 2005-08-07: > 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. C-u M-! RET -- Jens Kubieziel http://www.kubieziel.de "Wir mues

Re: inserting a file

2005-08-07 Thread Jesper Harder
Baloff <[EMAIL PROTECTED]> writes: > 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. Use `C-u M-! ls' ___ Help-gnu-ema

Re: inserting a file

2005-08-07 Thread Christian Plate
Baloff <[EMAIL PROTECTED]> writes: > 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'm quoting from the info-manual: , |A numeric argument, as in `M-1 M-!', says to inse

inserting a file

2005-08-07 Thread Baloff
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. thanks ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gn