Subject: Re: package marker and readtable From: Erik Naggum <erik@naggum.no> Date: 1999/10/24 Newsgroups: comp.lang.lisp Message-ID: <3149730429512293@naggum.no> * Jeff Greif | Is it possible to change which character is used as the package marker? no. when you let the standard tokenizer deal with a token, you have no control over how it interprets a token it has recognized to be of its kind. the only way to get out of this is to rewrite the tokenizer. in practice, this is not particularly hard. #:Erik