Spent some time this week integrating ASDF with the LispWorks IDE. First, implemented an :AROUND method for asdf:operate that sets *STANDARD-OUTPUT* to the collector stream for the output tab. Note that this stream does not exist until after the first time the output tab is viewed. Second, updated and added methods for viewing ASDF systems in the System Browser. Everything is implemented in the ASDF package. Hope you find this useful. Please feel free to contact me with any questions, suggestions, or bugs. |