[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: term.el (term-emulate-terminal)
|
From: |
Harry Kuiper |
|
Subject: |
Re: term.el (term-emulate-terminal) |
|
Date: |
13 Apr 2002 20:56:28 +0200 |
|
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Daiki Ueno <address@hidden> writes:
> >>>>> In <address@hidden>
> >>>>> "Eli Zaretskii" <address@hidden> wrote:
> > > I looked at the diffs between term.el in Emacs-21.1 and Emacs-21.2
> > > using these I backed out the change Eli Zaretskii made at 2002-02-03
> > > (see below, something about matching terminal prompt). After that
> > > term works OK again for me.
>
> > Actually, this change was suggested by Daiki Ueno; I was asked
> > (probably by Richard Stallman) to install it.
>
> > The bug which the change was supposed to fix is explained here:
>
> > http://mail.gnu.org/pipermail/bug-gnu-emacs/2002-January/010123.html
>
> 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)))
>
Daiko,
Sorry but this brings back my problem again. :-(
I'm not familiar with elisp programming nor terminal emulation so I
don't really know how to help. What is the regexp supposed to match?
Greetings,
--
Harry Kuiper address@hidden
Haarlem, The Netherlands
- term.el (term-emulate-terminal), Harry Kuiper, 2002/04/13
- Re: term.el (term-emulate-terminal), Eli Zaretskii, 2002/04/13
- Re: term.el (term-emulate-terminal), Daiki Ueno, 2002/04/13
- Re: term.el (term-emulate-terminal), Eli Zaretskii, 2002/04/13
- Re: term.el (term-emulate-terminal),
Harry Kuiper <=
- Re: term.el (term-emulate-terminal), Daiki Ueno, 2002/04/13
- Re: term.el (term-emulate-terminal), Harry Kuiper, 2002/04/13
- Re: term.el (term-emulate-terminal), Harry Kuiper, 2002/04/13
- Re: term.el (term-emulate-terminal), Harry Kuiper, 2002/04/13
- Re: term.el (term-emulate-terminal), Daiki Ueno, 2002/04/13
- Re: term.el (term-emulate-terminal), Harry Kuiper, 2002/04/14
- Re: term.el (term-emulate-terminal), Eli Zaretskii, 2002/04/16