Open
Description
Try the following (in M2 1.16) in emacs:
f = () -> (
<< "hi there\n\nhi there 2\n" << flush;
sleep 100
)
f()
And then try typing anything into the emacs M2 buffer, including trying to CNTRL-C it... It responds with Text is read-only
. Once the prompt comes back, one can access the buffer again.
@mahrud , @DanGrayson Is this related to a recent change?
Metadata
Metadata
Assignees
Labels
No labels