From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: Redirecting the output of a commend in "shell" into a buffer Date: Wed, 3 Sep 2014 14:10:58 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409733697 3458 80.91.229.3 (3 Sep 2014 08:41:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2014 08:41:37 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 10:41:32 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 1XP68B-0002hZ-Vl for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 10:41:32 +0200 Original-Received: from localhost ([::1]:43102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP68B-0004zp-Ji for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 04:41:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP67z-0004zX-Sv for help-gnu-emacs@gnu.org; Wed, 03 Sep 2014 04:41:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP67y-0003up-TH for help-gnu-emacs@gnu.org; Wed, 03 Sep 2014 04:41:19 -0400 Original-Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:35914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP67y-0003uf-O2 for help-gnu-emacs@gnu.org; Wed, 03 Sep 2014 04:41:18 -0400 Original-Received: by mail-qg0-f43.google.com with SMTP id f51so7965543qge.30 for ; Wed, 03 Sep 2014 01:41:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=7m6OviNfDZKycmv2EgK/Htw9yrQiwL4lws+aghbHZWU=; b=E0uUp1AA0foDujNjIoPCAypy0l2ihRQzfFZRvyoIgRz+vVwWRO4mHjIAVncJAdKuoV wnZlL4TbXKpWWN4xXCgGjpVOLZi4X1ARbf2GbYSU6TbdI+cunIauGRZiIkJ5/ql/oZOo xa2m7gam/+/yMAEK0XtSwElfZ7J9AcU332hvTDfLd52sQQXm/d3+bdYTo8mCjqz/K5uU qiXUMzyEduDzGHAKZ6XI5H15vdqSU10JfZNx10bZeE459E2kQmo4xackcqtHqXetsmjw lTu9AQaWNiRPFUgKySRObAnqyEw9R7+fsgn07shWl0h6Kj0GZls8vtjvnFKu8JDPX5H1 yqRA== X-Received: by 10.224.173.7 with SMTP id n7mr6395738qaz.15.1409733678174; Wed, 03 Sep 2014 01:41:18 -0700 (PDT) Original-Received: by 10.229.250.73 with HTTP; Wed, 3 Sep 2014 01:40:58 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:99617 Archived-At: Hi, While using shell, is it possible to redirect output of commands into a buffer? Ofcourse, the shell buffer itself is editable and all but it would be nice if I could directly pipe the output of a command into a new buffer. Regards, Kashyap