emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vc-log-view-mode broken


From: Andy Moreton
Subject: vc-log-view-mode broken
Date: Fri, 07 Jun 2013 12:39:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Hi,

I am running a self-built emacs built from top of tree (daily) using
msys/mingw on Win7 64bit.

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 <address@hidden>
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.

Can someone please fix the broken keymap entry and review the other
changes ?

    AndyM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]