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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to