From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: shell output lost Date: Wed, 16 Nov 2011 09:49:01 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340d4b53c9d904b1d2672d X-Trace: dough.gmane.org 1321417158 7870 80.91.229.12 (16 Nov 2011 04:19:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Nov 2011 04:19:18 +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 Nov 16 05:19:14 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RQWxt-0003Me-Kz for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Nov 2011 05:19:13 +0100 Original-Received: from localhost ([::1]:60386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQWxn-0005sg-FK for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Nov 2011 23:19:07 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQWxj-0005sQ-Fd for help-gnu-emacs@gnu.org; Tue, 15 Nov 2011 23:19:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQWxi-0003Fe-N3 for help-gnu-emacs@gnu.org; Tue, 15 Nov 2011 23:19:03 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:43923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQWxi-0003FT-Kg for help-gnu-emacs@gnu.org; Tue, 15 Nov 2011 23:19:02 -0500 Original-Received: by ywp17 with SMTP id 17so5773240ywp.0 for ; Tue, 15 Nov 2011 20:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=YgqT2Ds+P0IfLnwaJvByhVnsjqynVD3mBfz38PQ3Ij4=; b=m6gooH7ThRuJ1uj3r4iGviIIaqBenjOMp/bpoO3bV420B9qXW6e/b0MTF1B9rANH0F Al/05Lc/UrUeViVdAvNq9cmstDzPmVA8AC+Gd5lLBOpgWszxUulD/MUG0CE0ff6L/Y5w Ln1HMT/2A8kzPyvRLW0ZzNjShntqJ3K0Wa3M4= Original-Received: by 10.50.207.99 with SMTP id lv3mr31785425igc.16.1321417141635; Tue, 15 Nov 2011 20:19:01 -0800 (PST) Original-Received: by 10.231.23.133 with HTTP; Tue, 15 Nov 2011 20:19:01 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:82925 Archived-At: --14dae9340d4b53c9d904b1d2672d Content-Type: text/plain; charset=ISO-8859-1 I track the output of large builds by running the make/configure etc from within an emacs shell Sometimes the build is so large that I also want to track how long it takes (while I go do something else not necessarily on the computer) So I do something like date make date in the emacs eshell. ie I type the second date when the make starts However I dont see its output (maybe lost somewhere in the make output??) Any ideas? --14dae9340d4b53c9d904b1d2672d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I track the output of large builds by running the make/configure etc from w= ithin an emacs shell

Sometimes the build is so large that I also wan= t to track how long it takes (while I go do something else not necessarily = on the computer)

So I do something like

date
make
date

in the emacs = eshell.=A0 ie I type the second date when the make starts

However I = dont see its output (maybe lost somewhere in the make output??)

Any = ideas?
--14dae9340d4b53c9d904b1d2672d--