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

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

Re: apply or


From: Thien-Thi Nguyen
Subject: Re: apply or
Date: Fri, 01 Apr 2005 11:31:17 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"" <puzio1@excite.com> writes:

> Whilst I can work around this difficulty using "member" or using
> "eval" and "cons", I wonder if there is a way of doing what I
> originally intended and directly feeding logical connectives to
> "apply" (or, for that matter, other functions which take a
> function as an argument).

to map `and', look for `every'.
to map `or', look for `some'.

these are in (or are under) cl.el, iirc.

for the latter (parenthesized) part of your question, could you
give an example of such a function-taking-a-function?  maybe it is
not just me that is confused...

thi


reply via email to

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