From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 15:58:36 2010 Received: (at submit) by debbugs.gnu.org; 22 Jul 2010 19:58:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc1ud-000383-Op for submit@debbugs.gnu.org; Thu, 22 Jul 2010 15:58:36 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc1gA-00030A-Pp for submit@debbugs.gnu.org; Thu, 22 Jul 2010 15:43:39 -0400 Received: from lists.gnu.org ([199.232.76.165]:40202) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Oc1g6-0001Ye-BT for submit@debbugs.gnu.org; Thu, 22 Jul 2010 15:43:34 -0400 Received: from [140.186.70.92] (port=54061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oc1g4-0000PZ-LL for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2010 15:43:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oc1g2-0003ka-As for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2010 15:43:32 -0400 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:38768) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oc1g1-0003k0-GZ for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2010 15:43:30 -0400 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by e28smtp01.in.ibm.com (8.14.4/8.13.1) with ESMTP id o6MJhOJX009127 for ; Fri, 23 Jul 2010 01:13:24 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6MJhNU93887160 for ; Fri, 23 Jul 2010 01:13:24 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6MJhNDQ013913 for ; Fri, 23 Jul 2010 01:13:23 +0530 Received: from skywalker.linux.vnet.ibm.com ([9.77.208.254]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o6MJhMPJ013894 for ; Fri, 23 Jul 2010 01:13:22 +0530 From: aneesh.kumar@linux.vnet.ibm.com To: bug-gnu-emacs@gnu.org Subject: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error Date: Fri, 23 Jul 2010 01:13:20 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 22 Jul 2010 15:58:34 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Here is how to reproduce mo-git-blame can be downloaded from git://git.bunkus.org/mo-git-blame.git emacs -Q M-x load-file mo-git-blame-el open a file in git repository M-x mo-git-blame-current We will see the error Running 'git cat-file'... done Running 'git blame'... Error in post-command-hook: (wrong-type-argument arrayp nil) Git finished. Running 'git blame'... done The error actually disable scroll-all-mode. So further scrolling doesn't cause both windows to scroll In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-07-22 on skywalker Windowing system distributor `The X.Org Foundation', version 11.0.10706000 configured using `configure '--prefix=/home/kvaneesh/bin-local/emacs/'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_IN value of $XMODIFIERS: nil locale-coding-system: iso-latin-1-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: global-semanticdb-minor-mode: t global-semantic-idle-scheduler-mode: t semantic-mode: t scroll-all-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x l o a d - f i e m m / m o C-x C-f / h o p s o k e l i 2 / k e a c SPC M-x m o - g i c u C-x q M-x s m e n e m a n C-h v [ p o s c o q C-x 1 M-x C-x b * M e C-x 1 M-x m x - r e r e p o r Recent messages: Loading semantic/db-file...done Parsing acct.c (LL)...done Type C-x 1 to delete the help window. Running 'git cat-file'... done Running 'git blame'... Error in post-command-hook: (wrong-type-argument arrayp nil) Git finished. Running 'git blame'... done Auto-saving...done Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug semantic/tag-write semantic/find semantic/edit pp help-mode view help-fns semantic/bovine cus-start cus-load semantic/db-file cedet-files semantic/bovine/c semantic/decorate/include semantic/db-find semantic/db-ref semantic/decorate/mode semantic/decorate pulse semantic/bovine/c-by semantic/lex-spp semantic/bovine/gcc semantic/dep semantic/analyze semantic/sort semantic/scope semantic/analyze/fcn semantic/db-mode semantic/db eieio-base semantic/idle semantic/format ezimage semantic/tag-ls semantic/ctxt semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw eieio byte-opt bytecomp byte-compile mode-local cedet time-date vc-git cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt mo-git-blame edmacro kmacro scroll-all easymenu cl cl-19 tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 24 01:23:21 2010 Received: (at 6709) by debbugs.gnu.org; 24 Jul 2010 05:23:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcXCj-0002K9-8e for submit@debbugs.gnu.org; Sat, 24 Jul 2010 01:23:21 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcXCh-0002K4-3V for 6709@debbugs.gnu.org; Sat, 24 Jul 2010 01:23:19 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OcXCd-0005mS-M1; Sat, 24 Jul 2010 01:23:15 -0400 To: aneesh.kumar@linux.vnet.ibm.com Subject: Re: bug#6709: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error References: From: Dan Nicolaescu X-Debbugs-No-Ack: yes Date: Sat, 24 Jul 2010 01:23:15 -0400 In-Reply-To: (aneesh kumar's message of "Fri\, 23 Jul 2010 01\:13\:20 +0530") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 6709 Cc: 6709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) aneesh.kumar@linux.vnet.ibm.com writes: > Here is how to reproduce > > mo-git-blame can be downloaded from > > git://git.bunkus.org/mo-git-blame.git > > emacs -Q > M-x load-file mo-git-blame-el > open a file in git repository > M-x mo-git-blame-current > > We will see the error > > Running 'git cat-file'... done > Running 'git blame'... > Error in post-command-hook: (wrong-type-argument arrayp nil) > Git finished. > Running 'git blame'... done > > The error actually disable scroll-all-mode. So further scrolling doesn't > cause both windows to scroll Not really related to your bug report, but from the name it looks like mo-git-blame is a package for using "git blame". Can you please tell us what it has that we are missing in C-x v g ? From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 26 10:07:38 2010 Received: (at 6709) by debbugs.gnu.org; 26 Jul 2010 14:07:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdOLB-0003oO-RP for submit@debbugs.gnu.org; Mon, 26 Jul 2010 10:07:38 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdOL9-0003oJ-CD for 6709@debbugs.gnu.org; Mon, 26 Jul 2010 10:07:36 -0400 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp08.au.ibm.com (8.14.4/8.13.1) with ESMTP id o6QE7aNb027644 for <6709@debbugs.gnu.org>; Tue, 27 Jul 2010 00:07:36 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6QE7dbO1622086 for <6709@debbugs.gnu.org>; Tue, 27 Jul 2010 00:07:39 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6QE7crG004658 for <6709@debbugs.gnu.org>; Tue, 27 Jul 2010 00:07:38 +1000 Received: from skywalker.linux.vnet.ibm.com ([9.77.206.182]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o6QE7Ym1004535; Tue, 27 Jul 2010 00:07:36 +1000 From: "Aneesh Kumar K. V" To: Dan Nicolaescu Subject: Re: bug#6709: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error In-Reply-To: References: User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu) Date: Mon, 26 Jul 2010 19:37:32 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 6709 Cc: 6709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) On Sat, 24 Jul 2010 01:23:15 -0400, Dan Nicolaescu wrote: > aneesh.kumar@linux.vnet.ibm.com writes: > > > Here is how to reproduce > > > > mo-git-blame can be downloaded from > > > > git://git.bunkus.org/mo-git-blame.git > > > > emacs -Q > > M-x load-file mo-git-blame-el > > open a file in git repository > > M-x mo-git-blame-current > > > > We will see the error > > > > Running 'git cat-file'... done > > Running 'git blame'... > > Error in post-command-hook: (wrong-type-argument arrayp nil) > > Git finished. > > Running 'git blame'... done > > > > The error actually disable scroll-all-mode. So further scrolling doesn't > > cause both windows to scroll > > Not really related to your bug report, but from the name it looks like mo-git-blame is a package for > using "git blame". Can you please tell us what it has that we are > missing in C-x v g ? I quickly tried C-x v g. This is what i found 1) No incremental blame support. That is we have to wait for the entire history to be available. 2) ability to blame previous version/next version in the blame window 3) Ability to show the commit information on selecting the commit. 4) No scroll-all-window support so that boththe annotation information and source code will scroll together With respect to the bug. This bug happen only when semantic-mode is enabled. -aneesh From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 26 17:41:24 2010 Received: (at 6709) by debbugs.gnu.org; 26 Jul 2010 21:41:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdVQK-0006wX-Cx for submit@debbugs.gnu.org; Mon, 26 Jul 2010 17:41:24 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdVQH-0006wR-Rp for 6709@debbugs.gnu.org; Mon, 26 Jul 2010 17:41:22 -0400 Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OdVQM-0005Yr-Ex; Mon, 26 Jul 2010 17:41:26 -0400 To: "Aneesh Kumar K. V" Subject: Re: bug#6709: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error References: From: Dan Nicolaescu Date: Mon, 26 Jul 2010 17:41:26 -0400 In-Reply-To: (Aneesh Kumar K. V.'s message of "Mon\, 26 Jul 2010 19\:37\:32 +0530") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 6709 Cc: 6709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) "Aneesh Kumar K. V" writes: > On Sat, 24 Jul 2010 01:23:15 -0400, Dan Nicolaescu wrote: >> aneesh.kumar@linux.vnet.ibm.com writes: >> >> > Here is how to reproduce >> > >> > mo-git-blame can be downloaded from >> > >> > git://git.bunkus.org/mo-git-blame.git >> > >> > emacs -Q >> > M-x load-file mo-git-blame-el >> > open a file in git repository >> > M-x mo-git-blame-current >> > >> > We will see the error >> > >> > Running 'git cat-file'... done >> > Running 'git blame'... >> > Error in post-command-hook: (wrong-type-argument arrayp nil) >> > Git finished. >> > Running 'git blame'... done >> > >> > The error actually disable scroll-all-mode. So further scrolling doesn't >> > cause both windows to scroll >> >> Not really related to your bug report, but from the name it looks like mo-git-blame is a package for >> using "git blame". Can you please tell us what it has that we are >> missing in C-x v g ? > > I quickly tried C-x v g. This is what i found Thanks for doing this! > 1) No incremental blame support. That is we have to wait for the entire > history to be available. Does this make a difference in real life? You might want to file a bug report for this, maybe it will get implemented. > 2) ability to blame previous version/next version in the blame window Isn't that functionality available using the p n a j w keys? Please see the VC-annotate menu for the command names. These commands should work even in the presence of renamed and moved files. > 3) Ability to show the commit information on selecting the commit. You can get the diff (using D) and the log (using L). This might need another bug report, if git users think it's important it can be implemented in about 3-4 lines of code... > 4) No scroll-all-window support so that boththe annotation information > and source code will scroll together The two-column.el package should help doing that... Maybe we need to ask the author of mo-git-blame-el if he wants to implement these features in vc-annotate.el... From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 27 01:15:19 2010 Received: (at 6709) by debbugs.gnu.org; 27 Jul 2010 05:15:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdcVa-0001dm-Nv for submit@debbugs.gnu.org; Tue, 27 Jul 2010 01:15:19 -0400 Received: from e28smtp04.in.ibm.com ([122.248.162.4]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdcVY-0001db-5T for 6709@debbugs.gnu.org; Tue, 27 Jul 2010 01:15:17 -0400 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by e28smtp04.in.ibm.com (8.14.4/8.13.1) with ESMTP id o6R5FJYr017717 for <6709@debbugs.gnu.org>; Tue, 27 Jul 2010 10:45:19 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o6R5FIrK3383330 for <6709@debbugs.gnu.org>; Tue, 27 Jul 2010 10:45:19 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o6R5FIId011776 for <6709@debbugs.gnu.org>; Tue, 27 Jul 2010 10:45:18 +0530 Received: from skywalker.linux.vnet.ibm.com ([9.124.35.77]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o6R5FIVC011773; Tue, 27 Jul 2010 10:45:18 +0530 From: "Aneesh Kumar K. V" To: Dan Nicolaescu Subject: Re: bug#6709: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error In-Reply-To: References: User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu) Date: Tue, 27 Jul 2010 10:45:17 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 6709 Cc: 6709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) 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: > >> > >> > Here is how to reproduce > >> > > >> > mo-git-blame can be downloaded from > >> > > >> > git://git.bunkus.org/mo-git-blame.git > >> > > >> > emacs -Q > >> > M-x load-file mo-git-blame-el > >> > open a file in git repository > >> > M-x mo-git-blame-current > >> > > >> > We will see the error > >> > > >> > Running 'git cat-file'... done > >> > Running 'git blame'... > >> > Error in post-command-hook: (wrong-type-argument arrayp nil) > >> > Git finished. > >> > Running 'git blame'... done > >> > > >> > The error actually disable scroll-all-mode. So further scrolling doesn't > >> > cause both windows to scroll > >> > >> Not really related to your bug report, but from the name it looks like mo-git-blame is a package for > >> using "git blame". Can you please tell us what it has that we are > >> missing in C-x v g ? > > > > I quickly tried C-x v g. This is what i found > > Thanks for doing this! > > > > 1) No incremental blame support. That is we have to wait for the entire > > history to be available. > > Does this make a difference in real life? Yes. > You might want to file a bug report for this, maybe it will get > implemented. Will do > > > 2) ability to blame previous version/next version in the blame window > > Isn't that functionality available using the p n a j w keys? Please > see the VC-annotate menu for the command names. These commands should > work even in the presence of renamed and moved files. > > > 3) Ability to show the commit information on selecting the commit. > > You can get the diff (using D) and the log (using L). This might need > another bug report, if git users think it's important it can be > implemented in about 3-4 lines of code... > > > 4) No scroll-all-window support so that boththe annotation information > > and source code will scroll together > > The two-column.el package should help doing that... > > Maybe we need to ask the author of mo-git-blame-el if he wants to > implement these features in vc-annotate.el... 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) -aneesh From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 27 01:32:54 2010 Received: (at 6709) by debbugs.gnu.org; 27 Jul 2010 05:32:54 +0000 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 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 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 To: "Aneesh Kumar K. V" Subject: Re: bug#6709: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error References: From: Dan Nicolaescu Date: 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") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 6709 Cc: 6709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) "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. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 12 16:24:08 2012 Received: (at 6709) by debbugs.gnu.org; 12 Mar 2012 20:24:08 +0000 Received: from localhost ([127.0.0.1]:47286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S7Bmp-0003CC-Kh for submit@debbugs.gnu.org; Mon, 12 Mar 2012 16:24:08 -0400 Received: from randomsample.de ([83.169.19.17]:47653) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S7Bmd-0003BZ-0Z for 6709@debbugs.gnu.org; Mon, 12 Mar 2012 16:24:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=gs6XKeulAX7KgrkStiRL6cQqgjTiInUkOw8FRyzqHSA=; b=qXglIG0lv0bkM5f35OqGsI3JTBoMCjihd3UtCT6H1uj/qHdHU6f4iVgYzI+/5oRz3wlhIkTZ5pmaSbRJep6kHLgYIK6upIkZEgke6f6vuIZre6wQGDOsS//kS0qcZBy5; Received: from dslc-082-082-162-189.pools.arcor-ip.net ([82.82.162.189] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1S7BJf-0005Ek-1d; Mon, 12 Mar 2012 20:53:59 +0100 From: David Engster To: aneesh.kumar@linux.vnet.ibm.com Subject: Re: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error In-Reply-To: (aneesh kumar's message of "Fri, 23 Jul 2010 01:13:20 +0530") References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) Date: Mon, 12 Mar 2012 20:53:58 +0100 Message-ID: <877gypr3xl.fsf@engster.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 6709 Cc: 6709@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) aneesh kumar writes: > Here is how to reproduce > > mo-git-blame can be downloaded from > > git://git.bunkus.org/mo-git-blame.git > > emacs -Q > M-x load-file mo-git-blame-el > open a file in git repository > M-x mo-git-blame-current > > We will see the error > > Running 'git cat-file'... done > Running 'git blame'... > Error in post-command-hook: (wrong-type-argument arrayp nil) > Git finished. > Running 'git blame'... done I know it's been a while, but I currently cannot reproduce this. If you're still seeing this error, please do M-x toggle-debug-on-error and send the resulting backtrace. Cheers, David From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 16 16:31:59 2012 Received: (at 6709-done) by debbugs.gnu.org; 16 Oct 2012 20:31:59 +0000 Received: from localhost ([127.0.0.1]:47182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TODnz-0002Pw-34 for submit@debbugs.gnu.org; Tue, 16 Oct 2012 16:31:59 -0400 Received: from randomsample.de ([83.169.19.17]:42516) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TODnx-0002Po-Gp for 6709-done@debbugs.gnu.org; Tue, 16 Oct 2012 16:31:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=svHlUYPmYrUG4BAOfgj00gy9bWxgfFbOv+Umi7cjLsU=; b=USTjEwLTteCRIMClohKGnCg9Xh1EoMz0iE+00H17Ph8KsnHcsIXEyfCCogQnhyhqZ8xzQpLmZ5IyWISyO4OIVu2g+r0UqAkLBWQER9JNzaZaKxh+3XWKyagq4gdyFYXk; Received: from dslc-082-083-034-255.pools.arcor-ip.net ([82.83.34.255] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TODmg-0005cQ-PS; Tue, 16 Oct 2012 22:30:38 +0200 From: David Engster To: aneesh.kumar@linux.vnet.ibm.com Subject: Re: 24.0.50; With semantic-mode enabled mo-git-blame-current gives a post-command-hook error In-Reply-To: <877gypr3xl.fsf@engster.org> (David Engster's message of "Mon, 12 Mar 2012 20:53:58 +0100") References: <877gypr3xl.fsf@engster.org> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Date: Tue, 16 Oct 2012 22:30:37 +0200 Message-ID: <87y5j6yxaq.fsf@engster.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 6709-done Cc: 6709-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.4 (/) David Engster writes: > aneesh kumar writes: >> Here is how to reproduce >> >> mo-git-blame can be downloaded from > >> >> git://git.bunkus.org/mo-git-blame.git >> >> emacs -Q >> M-x load-file mo-git-blame-el >> open a file in git repository >> M-x mo-git-blame-current >> >> We will see the error >> >> Running 'git cat-file'... done >> Running 'git blame'... >> Error in post-command-hook: (wrong-type-argument arrayp nil) >> Git finished. >> Running 'git blame'... done > > I know it's been a while, but I currently cannot reproduce this. If > you're still seeing this error, please do M-x toggle-debug-on-error and > send the resulting backtrace. Since I cannot reproduce this and no further information was given, I'm closing this report. -David From unknown Mon Aug 18 02:38:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 14 Nov 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator