unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Cc: Plamen Tanovski <pgt@arcor.de>
Subject: Re: seq-mapn and circular lists
Date: Wed, 14 Dec 2016 15:32:44 -0800	[thread overview]
Message-ID: <CAOj2CQS=dLimPL30wFH0vM9NnSGs+JgE+HpF+nhFX5SwEE8f_g@mail.gmail.com> (raw)
In-Reply-To: <o2sghh$1snc$1@gioia.aioe.org>

Plamen Tanovski <pgt@arcor.de> wrote:
> Hi,
>
> while cl-map works fine on circular lists, seq-mapn just freezes
>
> (let ((l1 '#1=(1 . #1#)))
>   ; (map 'list #'+ '(3 4 5 7) l1)
>   (seq-mapn #'+ '(3 4 5 7) l1))
>
> Making the circular list with setcdr or nconc doesn't help. Any
> suggestions?

Indeed, seq-map and seq-mapn do not attempt to identify or handle circular
lists. My advice would be to avoid circular lists, or stick to `cl-map' if you
must accommodate them :)

Since seq.el is developed as part of Emacs, you can use `M-x report-emacs-bug'
to submit a feature request.

        John



  reply	other threads:[~2016-12-14 23:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-14 22:19 seq-mapn and circular lists Plamen Tanovski
2016-12-14 23:32 ` John Mastro [this message]
2016-12-14 23:57   ` Michael Heerdegen
2016-12-15  9:26     ` Nicolas Petton
2016-12-15  9:33       ` Nicolas Petton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOj2CQS=dLimPL30wFH0vM9NnSGs+JgE+HpF+nhFX5SwEE8f_g@mail.gmail.com' \
    --to=john.b.mastro@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=pgt@arcor.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).