Zach Beane <xach@xach.com> wrote:
+---------------
| Kenny Tilton <ktilton@nyc.rr.com> writes:
| > > CELLO(1): (apropos 'random)
|
| I've gotten in the habit of using a string for apropos. When using a
| symbol, it gets interned, and is immediately appears in the results of
| apropos.
+---------------
To avoid that, my habit is to use keywords. Yes, they *also* get
interned and immediately appear in the results of the APROPOS,
but those keywords don't pollute the package I'm in at the time,
and thus don't interfere if I want to import one of the other results.
[And who cares about polluting the keyword package, anyway...]
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607