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

#\; in lists



In ZWEI in System 98.37, CADR 3.6, ZMail 53.13, MIT-Specific 22.0,
microcode 309, ZM MIT, on Lisp Machine Thirty:

#\; confuses Zwei with respect to lists.

(DEFPARAMETER *LMB-DELIMITERS*
	(LIST #\SPACE #\+ #\- #\* #\/ *LEFT-BRACKET* *RIGHT-BRACKET*
	      #\( #\) #\;))

C-M-B after the previous defparameter won't work.