Skip to content
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

Can't enter more than one control-g #3

Open
brad0112358 opened this issue Aug 16, 2012 · 6 comments
Open

Can't enter more than one control-g #3

brad0112358 opened this issue Aug 16, 2012 · 6 comments

Comments

@brad0112358
Copy link

It appears that emacs silently discards control-g characters after the first one.

control-g works fine in the terminal, for example,

echo ^g^g^g^g | busybox od -x

displays the expected output including the four hex 07 characters.

But after starting up emacs, only the first control-g typed is actually seen by emacs. In other words, I can abort the first partially typed command, but subsequently, control-g does nothing. Only the first one is shown by the view-losage command as well.

BTW, Thanks for doing this port! Native emacs has been missing from android for far too long.

@brad0112358
Copy link
Author

I did try with a different terminal emulator that is known to work with emacs in chroot ubuntu with the same result so the trouble seems to be in emacs itself.

Thanks

@zielmicha
Copy link
Owner

Which terminal emulator is known to work with emacs?

@brad0112358
Copy link
Author

I guess it depends on how you define "works" my point was I tested your emacs with another terminal emulator on which I have used emacs (not your version of emacs, the ubuntu version via chroot). I tested your emacs with Better Terminal Emulator Pro where I have previously used the ubuntu version of emacs and it handles the keyboard quite well. Control-g works with the ubuntu version of emacs but BTEP does have other problems, for example, lines longer than 80 characters are corrupted because of apparent bugs in the terminal emulation and how it handles the cursor movement escape sequences, etc. I have reported several bugs to the author of that (paid) app, but none have been fixed so far. I suppose I could test the ubuntu version of emacs with your terminal emulator to be sure the problem with control-g is with the emacs binary. I'll let you know what I find.

@brad0112358
Copy link
Author

Were you able to reproduce this? I'd like to investigate further on my end if it works for you.

@zielmicha
Copy link
Owner

Yes.

@Aeva
Copy link

Aeva commented Sep 6, 2012

I'm able to reproduce the bug aswell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants