"" <[EMAIL PROTECTED]> 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 _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
