<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 29, 2011, at 6:08 PM, Bob Kerns wrote:</div><blockquote type="cite">While I can see advantages to having a form record where it came from, as you guys are describing, there's also a huge disadvantage -- the need to actually expand (and possibly evaluate) that macro, before being able to use meta-dot.</blockquote><div><br></div><div>I use tag files.  Tag files are good.</div><div><br></div><div>Even better, a lot better, is id-utils mkid' m-x gid; I recommend it - even if it has some rough edges.</div><div><br></div><div>Of course, no amount of lexical indexing can discover the definition of cool-widget that arose from a define-toy-box form.</div><div><br></div><div><div>On Mar 28, 2011, at 5:59 PM, Alessio Stalla wrote:</div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">I think it would be best done by implementers (a CDR?) rather than<br>being a library, since it interferes quite deeply with the reader.</span></blockquote></div></div><br><div>I suspect that most implementations have this functionality.   In ccl:record-source-file for example; and in LispWorks the subsystem is almost entirely documented: </div><div>   <a href="http://www.lispworks.com/documentation/lw50/LWUG/html/lwuser-54.htm">http://www.lispworks.com/documentation/lw50/LWUG/html/lwuser-54.htm</a></div><div>   <a href="http://www.lispworks.com/documentation/lwm43/LWRM/html/lwref-91.htm">http://www.lispworks.com/documentation/lwm43/LWRM/html/lwref-91.htm</a></div><div><br></div><div><div>On Mar 28, 2011, at 1:17 PM, <a href="mailto:dherring@tentpost.com">dherring@tentpost.com</a> wrote:</div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Stelian Ionescu wrote:<br><blockquote type="cite">...</blockquote><blockquote type="cite">That's part of Slime<br></blockquote><br>Please look at Conium.<br><a href="http://gitorious.org/conium#more">http://gitorious.org/conium#more</a></span></blockquote><br></div><div>Conium is sweet.  That helps some queries to the data stored about definitional homes, but it doesn't help with making entries into that data store.</div><div><br></div><div>----</div><div><br></div><div>I seem to recall that the Lisp Machine or the Symbolics also had something analogous to LispWork's dspecs; but i couldn't fine it with a minute or two of looking.</div><div><br></div><div>  I was sad to see that some of the implementations lack affordances for extending the kinds of things defined, e.g. adding widgets would be a pain.</div><div><br></div><div>The LispWorks documentation is full of interest.  They take a run at providing both containment (things defined inside of other things) as well as single things defined by the union of many forms (e.g. generic methods and their individual methods).</div><div><br></div><div>---</div><div><br></div><div>In addition to the index-my-sources and the collect-assertions-about-definition approaches there is another possible tack.  If your compiler writer is staying up late he may have provided very fastidious mappings back to the source file for all the code he's generating.  People do that for debugging, code coverage, and even implementing unwind cleanups ... i guess that data might also be leveraged for this.  It's not obviously how though.</div><div><br></div><div> - ben</div><div><br></div><div>  - ben</div></body></html>