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

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

Re: Automatic updating (of display?) of the buffer *cvs* fails


From: Stefan Monnier
Subject: Re: Automatic updating (of display?) of the buffer *cvs* fails
Date: Sat, 21 Jun 2003 12:43:03 -0400

> Call M-x cvs-examine on a local CVS directory ("~/cvs/emacs/" in my
> case).  After that command is finished hit in buffer *cvs* the key S
> (which runs the command cvs-mode-mark-on-state) on a file with status
> Need-Update, hit RET (so that all files with status Need-Update are
> marked), and then hit O (which runs the command cvs-mode-update).
> That runs usually a while and when it is done, you get the message
> 
> CVS process has completed in *cvs*
> 
> However, buffer *cvs* still displays the old information about the
> status of the files.  You still see lines like
> 
>               Need-Update             man/ChangeLog
> 
> but you should see lines like
> 
> patched     * Up-To-Date              man/ChangeLog
> 
> Once you click with the mouse in buffer *cvs*, you will see the
> updated version.
> 
> This problem appears since some weeks.

I'm pretty sure this is a redisplay problem.  Before the buffer is redrawn,
not only is the Need-Update still displayed, but the mouse-face highlight
is all screwed up.

I'm happy to hear you see it, since I thought it was related to my
"synchrounous interrupts" change (it started around the same time,
i.e. around the time Richard installed the `volatile' keyword
on the `specpdl' variable.


        Stefan





reply via email to

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