Path: utzoo!attcan!uunet!husc6!bloom-beacon!gatech!rutgers!ucsd!ucbvax!agate!garnet!weemba From: weemba@garnet.berkeley.edu (Matthew P Wiener) Newsgroups: comp.emacs Subject: Re: defmacro vs. defun Message-ID: <12443@agate.BERKELEY.EDU> Date: 23 Jul 88 12:27:14 GMT References: <3910019@eecs.nwu.edu> <24364@think.UUCP> Sender: usenet@agate.BERKELEY.EDU Reply-To: weemba@garnet.berkeley.edu (Matthew P Wiener) Organization: Brahms Gang Posting Central Lines: 15 In-reply-to: rlk@think.com (Robert Krawitz) In article <24364@think.UUCP>, rlk@think (Robert Krawitz) writes: >In article <3910019@eecs.nwu.edu>, gore@eecs (Jacob Gore) writes: >]>I suspect that putting a (require 'cl) followed by a (provide 'cl) at the >]>top of the cl.el file would solve the compilation problems with that file >]Won't that cause cl.el to load itself in infinitely? >Hmm. Probably will, at that. So much for that idea... Try (condition-case nil (require 'cl) (error)) (provide 'cl) instead. ucbvax!garnet!weemba Matthew P Wiener/Brahms Gang/Berkeley CA 94720