Results 9 comments of Michael

Hi, I've got into the same situation. Is there any plan to add this feature?

@CodeFalling Thank you.

I encountered same issue on `GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-06-05` within `WSL2` It seems that emacs got stuck in an infinite...

> @heartnheart What happens if you change > > ```lisp > (while (not finished) (accept-process-output)) > ``` > > to > > ```lisp > (while (eq (process-status proc) 'run) (accept-process-output))...

I couldn't reproduce it today after reverting back to: ``` (while (not finished) (accept-process-output)) ``` I'll let you know if it happens again.

Hi @AmaiKinono, the issue happens again today but the new version for `citre-get-output-lines` does not fix it. The ` (while (eq (process-status proc) 'run) (accept-process-output))` method works.

I encountered the same issue when I updated to WSL 1.2.5.0 using the command `wsl --update`. Every time I maximize Emacs (either by pressing the Win-Up key or clicking the...

> @heartnheart, does it repro consistently on your end? If you don't mind, would you please share /mnt/wslg/weston.log after the window disappeared? I did same at my end with emacs-gtk...

> @heartnheart, thanks for info. I configured my local environment as close as yours, but still not enable to reproduce the issue. I have a few additional questions. > >...