Simen Heggestøyl 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