Re: Problem seeing fn metadata unless I eval or load a file

2010-05-28 Thread Christophe Grand
Actually it's a duplicate of ticket #270 http://www.assembla.com/spaces/clojure/tickets/270 On Thu, May 27, 2010 at 4:52 PM, Jim Menard wrote: > Christophe, > > Thank you for your research and for opening the ticket. > > Jim > > On Thu, May 27, 2010 at 9:59 AM, Christophe Grand > wrote: > > Hi,

Re: Problem seeing fn metadata unless I eval or load a file

2010-05-27 Thread Jim Menard
Christophe, Thank you for your research and for opening the ticket. Jim On Thu, May 27, 2010 at 9:59 AM, Christophe Grand wrote: > Hi, > > On Thu, May 27, 2010 at 3:28 PM, Jim Menard wrote: >> >> I've given some functions metadata that I want to use elsewhere. My >> problem is, I don't see the

Re: Problem seeing fn metadata unless I eval or load a file

2010-05-27 Thread Christophe Grand
Hi, On Thu, May 27, 2010 at 3:28 PM, Jim Menard wrote: > I've given some functions metadata that I want to use elsewhere. My > problem is, I don't see the metadata I've added if I use or require > the namespace; I need to explicitly load the file (or eval the > function definitions manually in s