GNU bug report logs - #61350
Eglot over Tramp freezes with large project

Previous Next

Package: emacs;

Reported by: Thomas Koch <thomas <at> koch.ro>

Date: Tue, 7 Feb 2023 18:49:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: João Távora <joaotavora <at> gmail.com>
Cc: Thomas Koch <thomas <at> koch.ro>, Michael Albinus <michael.albinus <at> gmx.de>, 61350 <at> debbugs.gnu.org
Subject: bug#61350: Eglot over Tramp freezes with large project
Date: Wed, 15 Mar 2023 17:34:40 -0400
> @@ -990,7 +990,7 @@ tramp-adb-handle-make-process
>  				  (progn
>  				    (goto-char (point-min))
>  				    (not (search-forward "\n" nil t)))
> -			        (tramp-accept-process-output p))
> +			        (tramp-accept-process-output p 0))
>  			      (delete-region (point-min) (point)))
>  			    ;; Provide error buffer.  This shows only
>  			    ;; initial error messages; messages

Could you explain why we need all those "0 second timeout" thingies?
They make me nervous because it really means busy waiting in a tight loop.


        Stefan





This bug report was last modified 2 years and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.