[1338] in Athena Bugs
(VAX) Version 6.0R: 6001 emacs scheme in the scheme locker
daemon@ATHENA.MIT.EDU (jik@ATHENA.MIT.EDU)
Tue Nov 8 19:08:13 1988
From: <jik@ATHENA.MIT.EDU>
Date: Tue, 8 Nov 88 19:07:49 EST
To: bugs@ATHENA.MIT.EDU
Cc: balamac@ATHENA.MIT.EDU
System type, version: anything that runs scheme from the locker
What's wrong:
The two functions xscheme-send-region and xscheme-send-buffer don't
work properly. More accurately, they only send the first expression
in the region/buffer, instead of sending everything in the buffer, to
the scheme evaluation buffer.
Furthermore, I have reports that xscheme-send-buffer hangs emacs when
the buffer is very large.
What should have happened:
Everything should get sent to the scheme evaluation buffer.