Closed sauravchirania closed 5 years ago
Thanks for the report!
I'm using the same Mac OS. My iTerm2 is slightly older: 3.2.7.
I can type ø by pressing Alt+o, but if I try to hold ctrl with that I get the open file dialog (it sees it as ctrl+o, without the Alt). So I'm having a little trouble typing ^ø (err, I'm assuming that ^ in this context means to hold the control key, is that correct?).
If I understand correctly, some European keyboards have a dedicated ø key (which keyboard layout would help me reproduce/see the problem)?
I'm using the same Mac OS. My iTerm2 is slightly older: 3.2.7.
I was able to reproduce this on the default terminal that comes with mac too.
I can type ø by pressing Alt+o, but if I try to hold ctrl with that I get the open file dialog (it sees it as ctrl+o, without the Alt). So I'm having a little trouble typing ^ø (err, I'm assuming that ^ in this context means to hold the control key, is that correct?).
^ did not mean holding the control key. I type the ^ character by holding the (option/alt) key together with i key. I type the ø character by holding the (option/alt) key together with o key.
If I understand correctly, some European keyboards have a dedicated ø key (which keyboard layout would help me reproduce/see the problem)?
The keyboard layout I'm using is U. S. International - PC (I found this out using system preferences -> keyboard -> input sources). The keyboard looks like this - https://support.apple.com/library/content/dam/edam/applecare/images/en_US/keyboards/english_notebook.png
^ did not mean holding the control key. I type the ^ character by holding the (option/alt) key together with i key. I type the ø character by holding the (option/alt) key together with o key.
Thanks! That was the piece I was missing. I can see the crash now, I've started on a fix.
As a temporary workaround, you cold pass --singleThread
to we
. E.g.
we --singleThread <some_file>
.
That will make ci_edit not as quick (using multiple threads makes ci_edit snappier). I hope to have a fix soon.
Thanks again,
I know that filing a bug takes some time/effort. This was an issue I didn't know about and was it is important to address it. If something fails in the future, please feel welcome to let me know.
A fix has been submitted. Please try again without --singleThread
.
Thanks for the fix. I like this project a lot. Whenever I get a new operating system, I test ci_edit.
It's my dream that before I graduate, I'll make some meaningful code contribution to the project and will try to get it installed in at least a few PCs of laboratories at my university so that it may get some visibility there as a beginner-friendly alternative to vim.
I do not know much about character encoding, and that's perhaps why I can't give out much details, but typing the characters ˆø several times in continuation exits the program with the following error-
System details-
Terminal details-
Also, is this error, in any way, related to #133?