From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: nterm a vt100 emulator Date: Tue, 20 Oct 2009 22:52:58 -0700 (PDT) Message-ID: <200910210552.n9L5qwHi003605@godzilla.ics.uci.edu> References: <87d44osokv.fsf@kanis.fr> <87skdjrgqb.fsf@kanis.fr> <87ljj6zl8t.fsf@kanis.fr> <200910201849.n9KInkR2028827@godzilla.ics.uci.edu> <87ws2pib4a.fsf@zen.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256104546 32607 80.91.229.12 (21 Oct 2009 05:55:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2009 05:55:46 +0000 (UTC) Cc: emacs devel To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 21 07:55:36 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0UAY-00063K-DY for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2009 07:55:34 +0200 Original-Received: from localhost ([127.0.0.1]:48029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0UAY-0003V1-1n for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2009 01:55:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0U9e-00037u-8w for emacs-devel@gnu.org; Wed, 21 Oct 2009 01:54:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0U9Z-00035J-RU for emacs-devel@gnu.org; Wed, 21 Oct 2009 01:54:37 -0400 Original-Received: from [199.232.76.173] (port=39665 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0U9Z-00035E-C0 for emacs-devel@gnu.org; Wed, 21 Oct 2009 01:54:33 -0400 Original-Received: from paul-mcgann-v0.ics.uci.edu ([128.195.1.147]:37408) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0U9Y-00013f-Ps for emacs-devel@gnu.org; Wed, 21 Oct 2009 01:54:33 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id n9L5qwu0031545; Tue, 20 Oct 2009 22:52:58 -0700 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n9L5qwHi003605; Tue, 20 Oct 2009 22:52:58 -0700 (PDT) In-Reply-To: <87ws2pib4a.fsf@zen.lan> (Ivan Kanis's message of "Wed, 21 Oct 2009 07:12:21 +0200") Original-Lines: 16 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: n9L5qwu0031545 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116281 Archived-At: Ivan Kanis writes: > Dan Nicolaescu wrote: > > > > The recorder takes a trace of characters received by the > > > terminal. Someone can easily reproduce a bug by replaying the trace > > > both on xterm and nterm. I don't think term has that feature. > > > > See term-start-output-log > > I stand corrected. However I didn't see a way to replay the trace... cat TRACE but it's far from ideal.