-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in emacs, input seems to become readonly sometimes #14
Comments
This is #3, presumably. I have a fix. A work-around is to use 1.15's setupEmacs. |
This doesn't happen to me. I'm using 1.16's M2.el on Emacs 26.3. What version did you try it on? |
I'm using 1.16 M2.el on emacs 26.3 too. I do have lots of stuff in my .emacs file. I suppose that something else could be interacting poorly. But it does work with 1.15, I'm pretty sure. |
Ah, I think it's because I'm using an uncommitted version of M2-symbols.el.in, since I was in the middle of fixing some issues in M2-mode, and one of the changes was to the regexp used for the prompt:
The outer |
Additionally, typing CTRL-D in the |
The same issue, I think: If I am in a shell buffer, and type CTRL-C on a blank line, it also won't interrupt. |
I've just pushed the fix to the development branch, and it involves the M2-emacs submodule, so do Test it out and let me know. |
Try the following (in M2 1.16) in emacs:
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?
The text was updated successfully, but these errors were encountered: