From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Kanis Newsgroups: gmane.emacs.devel,gmane.emacs.sources Subject: nterm a vt100 emulator Date: Thu, 15 Oct 2009 16:45:36 +0200 Message-ID: <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 1255629640 12795 80.91.229.12 (15 Oct 2009 18:00:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 18:00:40 +0000 (UTC) To: Emacs Sources , emacs devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 20:00:30 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 1MyUcb-0004YW-Nk for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 20:00:18 +0200 Original-Received: from localhost ([127.0.0.1]:48329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyUcb-0005jd-Af for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 14:00:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyRar-0008HK-3o for emacs-devel@gnu.org; Thu, 15 Oct 2009 10:46:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyRap-0008GV-G1 for emacs-devel@gnu.org; Thu, 15 Oct 2009 10:46:16 -0400 Original-Received: from [199.232.76.173] (port=41356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyRap-0008GP-4L; Thu, 15 Oct 2009 10:46:15 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:12970) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MyRao-0006n6-ML; Thu, 15 Oct 2009 10:46:14 -0400 Original-Received: from kanis.fr ([75.127.73.245]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyRai-0003Jy-LM; Thu, 15 Oct 2009 10:46:08 -0400 Original-Received: from [89.83.137.164] (helo=zen) by kanis.fr with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1MyRab-0001J8-QD; Thu, 15 Oct 2009 10:46:02 -0400 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAAXNSR0IArs4c6QAAAB5QTFRF IBkXUxMTOCwoTC4qcUY8iFxQmmper31txpaJ/v/8aKZ1oAAAAcVJREFUOMt100tu2zAQAFDCXnUZ oAcIqG68LZULVLQBbwuSiffm6AIRRyeotAySJoVu2+FPpJWWC3/4NKOZocSW/yxWfnJ2+Bdwzhj7 8gleWVy7DXC2rkMNr2V/zRbghXIwthf3VbIA9Ffc71vZCSFyCEsBggtNS8ludwvfmhYA0Vn9o4DP zMWxR7+cPWzAYFzwM0ModtdmcDbDS6i/hT7L+RZof5yCXGrYe5jn2YO6BYMjgY+51tCIAqHgBLwR pwLnGuRjAKyBJkuN4yd4U92uCY1vUr2D/c5b8DuxyQwfOHUeaLqDJhnkkuGXbB56h2C1IVBdgncc bBi6feroa9B6jUDojnQPQKupbyXyeeCE1oT7Oqrt+SnfY3mkiyGA/3AmD3H5g32CcBx6hY8pRkwJ 9PpcjRGobUfprFnhAa1vepwcgMOhwG+pdSgKHFU9HAvoAH6XUl7lDUCCq5Qb6GMbVm3Aj++qDYCt wdBc/YHgOFCmS3mjDMRcSE2qY4E3Q3PVIQRQmeodNH4QEbRUFZzW+VotzwX4yTcRTySOML1qjcE5 hTirVqDHkMAP0PjAywp3d18JZtqzvr9zDYD+GaSKtE6Zlr/DLPNFmOcvBAAAAABJRU5ErkJggg== User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Thu, 15 Oct 2009 14:00:10 -0400 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:116169 gmane.emacs.sources:3303 Archived-At: Hello, 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. http://kanis.fr/nterm.html Kind regards, -- Ivan Kanis http://kanis.fr Wisdom is oftentimes nearer when we stoop than when we soar. -- William Wordsworth