September 2011
2 posts
Exporting symbols
C-c x (slime-export-symbol-at-point) from slime-package-fu contrib: takes the symbol at point and modifies the :export clause of the corresponding defpackage form. It also exports the symbol. When called with a negative argument (C-u C-c x) it will remove the symbol from :export and unexport it. M-x slime-export-class does the same but with symbols defined by a structure or a class, like accesors,...