From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: inserting a file Date: Sun, 07 Aug 2005 21:10:36 +0200 Organization: http://purl.org/harder/ Message-ID: <87fytlftqr.fsf@Jesper-Harders-Computer.local> References: <87zmrttuz7.fsf@wash.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123444868 9937 80.91.229.2 (7 Aug 2005 20:01:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Aug 2005 20:01:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 07 22:01:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1rK4-0006mS-Ez for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Aug 2005 22:00:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1rN2-0007An-KX for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Aug 2005 16:03:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1rMX-00077H-VC for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 16:03:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1rMT-00076H-T3 for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 16:03:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1rJy-0005bN-FQ for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 16:00:34 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E1r58-000290-0Q for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 15:45:14 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1E1qqc-0004kV-Cd for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 21:30:14 +0200 Original-Received: from port540.ds1-amb.adsl.cybercity.dk ([212.242.232.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Aug 2005 21:30:14 +0200 Original-Received: from harder by port540.ds1-amb.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Aug 2005 21:30:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 7 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: port540.ds1-amb.adsl.cybercity.dk X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28524 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28524 Baloff 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'