Joe Corneli <[EMAIL PROTECTED]> writes: > when is it good to use `eval-when-compile'?
when you want to evaluate something at compilation time. if this is not completely clear to you, probably it is best to drop its use and come back to it later (if ever). this kind of solution hints that the problem is of the family of problems relating to premature optimization. those kinds of problems are interesting in their own right, of course. no easier way to make a mess than to insist on phase separation... thi _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
