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

[no subject]



As Moon pointed out, the #+ scheme does not enable the inclusion of a form
conditional upon the presence of more than one feature (i.e. logical "and") and
logical "or" can only be done by the clumsy #+NIL <form> #+LISPM <form>.
Unless there are any objections, I'd like to adopt the
#+(AND <feature> <feature>) and #+(OR <feature> <feature>) for this purpose.