all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Checking if all values of a list are true
@ 2008-07-11 11:23 Nordlöw
  2008-07-11 11:33 ` Nordlöw
  2008-07-11 16:38 ` David Kastrup
  0 siblings, 2 replies; 6+ messages in thread
From: Nordlöw @ 2008-07-11 11:23 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-07-11 16:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-11 11:23 Checking if all values of a list are true Nordlöw
2008-07-11 11:33 ` Nordlöw
2008-07-11 11:37   ` Nordlöw
2008-07-11 11:51     ` Florian Beck
2008-07-11 11:56     ` Joost Kremers
2008-07-11 16:38 ` David Kastrup

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.