"Paul Stodghill" <stodghil(a)cs.cornell.edu> writes:
I managed to reproduce this with 21.4.6 and 21.5.4 under cygwin and
21.4.5 under Linux.
quimby$ cat foo.el
(let* ((buf (compile "make"))
(proc (get-buffer-process buf)))
(while (= 0 (process-exit-status proc))
(sleep-for 1))
(message "%s" (buffer-string buf)))
quimby$
quimby$
quimby$ xemacs -vanilla -batch -load foo.el
This one even crashes my 21.1.14 !
Jarl