[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apropos case sensitive?
- To: Common-Lisp@SAIL.STANFORD.EDU
- Subject: Apropos case sensitive?
- From: Steve.Handerson@spice.cs.cmu.edu
- Date: Tue, 14 Jul 1987 16:03:00 -0000
Sorry if this has already been decided, but I've been using
lucid, which has a case-sensitive apropos, and think it's
*the wrong thing*.
It's easy to write a case-sensitive apropos using a case-sensitive one,
but to do the reverse you're effectively rewriting apropos.
What if some mad C hacker was writing code for you?
"Oh yeah, apropos foo."
Did he mean FOO, Foo, or foo? Or maybe (gasp) fOO?
-- STeVe