November 2012
1 post
Exporting symbols, part 2
Earlier I wrote about exporting symbols, now there’s a few new options. slime-export-symbol-representation-auto default value T. Automatically determines which exporting style to use, : or #:, based on already exported symbols in the defpackage form. If both or neither are used, the default described in the previous post is applied.  slime-export-save-file, default value NIL. ...
Nov 22nd