Timofei Shatrov <grue@mail.ru> wrote the following to disable some code:
+---------------
| #+(or) (let (...) ...)
+---------------
May I strongly recommend that everyone always use #-(AND) instead of
#+(OR), and conversely use #+(AND) instead of #-(OR)? Yes, AND is
one character longer to type than OR, but with the AND flavor the sense
of the +/- "goes the right way": plus = on/enable, minus = off/disable.
Much less likely to cause mistakes.
Just a suggestion...
-Rob
p.s. IIRC, I first heard this recommendation & rationale from Erik Naggum.
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607