Path: utzoo!mnetor!tmsoft!torsqnt!jarvis.csri.toronto.edu!rutgers!usc!brutus.cs.uiuc.edu!psuvax1!wuarchive!udel!princeton!phoenix!phoenix.princeton.edu!ron From: ron@clarity.Princeton.EDU (Ronald Beekelaar) Newsgroups: comp.emacs Subject: Problem with byte-compile Message-ID: Date: 25 Nov 89 06:30:51 GMT Sender: news@phoenix.Princeton.EDU Distribution: comp Organization: Cognitive Science Lab. Princeton University. Lines: 18 Hi everyone, I have a problem with a function I wrote, that makes use of a macro which already exists in elisp code that has been loaded. When I load this function un-compiled and execute it, it works fine. When I byte-compile the same function and load the byte-compiled version and execute it, it gives me a "invalid function" error on the used macro. What could be the problem and how can I fix it, so I will be able to load and execute the byte-compiled version of this function? Is there something I should now about macros ? Thanks -- ------ ron ------