[1824] in Athena Bugs
bugs in scheme
daemon@ATHENA.MIT.EDU (cajc@ATHENA.MIT.EDU)
Sun Feb 26 22:24:01 1989
From: <cajc@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Date: Sun, 26 Feb 89 22:21:06 EST
In using "6.001"-type sceme in an emacs environment, I have come across
the following bugs:
* xscheme-send-buffer and xscheme-send-region do not work. Although
xscheme-send-buffer can be overcome by the (load "file") command
(consultant Jerry Larivee helped me with this)
* (car '()) and (cdr '()) report errors rather than returning '()
which is the convention. (As a solution, I made commands (_car )
and (_cdr ) which catch the null argument.)
...Just so you know.
-- Chris Crowley