emacs-devel
[Top][All Lists]
Advanced

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

23.0.50; vc: missing done in progress message


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

--text follows this line--

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I do C-x v = expecting a long run, the message

Finding changes in /opt/gupu/src/pl-gitp/pl/boot/syspred.pl...

appears, but no done is shown. So I have the impression that
git is still working.


>From ca95ee0ca2448ee2a83ea06ef2dad14acb65f823 Mon Sep 17 00:00:00 2001
From: Ulrich Neumerkel <address@hidden>
Date: Mon, 28 Jan 2008 00:06:00 +0100
Subject: [PATCH] Added ... done to progress message

---
 lisp/vc.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/vc.el b/lisp/vc.el
index ffe38a6..8ddbdce 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -2005,6 +2005,7 @@ returns t if the buffer had changes, nil otherwise."
     (let ((vc-disable-async-diff (not async)))
       (vc-call diff files rev1 rev2 "*vc-diff*"))
     (set-buffer "*vc-diff*")
+    (message "Finding changes in %s... done" filenames)
     (if (and (zerop (buffer-size))
              (not (get-buffer-process (current-buffer))))
         ;; Treat this case specially so as not to pop the buffer.
-- 
1.5.3.6





reply via email to

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