I am working on a language processing application built on top of CMUCL. The system needs to know if a symbol is the name of a special variable. I have been unable to find where this information is kept -- looked at the obvious places like the plist, tried some apropos in the compiler package etc. I would think that there is a simple interface somewhere that can tell you this.
Does anyone know how to determine if a symbol has been declared special, where this info is kept, etc. Thanks in advance. -bill-
