From: Richard Stallman Date: Thu, 02 Aug 2007 11:45:17 -0400 Would someone please DTRT and ack? Date: Wed, 01 Aug 2007 09:51:17 +0200 From: Jan Djärv % emacs -Q src/gmalloc.c C-x v l The cursor stays at the top of the log view buffer. Contrast this to emacs 22.1 where the cursor is positioned to the current log entry for the revision of src/gmalloc.c that you are editing. Hmm. vc-default-show-log-entry does appear to be going to the right place, but something is messing it up afterwards. I think I'll go to bed now and let somebody who knows what they're doing have a crack at it. ;-} This from *Messages* may be relevant: Running cvs log gmalloc.c in the background... done Loading log-view... Loading easy-mmode...done Loading log-view...done Error during redisplay: (void-function ,log-view-file-re) [2 times] This turns out to be coming from log-view-font-lock-keywords, which has a value that looks something like this: ((eval \` (\,log-view-file-re (1 ...) (0 log-view-file-face append))) (eval \` (\,log-view-message-re . log-view-message-face))) The source (log-view.el:170) specifies backquoted forms inside a quoted form; it appears that the reader is not handling this correctly. The attached patch replaces the backquotes with explicit "cons" calls; this is not a real fix, and I include it only to show that it does make the error messages go away. Fixing the reader is undoubtedly hairier. However, fixing the "Error during redisplay" problem does not affect the original symptom. Hope this is of some use, -- Bob Rogers http://rgrjr.dyndns.org/