Fix weird bugs involving dot notation in lists. Unfortunately, the
authorChris Hanson <org/chris-hanson/cph>
Sat, 5 Mar 1988 00:20:30 +0000 (00:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 5 Mar 1988 00:20:30 +0000 (00:20 +0000)
commit7c908edff20dae0e909357ba81eba1c98d3660fa
treed217089b3b628fafc6b418a20aadd095db374f02
parentcf0939598b52c814ddb3037b4a9deb54a0c21443
Fix weird bugs involving dot notation in lists.  Unfortunately, the
fix fails to catch a class of error cases, namely

(1 . . (2))
(1 . . . ((2)))
etc.

Also install a switch to disable the feature of ignoring random close
parens from the console.
v7/src/runtime/parse.scm