-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Key not found: Escape #372
Comments
It comes from timeout after escape is so severe (100ms) if you type |
So no hope to have ctrl-right working? I see this binding defined in your source code. Is it possible to overcome this timeout issue, as done in e.g emacs? |
ok ctrl-right would work. |
Many thanks for taking time to face this issue. Unfortunately even after updating lem (ros update lem) This seem to be a common issue in the terminal, since I also found problems using linedit, where typing C- would freeze the repl. I managed to send the developers a pull request fixing the issue, sharplispers/linedit#4 |
7abe368 fixed? |
Perfect thank you so much |
Hi, just tried lem with the ncurses frontend on a debian linux box, using both urxvt, st and gnome-terminal terminals.
Not sure about this issue, since nobody seems to notice the following problem:
every time I insert a key sequence containing escape, or just typing the escape character results in a message:
Key not found: Escape
Also Ctrl- and others, which should be translated as (common lisp characters): #\Esc #[ #\1 #; #\5 #\D fails, printing just #[ #\1 #; #\5 #\D (escape char seem to be ignored)
Am I the only one experimenting this issue?
The text was updated successfully, but these errors were encountered: