From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: vc-annotate bugs Date: Sat, 05 Jan 2008 00:26:14 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199510792 17849 80.91.229.12 (5 Jan 2008 05:26:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 05:26:32 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: bojohan+mail@dd.chalmers.se (Johan =?iso-8859-1?Q?Bockg=E5rd?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 06:26:50 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 1JB1YX-0002t8-N1 for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 06:26:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB1YA-0000VY-Pt for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 00:26:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB1Y6-0000Tm-1E for emacs-devel@gnu.org; Sat, 05 Jan 2008 00:26:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB1Y3-0000Q6-So for emacs-devel@gnu.org; Sat, 05 Jan 2008 00:26:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB1Y3-0000Pw-Km for emacs-devel@gnu.org; Sat, 05 Jan 2008 00:26:19 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB1Y3-0000l0-L4 for emacs-devel@gnu.org; Sat, 05 Jan 2008 00:26:19 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB1Y3-0005Cq-6S for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 00:26:19 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JB1Y0-0000kc-9o for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 00:26:19 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB1Y0-0000kG-3Q for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 00:26:16 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAD+jfkfO+K+E/2dsb2JhbACqfQ X-IronPort-AV: E=Sophos;i="4.24,247,1196658000"; d="scan'208";a="12306454" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 05 Jan 2008 00:26:15 -0500 Original-Received: from pastel.home ([206.248.175.132]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id LGF25715; Sat, 05 Jan 2008 00:26:15 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E050C7F7C; Sat, 5 Jan 2008 00:26:14 -0500 (EST) In-Reply-To: ("Johan =?iso-8859-1?Q?Bockg=E5rd=22's?= message of "Tue, 21 Aug 2007 12:38:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:86105 gmane.emacs.pretest.bugs:20505 Archived-At: > 2. > If you type `C-x v g', quickly followed by `A' (after some text has been > inserted, but before "Annotating... done") then Emacs hangs after a few > seconds. I believe I've found the culprit and fixed it in the 22 branch. I've also fixed some related problems on the trunk. Stefan