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: Tue, 21 Aug 2007 12:24:24 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1187713622 21052 80.91.229.12 (21 Aug 2007 16:27:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 16:27:02 +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 Tue Aug 21 18:26:55 2007 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 1INWZB-0002wm-23 for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 18:26:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INWZA-0008VG-FP for ged-emacs-devel@m.gmane.org; Tue, 21 Aug 2007 12:26:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INWZ7-0008VB-Rz for emacs-devel@gnu.org; Tue, 21 Aug 2007 12:26:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INWZ4-0008Ug-GK for emacs-devel@gnu.org; Tue, 21 Aug 2007 12:26:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INWZ4-0008Ud-9n for emacs-devel@gnu.org; Tue, 21 Aug 2007 12:26:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INWZ4-0005kA-Iw for emacs-devel@gnu.org; Tue, 21 Aug 2007 12:26:46 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INWd3-00011z-E9 for emacs-pretest-bug@gnu.org; Tue, 21 Aug 2007 12:30:53 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1INWZ1-0005jb-OF for emacs-pretest-bug@gnu.org; Tue, 21 Aug 2007 12:26:46 -0400 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INWZ1-0005jL-9q for emacs-pretest-bug@gnu.org; Tue, 21 Aug 2007 12:26:43 -0400 Original-Received: from ceviche.home ([65.94.183.199]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070821162641.MZLA7033.tomts36-srv.bellnexxia.net@ceviche.home> for ; Tue, 21 Aug 2007 12:26:41 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 91FDC70039; Tue, 21 Aug 2007 12:24:24 -0400 (EDT) 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.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: 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:76897 gmane.emacs.pretest.bugs:19573 Archived-At: > The backtrace is > Debugger entered--Lisp error: (beginning-of-buffer) > signal(beginning-of-buffer nil) > line-move-1(-1 nil nil) > line-move(-1 nil nil nil) > previous-line() > vc-annotate-warp-version("1.4") > vc-annotate-revision-previous-to-line() > call-interactively(vc-annotate-revision-previous-to-line) Thanks. I've installed the patch below in the 22 branch which should fix it. I have not investigated the second bug yet, it's clearly related to VC starting a second asynchronous process in the buffer before the first process is finished. Stefan --- vc.el 09 ao=FB 2007 10:33:12 -0400 1.424.2.5 +++ vc.el 21 ao=FB 2007 11:47:27 -0400=09 @@ -3333,7 +3333,7 @@ vc-annotate-parent-display-mode buf) (goto-line (min oldline (progn (goto-char (point-max)) - (previous-line) + (forward-line -1) (line-number-at-pos))) buf))))) =20 (defun vc-annotate-compcar (threshold a-list)