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

HUNKS (OK, OK, so don't read the message if they upset you that much!)



	(setq x (hunk 1))	;this now makes a HUNK2 instead of a CONS
	(1 .)			;I don't mind the way they print now (too much)
	(car x)			;this is with *rset t
	#777777			;Hmm, I think this should be caught (its the
				;only case where car should check!)
	(hunk)			;...
	nil			;Now I see why this might be the "right" thing
				;but I am pretty damn sure that if I ever try
				;and create such a thing it is an error and I
				;would like to be told about it.