From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#6709: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error Date: Tue, 27 Jul 2010 01:32:57 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280209109 16422 80.91.229.12 (27 Jul 2010 05:38:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 27 Jul 2010 05:38:29 +0000 (UTC) Cc: 6709@debbugs.gnu.org To: "Aneesh Kumar K. V" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 27 07:38:26 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Odcrx-0006KT-PC for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jul 2010 07:38:26 +0200 Original-Received: from localhost ([127.0.0.1]:60583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Odcrx-0001zX-2A for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jul 2010 01:38:25 -0400 Original-Received: from [140.186.70.92] (port=44022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdcrP-0001rK-C5 for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 01:37:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdcrN-0007Zw-Uz for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 01:37:51 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37100) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdcrN-0007Zo-S1 for bug-gnu-emacs@gnu.org; Tue, 27 Jul 2010 01:37:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Odcmk-0001lk-3g; Tue, 27 Jul 2010 01:33:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Jul 2010 05:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6709 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6709-submit@debbugs.gnu.org id=B6709.12802087746792 (code B ref 6709); Tue, 27 Jul 2010 05:33:02 +0000 Original-Received: (at 6709) by debbugs.gnu.org; 27 Jul 2010 05:32:54 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Odcmb-0001lV-R3 for submit@debbugs.gnu.org; Tue, 27 Jul 2010 01:32:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Odcma-0001lQ-JS for 6709@debbugs.gnu.org; Tue, 27 Jul 2010 01:32:52 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Odcmf-00020J-LR; Tue, 27 Jul 2010 01:32:57 -0400 In-Reply-To: (Aneesh Kumar K. V.'s message of "Tue\, 27 Jul 2010 10\:45\:17 +0530") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 27 Jul 2010 01:33:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38970 Archived-At: "Aneesh Kumar K. V" writes: > On Mon, 26 Jul 2010 17:41:26 -0400, Dan Nicolaescu wrote: >> "Aneesh Kumar K. V" writes: >> >> > On Sat, 24 Jul 2010 01:23:15 -0400, Dan Nicolaescu wrote: >> >> aneesh.kumar@linux.vnet.ibm.com writes: > > I didn't really read the help to find whether these features are > supported. Now I find that i should be able to use vc-annotate.el for > all the my usecase. But i find that with vc enabled an open on the file > takes considerably more time than with vc disabled using > > (setq vc-handled-backends nil) It should only be slow for the first file in a git tree, the following ones should not show any observable delay.