bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: term.el (term-emulate-terminal)


From: Eli Zaretskii
Subject: Re: term.el (term-emulate-terminal)
Date: Sat, 13 Apr 2002 21:15:10 +0300

> From: Daiki Ueno <ueno@unixuser.org>
> 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]