[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: appointment display during isearch replaces buffer contents with his
From: |
Chong Yidong |
Subject: |
Re: appointment display during isearch replaces buffer contents with history-element |
Date: |
Tue, 26 Feb 2008 16:31:10 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) |
bojohan+news@dd.chalmers.se (Johan Bockgård) writes:
>> There are two occurrences of this in wait_reading_process_output. Should
>> the other be changed too?
>
> Anyone? I'm talking about this change:
>
> 2008-01-10 Chong Yidong <cyd@stupidchicken.com>
>
> * process.c (wait_reading_process_output): Check for window
> changes caused by timers.
>
> wait_reading_process_output contains two conditionals that may run
> record_asynch_buffer_change. The check for window changes was only
> added to the latter one
It looks like you're right: the first piece of code should be changed.
If no one objects, I'll do it shortly.