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

[no subject]



In the version of ZWEI on system 21.7, with microcode 604, on LISP Machine Five:
What's the difference between *COMTAB* and *STANDARD-COMTAB*?  I'm trying
to make my init file put my own function on z, and 
(SET-COMTAB *STANDARD-COMTAB* '(#/Z COM-KLUGE))
doesn't do it.  But it DOES work for keys that don't have a standard definition
already.  What's going on?

Also, are there hooks to change the character syntax tables?  I would like,
for example, "'" (single-quote) to count as a letter for the purpose of 
forward-word etc.