From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: Re: Running a terminal app (gnubg) in emacs Date: Tue, 03 Feb 2009 23:34:03 +0800 Message-ID: <87wsc7zg9g.fsf@debian.domain> References: <853aevbvuo.wl%j.burton@brighton.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233675426 5459 80.91.229.12 (3 Feb 2009 15:37:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 15:37:06 +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 03 16:38:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LUNLw-0000iL-L0 for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2009 16:38:20 +0100 Original-Received: from localhost ([127.0.0.1]:46912 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUNKd-00034i-Tn for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2009 10:36:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUNJF-0002W0-43 for help-gnu-emacs@gnu.org; Tue, 03 Feb 2009 10:35:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUNJD-0002VD-8o for help-gnu-emacs@gnu.org; Tue, 03 Feb 2009 10:35:32 -0500 Original-Received: from [199.232.76.173] (port=36090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUNJD-0002V7-2u for help-gnu-emacs@gnu.org; Tue, 03 Feb 2009 10:35:31 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:53813 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUNJC-0007c7-4y for help-gnu-emacs@gnu.org; Tue, 03 Feb 2009 10:35:30 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LUNJ6-0005mm-RD for help-gnu-emacs@gnu.org; Tue, 03 Feb 2009 15:35:24 +0000 Original-Received: from 222.212.130.113 ([222.212.130.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2009 15:35:24 +0000 Original-Received: from lazycat.manatee by 222.212.130.113 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2009 15:35:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.212.130.113 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:MN0ihT1hsSYYU4NE46Pqv6EitnI= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61877 Archived-At: Hi, You can use multi-term.el that i created. Have detail describe at http://www.emacswiki.org/emacs-en/MultiTerm Enjoy! -- Andy J.Burton@brighton.ac.uk writes: > Hi, I want to run the ascii version of gnugb in emacs and can't find a > terminal mode that will work reliably with it. The closest is > ansi-term which runs fine for some time but then starts garbling the > output (which is ascii backgammon boards and game info etc). What > seems to happen is that none of the new output is shown except the > final line and I can't find a way to get it back to sanity. (I tried > switching line/char modes and killing the contents of the buffer and > using the gnubg commands to redisplay the board etc.) I am pretty > sure it isn't a gnubg bug because I've played it in xterm for long > periods with no such problem. I also checked their bug tracker. > > I don't think eshell or plain M-x shell suffer from this problem but > they don't do tab completion, which is extremely useful for gnubg. Any > ideas? > > (Copied bug-gnubg@gnu.org because I thought they might have a clue and > can't find another list for gnubg...?) > > Thanks, > > Jim Burton