GNU bug report logs - #6575
24.0.50; cl's mapc not reachable

Previous Next

Package: emacs;

Reported by: Alex Schroeder <kensanata <at> gmail.com>

Date: Tue, 6 Jul 2010 21:18:01 UTC

Severity: normal

Found in version 24.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6575 in the body.
You can then email your comments to 6575 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6575; Package emacs. (Tue, 06 Jul 2010 21:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Schroeder <kensanata <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 06 Jul 2010 21:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Schroeder <kensanata <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; cl's mapc not reachable
Date: Tue, 06 Jul 2010 23:15:28 +0200
The CL manual documents mapc accepting multiple sequences, but I always
get the built-in version. I was told about cl-mapc which appears not to
be documented in the manual. Actually, based on mapcar/mapcar* I
expected to find a function mapc* instead.

So what I'd like is to change the documentation in (cl) Mapping over
Sequences from mapc to mapc* and rename cl-mapc to mapc*.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6575; Package emacs. (Wed, 07 Jul 2010 11:52:01 GMT) Full text and rfc822 format available.

Message #8 received at 6575 <at> debbugs.gnu.org (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: 6575 <at> debbugs.gnu.org
Subject: Re: 24.0.50; cl's mapc not reachable
Date: Wed, 07 Jul 2010 12:51:00 +0100
> So what I'd like is to change the documentation in (cl) Mapping over
> Sequences from mapc to mapc* and rename cl-mapc to mapc*.

That looks good. BTW, `mapcar' in doc-string of cl-mapc should be
`mapcar*'. There is also delete-dups which is basically a dumbed-down
version of delete-duplicates.

Leo




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6575; Package emacs. (Thu, 05 Aug 2010 08:56:02 GMT) Full text and rfc822 format available.

Message #11 received at 6575 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Alex Schroeder <kensanata <at> gmail.com>
Cc: 6575 <at> debbugs.gnu.org
Subject: Re: bug#6575: 24.0.50; cl's mapc not reachable
Date: Wed, 04 Aug 2010 14:30:10 +0200
> The CL manual documents mapc accepting multiple sequences, but I always
> get the built-in version. I was told about cl-mapc which appears not to
> be documented in the manual. Actually, based on mapcar/mapcar* I
> expected to find a function mapc* instead.

> So what I'd like is to change the documentation in (cl) Mapping over
> Sequences from mapc to mapc* and rename cl-mapc to mapc*.

Actually, to keep the namespace cleaner, I'd rather move mapcar* to
cl-mapcar.


        Stefan




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6575; Package emacs. (Thu, 05 Aug 2010 14:23:01 GMT) Full text and rfc822 format available.

Message #14 received at 6575 <at> debbugs.gnu.org (full text, mbox):

From: Alex Schroeder <kensanata <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: "6575 <at> debbugs.gnu.org" <6575 <at> debbugs.gnu.org>
Subject: Re: bug#6575: 24.0.50; cl's mapc not reachable
Date: Thu, 5 Aug 2010 16:22:30 +0200
It would seem to be less obvious to find since it goes against the
expectations of current developers and lead to more follow-up efforts.

On 04.08.2010, at 14:30, Stefan Monnier <monnier <at> iro.umontreal.ca> wrote:

>> The CL manual documents mapc accepting multiple sequences, but I always
>> get the built-in version. I was told about cl-mapc which appears not to
>> be documented in the manual. Actually, based on mapcar/mapcar* I
>> expected to find a function mapc* instead.
>
>> So what I'd like is to change the documentation in (cl) Mapping over
>> Sequences from mapc to mapc* and rename cl-mapc to mapc*.
>
> Actually, to keep the namespace cleaner, I'd rather move mapcar* to
> cl-mapcar.
>
>
>        Stefan




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6575; Package emacs. (Tue, 10 Aug 2010 11:06:02 GMT) Full text and rfc822 format available.

Message #17 received at 6575 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Alex Schroeder <kensanata <at> gmail.com>
Cc: "6575 <at> debbugs.gnu.org" <6575 <at> debbugs.gnu.org>
Subject: Re: bug#6575: 24.0.50; cl's mapc not reachable
Date: Tue, 10 Aug 2010 13:05:29 +0200
> It would seem to be less obvious to find since it goes against the
> expectations of current developers and lead to more follow-up efforts.

Still, I don't want to rename cl-mapc to mapc*.  If a change needs to be
made it is in the other direction (from mapcar* to cl-mapcar).


        Stefan




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6575; Package emacs. (Tue, 10 Aug 2010 12:05:01 GMT) Full text and rfc822 format available.

Message #20 received at 6575 <at> debbugs.gnu.org (full text, mbox):

From: Alex Schröder <kensanata <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: "6575 <at> debbugs.gnu.org" <6575 <at> debbugs.gnu.org>
Subject: Re: bug#6575: 24.0.50; cl's mapc not reachable
Date: Tue, 10 Aug 2010 14:04:45 +0200
[Message part 1 (text/plain, inline)]
So, a simple fix to the documentation in (cl) Mapping over Sequences is all
that's required to close the bug.

On Tue, Aug 10, 2010 at 13:05, Stefan Monnier <monnier <at> iro.umontreal.ca>wrote:

> Still, I don't want to rename cl-mapc to mapc*.  If a change needs to be
> made it is in the other direction (from mapcar* to cl-mapcar).
>
>
[Message part 2 (text/html, inline)]

Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. (Thu, 12 Aug 2010 13:10:03 GMT) Full text and rfc822 format available.

Notification sent to Alex Schroeder <kensanata <at> gmail.com>:
bug acknowledged by developer. (Thu, 12 Aug 2010 13:10:03 GMT) Full text and rfc822 format available.

Message #25 received at 6575-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Alex Schröder <kensanata <at> gmail.com>
Subject: Re: bug#6575: 24.0.50; cl's mapc not reachable
Date: Thu, 12 Aug 2010 13:05:44 +0200
> So, a simple fix to the documentation in (cl) Mapping over Sequences is all
> that's required to close the bug.

Thanks, done,


        Stefan


> On Tue, Aug 10, 2010 at 13:05, Stefan Monnier <monnier <at> iro.umontreal.ca>wrote:

>> Still, I don't want to rename cl-mapc to mapc*.  If a change needs to be
>> made it is in the other direction (from mapcar* to cl-mapcar).
>> 
>> 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 10 Sep 2010 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.