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

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

Re: Cannot interrupt async shell command


From: Romain Francoise
Subject: Re: Cannot interrupt async shell command
Date: Fri, 01 Sep 2006 15:31:01 +0200

Juri Linkov <address@hidden> writes:

> One way to fix this bug is to replace the following line in
> `shell-filter-ctrl-a-ctrl-b':

>       (goto-char (or comint-last-output-start (point-min)))

> with

>       (goto-char (or (and (marker-position comint-last-output-start)
>                         comint-last-output-start)
>                    (point-min)))

> i.e. to check if there is a buffer position recorded in
> comint-last-output-start instead of checking the marker
> (always created in `comint-mode') for nil.

That sounds like a good thing to do in any case.  Could you install this
change?

Thanks,

-- 
Romain Francoise <address@hidden> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter




reply via email to

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