From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: Redirecting the output of a commend in "shell" into a buffer Date: Wed, 3 Sep 2014 18:59:41 -0700 (PDT) Message-ID: <88308aa0-87c7-4c14-9767-be0c3ccc45b0@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1409796026 23134 80.91.229.3 (4 Sep 2014 02:00:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2014 02:00:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 04 04:00:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XPMLS-00052R-L1 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Sep 2014 04:00:18 +0200 Original-Received: from localhost ([::1]:48376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPMLS-0002ln-8L for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 22:00:18 -0400 X-Received: by 10.70.89.97 with SMTP id bn1mr836851pdb.5.1409795982605; Wed, 03 Sep 2014 18:59:42 -0700 (PDT) X-Received: by 10.50.142.104 with SMTP id rv8mr23474igb.11.1409795982277; Wed, 03 Sep 2014 18:59:42 -0700 (PDT) Original-Path: usenet.stanford.edu!r2no13936025igi.0!news-out.google.com!aw9ni0igc.0!nntp.google.com!uq10no9183930igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.22.7; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.22.7 User-Agent: G2/1.0 Injection-Date: Thu, 04 Sep 2014 01:59:42 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207354 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99631 Archived-At: On Thursday, September 4, 2014 1:52:05 AM UTC+5:30, Memnon Anon wrote: > C K Kashyap writes: > > While using shell, is it possible to redirect output of commands into a > > buffer? > Try eshell: > >Welcome to the Emacs shell > >~ $ ls > # > >~ $ Neat! Where is this documented?