From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: displaying margins leads to Emacs hanging Date: Fri, 24 Feb 2023 22:29:07 +0200 Message-ID: <838rgmn6y4.fsf@gnu.org> References: <83edqen95b.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26146"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: dalanicolai Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 24 21:29:24 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pVeh1-0006ZS-UF for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Feb 2023 21:29:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pVegp-0001gK-2V; Fri, 24 Feb 2023 15:29:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVegm-0001g1-SK for emacs-devel@gnu.org; Fri, 24 Feb 2023 15:29:08 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVegm-0002RF-J0; Fri, 24 Feb 2023 15:29:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=uAwHMOIo0ZBs14GAe+DHDGpKQlB3QVGrlilzAIOBdl8=; b=KjsllXNbtsB3 pkXW1H5+BuIhKzc2IXgoekFXOo112S/1z2PIZu47No6KeQo0A7uPR9uQe2y5uHB/4wTWlF3ac0nbo JB+navChdQAK4nQHYgKZTLcltbsXr2joYCiJEa8NUU9JqJgceJ0OOE3EBC97akIbrUNq0+ZwtC01Q DTx2Kyh/lb/pl7XoxaxPntaKBD535xQtWFB9JV9aHQ5c59wz60Ic47N/VkBoTLvcjzMqhEimtvAMq KvsFdOmhSKXXL8Vtq9XvR+n2GiVuRmWA/mbK1pN95tePmUEqPsW+fOf2GiuMNytkeV61MtGb3d4Zb t1pnmXMtHG0dY7iEqR2+Lw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVegl-0002Pb-W4; Fri, 24 Feb 2023 15:29:08 -0500 In-Reply-To: (message from dalanicolai on Fri, 24 Feb 2023 21:26:05 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303764 Archived-At: > From: dalanicolai > Date: Fri, 24 Feb 2023 21:26:05 +0100 > Cc: emacs-devel@gnu.org > > I have not really looked at it yet, but just as a quick thought: > I am not sure if/why I should debug an infloop, because the functionality > works perfectly fine when not showing the margins (i.e. when just setting > the window margins to nil). So it seems to me its not about an infinite loop. > > I was saying 'more or less' because it does not really hang, it just takes > extremely long to update the buffer text. When waiting long enough, > then it seems to continue. > > Of course, I don't want to waste your time, but I think my instructions > for reproducing the error, are very clear and short this time (i.e. take less > than/about a minute). I think it would be most informative if you reproduce the > error there. What should I do after I reproduce it, though? What are your expectations from me (or whoever else tries your recipe)?