From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: term.el (term-emulate-terminal) Date: Tue, 16 Apr 2002 14:52:18 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87k7rb3ee1.fsf@mumon.localnet> <8962-Sat13Apr2002183653+0300-eliz@is.elta.co.il> <7fea2bbd-6176-4969-88ea-fa458a704344@deisui.org> <87elhj2zs3.fsf@mumon.localnet> <878z7r2ve0.fsf@mumon.localnet> <87u1qf1czm.fsf@mumon.localnet> <87ofgn1b8r.fsf@mumon.localnet> <41d773e1-833c-4052-9c08-840c211eeb8f@deisui.org> <87it6u22tj.fsf@mumon.localnet> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018983246 23600 127.0.0.1 (16 Apr 2002 18:54:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2002 18:54:06 +0000 (UTC) Cc: ueno@unixuser.org, bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16xY5e-00068W-00 for ; Tue, 16 Apr 2002 20:54:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xY5k-0006cY-00; Tue, 16 Apr 2002 14:54:12 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16xY3u-0006XF-00; Tue, 16 Apr 2002 14:52:18 -0400 Original-To: hkuiper@xs4all.nl In-Reply-To: <87it6u22tj.fsf@mumon.localnet> (message from Harry Kuiper on 14 Apr 2002 08:48:24 +0200) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:719 > From: Harry Kuiper > Date: 14 Apr 2002 08:48:24 +0200 > > Daiki Ueno writes: > > > But well, I probably found the cause. The match-data tends to be lost > > during executing term-command-hook. Therefore what I think the proper > > fix is below: > > > > Index: term.el > > =================================================================== > > RCS file: /cvsroot/emacs/emacs/lisp/term.el,v > > > > > Could you please try this one? > > Yes that fixed it. Works fine now. Thanks to both of you for working on this. I made this change in the development tree.