Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!mcvax!emeraude.dedlpr.bull.fr!macrakis From: mcvax!emeraude.dedlpr.bull.fr!macrakis@UUNET.UU.NET (Stavros Macrakis) Newsgroups: gnu.emacs.bug Subject: Macros and compilation Message-ID: <8812271350.AA27367@emeraude.dedlpr.bull.fr> Date: 27 Dec 88 13:50:35 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 What is the recommended way to implement a form as a macro if interpreted, and as a special case (byte-compile property) if compiled? Emacs 18.50 macroexpands before it checks for the byte-compile property. I have written a general 'do', and would like to have it compile nicely.