From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.sources,gmane.emacs.devel Subject: Re: nterm a vt100 emulator Date: Thu, 15 Oct 2009 16:11:52 -0400 Message-ID: References: <87d44osokv.fsf@kanis.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255637580 7323 80.91.229.12 (15 Oct 2009 20:13:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 20:13:00 +0000 (UTC) Cc: Emacs Sources , emacs devel To: Ivan Kanis Original-X-From: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane.org@gnu.org Thu Oct 15 22:12:49 2009 Return-path: Envelope-to: gnu-gnu-emacs-sources@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyWgq-00053i-Jq for gnu-gnu-emacs-sources@m.gmane.org; Thu, 15 Oct 2009 22:12:48 +0200 Original-Received: from localhost ([127.0.0.1]:57611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyWgp-0008MO-RQ for gnu-gnu-emacs-sources@m.gmane.org; Thu, 15 Oct 2009 16:12:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyWg5-00082D-U5 for gnu-emacs-sources@gnu.org; Thu, 15 Oct 2009 16:12:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyWg1-000809-31 for gnu-emacs-sources@gnu.org; Thu, 15 Oct 2009 16:12:01 -0400 Original-Received: from [199.232.76.173] (port=33224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyWg0-000800-T0; Thu, 15 Oct 2009 16:11:56 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:43163) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyWg0-0000FJ-JN; Thu, 15 Oct 2009 16:11:56 -0400 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n9FKBqcE002015; Thu, 15 Oct 2009 16:11:52 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 79EB63A07F; Thu, 15 Oct 2009 16:11:52 -0400 (EDT) In-Reply-To: <87d44osokv.fsf@kanis.fr> (Ivan Kanis's message of "Thu, 15 Oct 2009 16:45:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3385=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: gnu-emacs-sources@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNU Emacs source code postings and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane.org@gnu.org Errors-To: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.sources:3304 gmane.emacs.devel:116171 Archived-At: > This a vt100 emulator for Emacs. It has a lot of rough edges. As it > stands it passes the first 3 tests of vttest. I have another project > coming up so I won't be able to work on nterm for a while. Could you expand a bit on it? Mostly, how does it compare to term.el and terminal.el? Stefan PS: also if anyone knows how term.el and terminal.el compare, that would also be useful to know (and put it in those files's commentary).