When talking about givenness, etc, “specific” and  “definite” mean
different things.  “Definite” usually contrasts with “indefinite” and
“specific” with “non-specific” contrast as subcategories of “indefinite”.

For anBUGBUG, try adding the following to lkb/user-fns.lsp

(defun fix-spelling (string)
   (mapcar #'string-downcase string))

Let me know if it helps.
