From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: How to emacs input from stdin with pipe? Date: Wed, 8 Oct 2008 21:32:05 +0200 Message-ID: References: <3c9a1ada0810072344y4e664927u468ac435631afc4e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1223494447 10095 80.91.229.12 (8 Oct 2008 19:34:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2008 19:34:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sangmin Ryu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 21:35:03 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KneoI-000471-5w for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 21:35:02 +0200 Original-Received: from localhost ([127.0.0.1]:49856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnenE-0003s5-5F for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 15:33:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Knemr-0003pf-Eg for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 15:33:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Knemp-0003nK-9X for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 15:33:32 -0400 Original-Received: from [199.232.76.173] (port=53400 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Knemp-0003n4-0j for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 15:33:31 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:34505) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Knemo-0004YY-IZ for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 15:33:30 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 38EFDF47F34A; Wed, 8 Oct 2008 21:32:11 +0200 (CEST) Original-Received: from [91.35.254.32] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1KnelT-0007kq-00; Wed, 08 Oct 2008 21:32:07 +0200 In-Reply-To: <3c9a1ada0810072344y4e664927u468ac435631afc4e@mail.gmail.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18Os8MbVTwJZmrhx6ww4ELUsVbH4aOH1DX9Wfkp XOUP5BkXJBlLCOjXPvBj6o3gV2jmnUSUddDHM6YeKtxt4jNPrb 042Gn44REYRklSTIg/9Q== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:58563 Archived-At: Am 08.10.2008 um 08:44 schrieb Sangmin Ryu: > I want to use emacs in that situation. Have you thought of using a shell process or such in which you can =20 execute the ls command? Another option is to execute M-x shell-=20 command RET ls RET. Then you'll have a buffer *Shell Command Output* =20= buffer that contains ls' output. -- Greetings Pete A lot of us are working harder than we want, at things we don't like =20 to do. Why? ...In order to afford the sort of existence we don't care =20= to live. =96 Bradford Angier