[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seq-some-p and nil
From: |
Nicolas Petton |
Subject: |
Re: seq-some-p and nil |
Date: |
Thu, 03 Sep 2015 21:40:21 +0200 |
User-agent: |
Notmuch/0.19 (http://notmuchmail.org) Emacs/25.0.50.1 (x86_64-unknown-linux-gnu) |
Simen Heggestøyl <address@hidden> writes:
> Hi!
Hi!
> Currently it's not possible to use `seq-some-p' to check if a sequence
> contains some `nil' value. For instance:
>
> (seq-some-p #'null '(1 2))
> ⇒ nil
>
> Which is good, but:
>
> (seq-some-p #'null '(1 nil 2))
> ⇒ nil
This is definitely a bug, I will fix it! (I will copy the behavior of
`some' in CL).
Cheers,
Nico
--
Nicolas Petton
http://nicolas-petton.fr
signature.asc
Description: PGP signature
- Re: seq-some-p and nil, (continued)
- Re: seq-some-p and nil, Nicolas Petton, 2015/09/08
- Re: seq-some-p and nil, Mark Oteiza, 2015/09/08
- Re: seq-some-p and nil, Stefan Monnier, 2015/09/08
- Re: seq-some-p and nil, Mark Oteiza, 2015/09/08
- Re: seq-some-p and nil, Stephen J. Turnbull, 2015/09/09
- Re: seq-some-p and nil, Mark Oteiza, 2015/09/09
- Re: seq-some-p and nil, Nicolas Petton, 2015/09/07
Re: seq-some-p and nil,
Nicolas Petton <=
- Re: seq-some-p and nil, Simen Heggestøyl, 2015/09/10
- Re: seq-some-p and nil, Nicolas Petton, 2015/09/10
- Re: seq-some-p and nil, Simen Heggestøyl, 2015/09/22
- Re: seq-some-p and nil, Nicolas Petton, 2015/09/23
- Re: seq-some-p and nil, David Kastrup, 2015/09/23
- Re: seq-some-p and nil, Simen Heggestøyl, 2015/09/23
- Re: seq-some-p and nil, Nicolas Petton, 2015/09/23
Re: seq-some-p and nil, Nicolas Petton, 2015/09/29