<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 3, 2013 at 8:32 AM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">>>: Dave Cooper<br>
<div class="im">>> I have a little utility which emits the .asd files for me, with a form like:<br>
>><br>
>>   `(asdf:defsystem ,(something-to-make-my-system-name) :description "blah"<br>
>> … )<br>
>><br>
</div>If you print that form while *package* is bound to something that uses ASDF,<br>
(such as ASDF-USER, on 2.31), then it will omit the prefix.<br>
<div class="im"><br></div></blockquote><div><br></div><div> </div><div style>I don't want it to omit the prefix. I want:</div><div style><br></div><div style>   (asdf:defsystem  ...) </div><div style><br></div><div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">>> Or should I put some (in-package ...) statement at the top of the .asd<br>
>> file, and use plain defsystem with no package prefix?<br>
><br>
</div>>: stassats<br>
<div class="im">> You don't need to have prefixes already, when .asd is loaded ASDF<br>
> creates a temporary package, which uses ASDF package.<br>
><br>
</div>In ASDF1 and ASDF2, indeed, .asd files are read from<br>
a temporary package ASDF~D that uses ASDF.<br>
In ASDF3, we're using a permanent package ASDF-USER instead,<br>
and usual hygiene rules apply.<br>
<br></blockquote><div><br></div><div><br></div><div style>Does "usual hygiene rules" mean that I do or do not need any prefix on the defsystem in </div><div style><br></div><div style>  (defsystem ... )</div><div style>
<br></div><div style>?</div><div style><br></div><div style><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• <a href="http://fare.tunes.org" target="_blank">http://fare.tunes.org</a><br>
Any time you're asking the user to make a choice they don't care about,<br>
you have failed the user — Jeff Atwood<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>My Best,<br><br>Dave Cooper, Genworks Support<br><a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>, <a href="http://dave.genworks.com">dave.genworks.com</a>(skype)<br>
USA: 248-327-3253(o), 1-248-330-2979(mobile)<br>UK: 0191 645 1699<br>
</div></div>