[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

non-standard readmacro behavior...



I want to change the syntax of ' so that it will act like an alphabetic
character if it is embedded within an atom or is at the end of an atom.
Thus 'foo is (quote foo) but foo' is foo'.  A ' before a list or a '
surrounded by seperators will still act as a readmacro for the quote function.

Offhand,  I don't see a reasonable way to do this given the Franz character
syntax situation.  Any ideas?

Tim