Hi Robert, > Suggestion: change to load-system, compile-system, etc. instead of > system-FOO. The version with system- first is going to be a > nuisance for > people who use this a lot from the REPL w/ completion b/c it puts the > common stuff first, instead of the distinctive.
That's a good point; OTOH, I like the conceptual grouping of `system- foo`. Doesn't your completion let you type, e.g., #\s #\- #\c [complete] to get the symbol? After all, sense `compile` and `load` are already CL symbols, you'd need to type #\l #\o #\a #\d #\- [complete] or #\l #\- #\s [complete] in any case. what do you think? > Best, > r > ___ > Robert P. Goldman > Principal Scientist, SIFT, LLC > www.sift.info > > ...... Original Message ....... > On Tue, 9 Jun 2009 08:15:35 -0400 "Gary King" <gwk...@metabang.com> > wrote: >> This version adds `system-compile`, `system-load` and `system-test` >> as >> synonyms for the obvious `oos` analogues. It also mucks a bit with >> the >> website. In particular, there is a [getting started][gs] guide and >> the >> [manual][] has seen reformatting. >> >> [gs]: http://common-lisp.net/project/asdf/getting-started.html >> [manual]: http://common-lisp.net/project/asdf/manual.html >> >> comments much appreciated. >> -- >> Gary Warren King, metabang.com >> Cell: (413) 559 8738 >> Fax: (206) 338-4052 >> gwkkwg on Skype * garethsan on AIM * gwking on twitter >> >> >> >> >> >> >> _______________________________________________ >> asdf-devel mailing list >> asdf-devel@common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel > -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter _______________________________________________ asdf-devel mailing list asdf-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel