Subject: Re: How to characterp? From: Erik Naggum <erik@naggum.no> Date: 1999/11/05 Newsgroups: comp.lang.lisp Message-ID: <3150797830083386@naggum.no> * "Divya" <ravi2@frontiernet.net> | I need to know if the car of this list is a character. How can I check | this? with CHARACTERP or (TYPEP <whatever> 'CHARACTER). | But this check for "characterp" gives me false. then you don't have a character. how hard can this be to understand? why don't you ask your real question, which ought to be very close to "what are characters in Common Lisp?" #:Erik