emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; vc: missing done in progress message


From: Ulrich Neumerkel
Subject: Re: 23.0.50; vc: missing done in progress message
Date: Mon, 28 Jan 2008 11:00:44 +0100

> This means basically, i don't know where the difference may be
> creeping in!  So lets start over to try to find common debugging
I had the most recent version from git.
 
Before debugging do:
 
grep 'Finding changes in' vc.el
 
to see that there is only one place with this message
+ my addition.

-*- mode: grep; default-directory: "/opt/gupu/src/emacs/lisp/" -*-
Grep started at Mon Jan 28 10:57:25

grep -nH -e 'Finding changes in' vc.el
vc.el:1978:    (message "Finding changes in %s..." filenames)
vc.el:2008:    (message "Finding changes in %s... done" filenames)

Grep finished (matches found) at Mon Jan 28 10:57:25

So there is no place anywhere that could acknowledge the
end of the operation.




reply via email to

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