Numeromancer tschaef@sbcglobal.net writes:
Does slime have a function which will qualify the symbol at point with its package name if it is imported? And the obvious extension, qualifying all symbols in the region or file? Does anyone have any hints on how one might create such a function?
What do you mean with "if it is imported"? Do you really only mean if the symbol was imported via IMPORT or via the :IMPORT-FROM clause of DEFPACKAGE? What do you want this for?
-T.