From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yaroslav Bulatov Newsgroups: gmane.emacs.help Subject: Saving all comint history in real time Date: Mon, 13 Feb 2012 13:38:03 -0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1329172413 10680 80.91.229.3 (13 Feb 2012 22:33:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 22:33:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 13 23:33:32 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rx4SY-0002o2-WF for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2012 23:33:23 +0100 Original-Received: from localhost ([::1]:57886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx4SY-0005js-IP for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2012 17:33:22 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:50236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx3bD-00021w-Qp for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 16:38:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx3b6-0003kf-2d for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 16:38:11 -0500 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:43532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx3b5-0003kF-EY for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 16:38:07 -0500 Original-Received: by bkty12 with SMTP id y12so2465876bkt.0 for ; Mon, 13 Feb 2012 13:38:03 -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=2b5YYSt6Fj5lGrrQk9AYe4Ly/vFTQSKvCOK6DM5l+UM=; b=YLcRvlRvSXVemJ4HERCRwezjsmFrTXW/xVHaoWIlqER5ytdD2U38nb3B4TqVCBmxr+ P4oW0Zp0KgN67dWxIqz77pXds1+TCpmhpaoKdEaZWX7WYJ+S3rI8oj+dDphSgt+b7ogs cpqPkKk0vtm5iWiz7xl4/LzlDlmAUBADe2/1Q= Original-Received: by 10.204.128.132 with SMTP id k4mr6102429bks.26.1329169083603; Mon, 13 Feb 2012 13:38:03 -0800 (PST) Original-Received: by 10.204.224.1 with HTTP; Mon, 13 Feb 2012 13:38:03 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 X-Mailman-Approved-At: Mon, 13 Feb 2012 17:33:18 -0500 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:83741 Archived-At: Is there something out there to save all of my comint history after each command (as opposed to the end of the session?) I'm using shell-mode right now, and it logs history to .bash_history.log, but that misses any commands issued when I ssh, and doesn't save anything until the end of the session