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: Sat, 24 Jul 2010 01:23:15 -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 1279949893 3051 80.91.229.12 (24 Jul 2010 05:38:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Jul 2010 05:38:13 +0000 (UTC) Cc: 6709@debbugs.gnu.org To: aneesh.kumar@linux.vnet.ibm.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 24 07:38:10 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 1OcXR2-0000xN-Qv for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Jul 2010 07:38:09 +0200 Original-Received: from localhost ([127.0.0.1]:54396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcXR2-0003pI-Az for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Jul 2010 01:38:08 -0400 Original-Received: from [140.186.70.92] (port=50043 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcXQQ-0003dP-QC for bug-gnu-emacs@gnu.org; Sat, 24 Jul 2010 01:37:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcXQP-0007ti-90 for bug-gnu-emacs@gnu.org; Sat, 24 Jul 2010 01:37:30 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60370) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcXQP-0007ta-1j for bug-gnu-emacs@gnu.org; Sat, 24 Jul 2010 01:37:29 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OcXDO-0002KP-CR; Sat, 24 Jul 2010 01:24: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: Sat, 24 Jul 2010 05:24: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.12799490018940 (code B ref 6709); Sat, 24 Jul 2010 05:24:02 +0000 Original-Received: (at 6709) by debbugs.gnu.org; 24 Jul 2010 05:23:21 +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 1OcXCj-0002K9-8e for submit@debbugs.gnu.org; Sat, 24 Jul 2010 01:23:21 -0400 Original-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 Original-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 In-Reply-To: (aneesh kumar's message of "Fri\, 23 Jul 2010 01\:13\:20 +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: Sat, 24 Jul 2010 01:24: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:38863 Archived-At: 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 ?