ubuntu-elisp team mailing list archive
-
ubuntu-elisp team
-
Mailing list archive
-
Message #00051
[Bug 1096449] Re: gnus-summary-respool-article (B r) no longer works in emacs 24
Thanks for taking the time to report this bug. It looks like you've
managed to pin-point the issue here! Have you considered sending a patch
upstream?
I just had a quick peek at lp:emacs trunk and it seems they still use
mapcar currently. I don't fully understand what that function is trying
to do, but it seems to just result in transforming the list into a list
of single-length lists, like so:
ELISP> (mapcar 'list '(1 2 3))
((1)
(2)
(3))
It's not clear to me why this would be desirable though.
--
You received this bug notification because you are a member of Ubuntu
Emacs Lisp, which is subscribed to emacs24 in Ubuntu.
https://bugs.launchpad.net/bugs/1096449
Title:
gnus-summary-respool-article (B r) no longer works in emacs 24
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1096449/+subscriptions