GNU bug report logs -
#4454
23.1.50; vc-call-backend raises wrong-type-argument error
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4454 in the body.
You can then email your comments to 4454 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4454
; Package
emacs
.
(Wed, 16 Sep 2009 22:05:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stephen Berman <stephen.berman <at> gmx.net>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 16 Sep 2009 22:05:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
After updating today, I started emacs -Q and tried to visit a file in my
CVS Emacs tree, and this raised a wrong-type-argument error. This
happens with any file under version control. It does not happen with my
previous build from two weeks ago. A backtrace is attached (because it
contains byte code)
In GNU Emacs 23.1.50.3 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
of 2009-09-16 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: @im=local
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
[Message part 2 (text/plain, attachment)]
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4454
; Package
emacs
.
(Wed, 16 Sep 2009 23:45:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stephen Berman <stephen.berman <at> gmx.net>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 16 Sep 2009 23:45:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 4454 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Thu, 17 Sep 2009 00:00:27 +0200 Stephen Berman <stephen.berman <at> gmx.net> wrote:
> After updating today, I started emacs -Q and tried to visit a file in my
> CVS Emacs tree, and this raised a wrong-type-argument error. This
> happens with any file under version control.
In fact it seems to happen with any file, and with some libraries that
write files to disk on exiting, such as Gnus, this makes it impossible
to exit Emacs normally, only kill -9 works. I reverted to a week old
revision in order to get a working Emacs.
Steve Berman
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4454
; Package
emacs
.
(Thu, 17 Sep 2009 01:30:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Thu, 17 Sep 2009 01:30:04 GMT)
Full text and
rfc822 format available.
Message #15 received at 4454 <at> emacsbugs.donarmstrong.com (full text, mbox):
> After updating today, I started emacs -Q and tried to visit a file in my
> CVS Emacs tree, and this raised a wrong-type-argument error. This
> happens with any file under version control. It does not happen with my
> previous build from two weeks ago. A backtrace is attached (because it
> contains byte code)
It's the bug I referred to earlier in emacs-devel about CL functions.
Just "re lisp/vc-hooks.elc; make" should fix it for now.
What happens is that vc-hooks.el ended up byte-compiled in a context
where subr.el was loaded after cl.el, so while CL was loaded, the `push'
macro was not the CL one but the plainer one provided by subr.el.
And of course vc-hooks.el uses some of CL's added features of `push'.
Stefan
bug closed, send any further explanations to Stephen Berman <stephen.berman <at> gmx.net>
Request was from
Dan Nicolaescu <dann <at> ics.uci.edu>
to
control <at> emacsbugs.donarmstrong.com
.
(Sat, 05 Dec 2009 00:30:07 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <bug-gnu-emacs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 29 Jan 2010 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.