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: Sat, 13 Apr 2002 21:15:10 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <6436-Sat13Apr2002211509+0300-eliz@is.elta.co.il> References: <87k7rb3ee1.fsf@mumon.localnet> <8962-Sat13Apr2002183653+0300-eliz@is.elta.co.il> <7fea2bbd-6176-4969-88ea-fa458a704344@deisui.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018723693 23366 127.0.0.1 (13 Apr 2002 18:48:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 13 Apr 2002 18:48:13 +0000 (UTC) Cc: hkuiper@xs4all.nl, 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 16wSZI-00064l-00 for ; Sat, 13 Apr 2002 20:48:13 +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 16wSZI-0003Bb-00; Sat, 13 Apr 2002 14:48:12 -0400 Original-Received: from mirapoint.inter.net.il ([192.114.186.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wS8L-0007iP-00 for ; Sat, 13 Apr 2002 14:20:21 -0400 Original-Received: from zaretsky (diup-221-137.inter.net.il [213.8.221.137]) by mirapoint.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ABA85006; Sat, 13 Apr 2002 21:20:04 +0300 (IDT) Original-To: ueno@unixuser.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <7fea2bbd-6176-4969-88ea-fa458a704344@deisui.org> (message from Daiki Ueno on Sun, 14 Apr 2002 02:25:44 +0900) 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:643 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:643 > From: Daiki Ueno > Date: Sun, 14 Apr 2002 02:25:44 +0900 > > I guess it is the bug introduced by my patch, if the infloop is caused > by (string-match "\r?$" ""). The patch should be: > > > > ! (let ((end (string-match "\r?\n" str i))) > > rather than: > > > > ! (let ((end (string-match "\r?$" str i))) > > If this is accurate, sorry for bothering you, Eliz, please install it to > Emacs? Thanks. Harry, does the change above solve your problem?