From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: vc-log-view-mode broken Date: Sun, 09 Jun 2013 13:56:53 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1370800626 3530 80.91.229.3 (9 Jun 2013 17:57:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 17:57:06 +0000 (UTC) Cc: Andy Moreton To: emacs-devel@gnu.org, xfq.free@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 09 19:57:08 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UljrP-0006Xx-GG for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 19:56:59 +0200 Original-Received: from localhost ([::1]:44608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UljrP-0006vi-7B for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2013 13:56:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UljrL-0006uh-Dg for emacs-devel@gnu.org; Sun, 09 Jun 2013 13:56:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UljrK-00004t-Dp for emacs-devel@gnu.org; Sun, 09 Jun 2013 13:56:55 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UljrK-0008WV-8e for emacs-devel@gnu.org; Sun, 09 Jun 2013 13:56:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UljrJ-0000lN-LX; Sun, 09 Jun 2013 13:56:53 -0400 X-Spook: Majic Osama JSOFC3IP number key virus ASLET defense X-Ran: -.V[hsbq--Rr@4d6O=CMHb88@.8IdKn=&DST4'lob"~T'/`4&/ITz*xuwWA[,>7S*uF1&* X-Hue: white X-Attribution: GM In-Reply-To: (Andy Moreton's message of "Fri, 07 Jun 2013 12:39:41 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160292 Archived-At: Andy Moreton wrote: > vc-log-view-mode is not working, and reports an error when trying to > display the log. The problem was introduced in this commit: > > revno: 112843 [merge] > committer: Xue Fuqiao > branch nick: trunk > timestamp: Tue 2013-06-04 07:37:20 +0800 > message: > Some fix for VC. > > > That changeset added these entries to the keymap: > > + ("" . scroll-down-command) > + (33554464 . scroll-down-command) > > The second one looks wrong to me, and the reset of the commit seems to > make fairly arbitrary changes. Removing those lines and byte compiling > fixes the problem. Xue, any comment? Now also reported as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14583