GNU bug report logs -
#15418
24.3.50; RCS annotate broken in vc-rcs.el r114131
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Thu, 19 Sep 2013 14:18:02 UTC
Severity: normal
Found in version 24.3.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
The top of the stack trace is exactly the same as before, except for the
new name for "b".
buffer-substring-no-properties(nil 6747)
(cons (buffer-substring-no-properties (cadr pairs) (car pairs)) acc)
(setq acc (cons (buffer-substring-no-properties (cadr pairs) (car pairs))
acc))
(while pairs (setq acc (cons (buffer-substring-no-properties (cadr pairs)
(car pairs)) acc)) (setq pairs (cddr pairs)))
(let ((pairs (cons e (append @-holes (list vc-rcs--b)))) acc) (while
pairs (setq acc (cons (buffer-substring-no-properties (cadr pairs) (car
pairs)) acc)) (setq pairs (cddr pairs))) (apply (quote concat) acc))
(The next line of the backtrace has 159030 characters, most of which are
from the master file. Sorry again that I can't provide an example, but the
file doesn't belong to me.)
On 25 September 2013 01:55, Stefan Monnier <monnier <at> iro.umontreal.ca> wrote:
> >> > For some files under RCS version control, `vc-annotate' now fails with
> >> > error `(wrong-type-argument integer-or-marker-p nil)'.
> >> > I think the problem is with the variable `b' whose dynamic binding
> >> > was used by `gather' and set by `incg' (local functions in
> >> > `vc-rcs-parse'), prior to r114131.
> >> Indeed, it seems like there was some subtle dynamic scoping at play.
> >> Does the patch below fix your problem?
> > No, I'm afraid it does not. I get the same error.
>
> Can you show the new backtrace?
>
>
> Stefan
>
[Message part 2 (text/html, inline)]
This bug report was last modified 11 years and 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.