From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Neumerkel Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; vc: missing done in progress message Date: Mon, 28 Jan 2008 11:00:44 +0100 Message-ID: References: <87abmqz4dc.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201514508 17874 80.91.229.12 (28 Jan 2008 10:01:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 10:01:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: ttn@gnuvola.org, ulrich@complang.tuwien.ac.at Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 28 11:02:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JJQnx-0000Ks-Es for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2008 11:01:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJQnW-0004jo-Od for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2008 05:01:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJQnR-0004jj-Br for emacs-devel@gnu.org; Mon, 28 Jan 2008 05:00:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJQnO-0004jX-RP for emacs-devel@gnu.org; Mon, 28 Jan 2008 05:00:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJQnO-0004jU-Fn for emacs-devel@gnu.org; Mon, 28 Jan 2008 05:00:54 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJQnO-00038G-2j for emacs-devel@gnu.org; Mon, 28 Jan 2008 05:00:54 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JJQnN-0000vj-PI for emacs-pretest-bug@gnu.org; Mon, 28 Jan 2008 05:00:53 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JJQnK-000376-Du for emacs-pretest-bug@gnu.org; Mon, 28 Jan 2008 05:00:53 -0500 Original-Received: from a4.complang.tuwien.ac.at ([128.130.173.65]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JJQnJ-00036o-Vu for emacs-pretest-bug@gnu.org; Mon, 28 Jan 2008 05:00:50 -0500 Original-Received: from ulrich by a4.complang.tuwien.ac.at with local (Exim 4.63) (envelope-from ) id 1JJQnE-0003A5-Uz; Mon, 28 Jan 2008 11:00:44 +0100 In-Reply-To: <87abmqz4dc.fsf@ambire.localdomain> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87702 gmane.emacs.pretest.bugs:20787 Archived-At: > 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.