help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Checking if all values of a list are true


From: Nordlöw
Subject: Checking if all values of a list are true
Date: Fri, 11 Jul 2008 04:23:39 -0700 (PDT)
User-agent: G2/1.0

How do I check if all values of a list are true?

This is my attempt:
(reduce 'and '(t t))

but I get the error: and (invalid-function and)

(functionp 'and)

gives true so why on earth doesn't this work?


Thanks in advance,
Nordlöw


reply via email to

[Prev in Thread] Current Thread [Next in Thread]