unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.50; vc: missing done in progress message
@ 2008-01-27 23:12 Ulrich Neumerkel
  2008-01-28  4:08 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 13+ messages in thread
From: Ulrich Neumerkel @ 2008-01-27 23:12 UTC (permalink / raw)
  To: emacs-pretest-bug

--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 emacs-pretest-bug@gnu.org 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 <ulrich@complang.tuwien.ac.at>
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

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-01-31 14:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-27 23:12 23.0.50; vc: missing done in progress message Ulrich Neumerkel
2008-01-28  4:08 ` Thien-Thi Nguyen
2008-01-28  7:57   ` Ulrich Neumerkel
2008-01-28  9:27     ` Thien-Thi Nguyen
2008-01-28 10:00       ` Ulrich Neumerkel
2008-01-28 10:39         ` Thien-Thi Nguyen
2008-01-29  8:35   ` Glenn Morris
2008-01-29  8:51     ` Thien-Thi Nguyen
2008-01-29 20:04       ` Glenn Morris
2008-01-30  8:06         ` Thien-Thi Nguyen
2008-01-31  0:56           ` Glenn Morris
2008-01-31  8:34             ` Thien-Thi Nguyen
2008-01-31 14:44               ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).