From: khaines@... Date: 2006-08-22T09:36:23+09:00 Subject: Re: Setting namespace in loaded files On Tue, 22 Aug 2006, Luke Kanies wrote: > Is there a way to load a file within an existing namespace, so that the > method search path started at the scope doing the loading? If you read the file, and then eval it in the desired scope, it has the effect of loading it into that scope. Kirk Haines