From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mark Plaksin Newsgroups: gmane.emacs.help Subject: Try #2: Help with running screen inside of term-mode Date: Mon, 19 Jan 2004 20:56:34 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074564026 5781 80.91.224.253 (20 Jan 2004 02:00:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2004 02:00:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 20 03:00:18 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AilBi-0007KX-00 for ; Tue, 20 Jan 2004 03:00:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AilBN-0007Id-CY for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Jan 2004 20:59:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AilAc-0007GL-5D for help-gnu-emacs@gnu.org; Mon, 19 Jan 2004 20:59:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AilA5-00072X-5U for help-gnu-emacs@gnu.org; Mon, 19 Jan 2004 20:59:08 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Ail8M-00060y-FM for help-gnu-emacs@gnu.org; Mon, 19 Jan 2004 20:56:50 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by mx20.gnu.org with esmtp (Exim 4.24) id 1Ail8I-00061Z-8J for help-gnu-emacs@gnu.org; Mon, 19 Jan 2004 20:56:46 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ail88-0000Jb-00 for ; Tue, 20 Jan 2004 02:56:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ail86-0000JT-00 for ; Tue, 20 Jan 2004 02:56:34 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ail86-0001OU-00 for ; Tue, 20 Jan 2004 02:56:34 +0100 Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:2KYyGJF9rhu0nL14hx28Nq5zgpQ= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:16185 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16185 Here's a repost of my original note (http://article.gmane.org/gmane.emacs.help/15749) with some more information. Can anybody help or should I try the bugs list? term-mode's directory tracking fails in you run screen inside of term-mode. It fails because screen discards ESC A. term-mode is keying on seeing ESC AnSiT. The screen folks think that discarding unrecognized escape sequences is the correct behavior. Is there a reason ESC A was selected for term-mode? Can it be switched to something else? Thanks!