From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Re: Saving all comint history in real time Date: Tue, 14 Feb 2012 19:57:56 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1329249510 4806 80.91.229.3 (14 Feb 2012 19:58:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 19:58:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 14 20:58:29 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 1RxOWA-0001wV-5b for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Feb 2012 20:58:26 +0100 Original-Received: from localhost ([::1]:52847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxOW9-00064b-IO for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Feb 2012 14:58:25 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxOW2-00064K-FO for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 14:58:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxOW1-0007h4-JN for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 14:58:18 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxOW1-0007gq-Cu for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 14:58:17 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RxOVv-0001hT-OA for help-gnu-emacs@gnu.org; Tue, 14 Feb 2012 20:58:11 +0100 Original-Received: from 178-164-187-145.pool.digikabel.hu ([178.164.187.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 20:58:11 +0100 Original-Received: from adatgyujto by 178-164-187-145.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 20:58:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 178.164.187.145 (Opera/9.80 (Windows NT 6.1; U; en) Presto/2.10.229 Version/11.61) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:83751 Archived-At: Yaroslav Bulatov gmail.com> writes: > > Yes, that actually saves all the commands. > However, when I exit the shell, this file is overwritten by something > else, and new version does not include commands from subshells > Did you use some unique log file name, like myemacsshell.log? Because if you used "bash_history" or something then it may get overwritten by bash itself.