GNU bug report logs -
#11780
24.1.50; vc-annotate fails for files in RCS. ("cl.el" `flet' problem?)
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Mon, 25 Jun 2012 17:29:02 UTC
Severity: normal
Found in version 24.1.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
> Date: Mon, 25 Jun 2012 18:24:50 +0100
> From: Richard Copley <rcopley <at> gmail.com>
>
> Assuming RCS is installed and on the path, `vc-annotate' fails (for
> files under RCS).
>
> Recipe:
> SET RCSINIT=-x,v
> SET TZ=Europe/London
> runemacs -Q
I get the error even without setting RCSINIT and TZ.
> Visit a file under RCS version control and invoke `vc-annotate'.
> Result: error "Symbol's function definition is void: sw" (at
> vc-rcs.el, line 1309).
And here's the Lisp backtrace:
> Debugger entered--Lisp error: (void-function sw)
> vc-rcs-parse()
> vc-rcs-annotate-command("d:/foo/bar/baz.c" #<buffer *Annotate baz.c (rev 0.93)*> "0.93")
> apply(vc-rcs-annotate-command ("d:/foo/bar/baz.c" #<buffer *Annotate baz.c (rev 0.93)*> "0.93"))
> vc-call-backend(RCS annotate-command "d:/foo/bar/baz.c" #<buffer *Annotate baz.c (rev 0.93)*> "0.93")
> vc-annotate("d:/foo/bar/baz.c" "0.93" fullscale)
> call-interactively(vc-annotate nil nil)
Emacs 24.1 doesn't have this problem.
This bug report was last modified 12 years and 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.