GNU bug report logs -
#19687
25.0.50, xwidget branch: Byte compilation of "slime.el" fails
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 19687 in the body.
You can then email your comments to 19687 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
joakim <at> verona.se
:
bug#19687
; Package
emacs-xwidgets
.
(Sun, 25 Jan 2015 18:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Husmann <stefan-husmann <at> t-online.de>
:
New bug report received and forwarded. Copy sent to
joakim <at> verona.se
.
(Sun, 25 Jan 2015 18:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Package: emacs-xwidgets
The byte-compilation of the most recent slime.el from git (git://github.com/slime/slime) fails when using emacs from xwidget branch in the latest revision, both when running make or loading slime.el into a runnig emacs and byte-compiling manually.
emacs -Q -L . --batch -f batch-byte-compile slime.el
In toplevel form:
slime.el:79:1:Error: Args out of range: "", 0
Line 79 reads like:
(require 'etags)
This does not happen with the emacs build from master, but I am still not sure if I should file this against the developers of slime instead.
Please try to reproduce.
Best Regards
Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJUxToGAAoJEIT1NQXkgeRlJiEQAJQiOONlSd3+LJEW96+4fLrM
lRbZrew6UWGULSiLyu+8upXijehPqIxUV3E3C1O0H0eiIgHDBUqY+hm33tGxSOkN
aczoxW/qWH4r022tJyJIZDhav+RM1Dt3oBBllSDhOf94UWf6UzgoFOLEl0gNloyZ
FUHhcIa2J02sUJlw2QEVRBQiWtIqp7su8LpILNGWyoTOn+GIT/gQmkuZjq8kIEUe
q3H9Z9exeTdNA57dmeo9xgzqOwkP6U4u1qgxiQ48bdqlC9W2VIbX4akMG4bDQvZE
nxYS04HqMtF4wIkE0AtilF5jJYFBd4UyADJFPtXokeWxliNtfGJlGS2bTMv9pBX7
s02XT0TRcGBq9WDpNm+Oq+4xhOx9bYVAn56W2866iP8KHVp1Cva+n67ewwzy0uL7
4FggIsw5ie3hyIiOgSNuc9nSBHZgShhw0EN+C00ytkUxUrhWLAr/MiLxu5NbPSQz
E1PDpST8samNxgDOGFa7biFlPj1ODAqt6KzIE9bPILI0+TRcmIyMQmLrQOF51JMl
c7EDzHEVRJoPmB5UXIEeN3vbIJsNfUT/UNbJQR4T3cZltonDs1Ml1E4adSArqYOg
4bRtwVGhzIOqwMNXMwVywu1ujdUTyMNZCfHUjKD1KpHT2q4BWeEMX/e3XhBnxHQR
8iYsC26fxmBC0nocj6j/
=zp4Q
-----END PGP SIGNATURE-----
Information forwarded
to
joakim <at> verona.se
:
bug#19687
; Package
emacs-xwidgets
.
(Sun, 25 Jan 2015 20:02:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 19687 <at> debbugs.gnu.org (full text, mbox):
Stefan Husmann <stefan-husmann <at> t-online.de> writes:
> Package: emacs-xwidgets
>
> The byte-compilation of the most recent slime.el from git (git://github.com/slime/slime) fails when using emacs from xwidget branch in the latest revision, both when running make or loading slime.el into a runnig emacs and byte-compiling manually.
>
> emacs -Q -L . --batch -f batch-byte-compile slime.el
>
> In toplevel form:
> slime.el:79:1:Error: Args out of range: "", 0
>
> Line 79 reads like:
> (require 'etags)
>
> This does not happen with the emacs build from master, but I am still not sure if I should file this against the developers of slime instead.
>
> Please try to reproduce.
Master has been pretty turbulent in the Eieio library. I think the
current xwidget is missing important fixes in that regard.
I will do a merge and a push and see if that helps.
>
> Best Regards
> Stefan
>
--
Joakim Verona
Information forwarded
to
joakim <at> verona.se
:
bug#19687
; Package
emacs-xwidgets
.
(Sun, 25 Jan 2015 22:55:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 19687 <at> debbugs.gnu.org (full text, mbox):
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Am 25.01.2015 um 21:01 schrieb joakim <at> verona.se:
> Stefan Husmann <stefan-husmann <at> t-online.de> writes:
>
>> Package: emacs-xwidgets
>>
>> The byte-compilation of the most recent slime.el from git (git://github.com/slime/slime) fails when using emacs from xwidget branch in the latest revision, both when running make or loading slime.el into a runnig emacs and byte-compiling manually.
>>
>> emacs -Q -L . --batch -f batch-byte-compile slime.el
>>
>> In toplevel form:
>> slime.el:79:1:Error: Args out of range: "", 0
>>
>> Line 79 reads like:
>> (require 'etags)
>>
>> This does not happen with the emacs build from master, but I am still not sure if I should file this against the developers of slime instead.
>>
>> Please try to reproduce.
>
>
> Master has been pretty turbulent in the Eieio library. I think the
> current xwidget is missing important fixes in that regard.
>
> I will do a merge and a push and see if that helps.
>
>>
>> Best Regards
>> Stefan
>>
>
Hello,
yes, indeed the master branch did not even compile anymore.
And with your merge the problem went away. Thank you again.
Best Regards
Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJUxXQEAAoJEIT1NQXkgeRl0G4QAI29I6DHPyL4CpOKfu2h29TY
JZCUwuZD+NjHoBQ8uVUNQdh1z8bSicucCToZ5kecveufTkkMQx9pewVS+9slZ3UT
Xe0yETIqYsvkSC1MUAKhXW7L+3qa9/CnAhmSpNV787UstNfvOk1/vcEm4BKc9BSU
MVrUiI+pAJGS2OVl4T2idO/5mJ1e1AnJOOjrOusk8zNuAzo+pNHO1OfzfGcs+YG0
VcQF7S+di3FD6nSUj9XYu+fY1u4J2FndWj8z6exeRUb5kG/LrRZbf70wYfiWIFDS
94+v3KzUFmh3sNXtiEFt+wyEOtd8+NbuDVTP6Yo4oMrn9/ZzZFSb4CTl05uVxrbU
zzcJD6AWHZDLdDudhGYUXyEbKKerBQcWXNGS6wQyhcvRGK4emeUNe1d4cG6q9VVy
ZEUAViWynZDs3pW6+puZc2UBerXRBBFCFsm5kVA3SacwP+gs+Xy8NbGx0yYI+UTx
QBKIksueF6RSuPtUL7l99x26jsB0UDOmGHs+XmaPnjuz7oQGx5E0O/Rt2Go59oIc
eApB6nxelMQP54vK9duAQWmo+zBwzQzIGj5nTh5hcJiEiGlEbTfSA6Zf94vSR9po
DA10M+pjtAHKZaF4ZYDG2dhRvMBrk+UjKLpbqLbDJaZ7xo+ERxbRiE1Hk9JRPm/T
b6JroVd2v/1Z8ANp9/JL
=Nss3
-----END PGP SIGNATURE-----
bug closed, send any further explanations to
19687 <at> debbugs.gnu.org and Stefan Husmann <stefan-husmann <at> t-online.de>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 20 Jan 2016 00:45:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 17 Feb 2016 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.