Hi!
Windows 10 (64 bit), Emacs 26.1
- I download Emacs 26 from here : http://ftp.gnu.org/gnu/emacs/windows/emacs-26/emacs-26.1-x86_64.zip
- Unpack and run pure Emacs (no external packages)
- Connect android device to my computer
M-x shell
- Run the next command
adb logcat -vtime
. Tool logcat
- is a tool from Google to see android's device logging. It's very helpful. - This tool (
logcat
) generate many text interactively in shell. - So I press button
arrow up
and move cursor to the center of screen. - Text is continues to be generated.
- And now I press button
Enter
- As result Emacs not response any more. Show progress bar forever. Nothing help. Only kill Emacs process from Task Manager
Screenshot in attachment.
Why this is happened?
Thanks.