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: feature/icomplete-vertical Date: Sun, 20 Sep 2020 08:45:04 +0300 Message-ID: <83k0wp0zof.fsf@gnu.org> References: <20200919114359.7kph6xt2gdmah2pp@Ergus> <20200919154904.rrabgd37v57qrton@Ergus> <834knt3dqc.fsf@gnu.org> <20200919170645.j2eq22ggqm6a4xmm@Ergus> <83363d3con.fsf@gnu.org> <630adef9-5c7d-0622-7855-a62e4f500743@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3017"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ghe@sdf.org, spacibba@aol.com, emacs-devel@gnu.org, casouri@gmail.com, monnier@iro.umontreal.ca To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 20 07:46:16 2020 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 1kJsAx-0000gO-63 for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Sep 2020 07:46:15 +0200 Original-Received: from localhost ([::1]:37044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJsAv-0008PN-Hj for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Sep 2020 01:46:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52768) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJs9s-0007u0-SV for emacs-devel@gnu.org; Sun, 20 Sep 2020 01:45:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59024) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJs9r-0004sI-Ck; Sun, 20 Sep 2020 01:45:07 -0400 Original-Received: from [176.228.60.248] (port=2733 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kJs9q-00072q-Hb; Sun, 20 Sep 2020 01:45:07 -0400 In-Reply-To: <630adef9-5c7d-0622-7855-a62e4f500743@yandex.ru> (message from Dmitry Gutov on Sun, 20 Sep 2020 00:40:55 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:256231 Archived-At: > Cc: ghe@sdf.org, casouri@gmail.com, monnier@iro.umontreal.ca, > emacs-devel@gnu.org > From: Dmitry Gutov > Date: Sun, 20 Sep 2020 00:40:55 +0300 > > On 19.09.2020 20:21, Eli Zaretskii wrote: > >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24293 > >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39379 > > Those are fixed, AFAICT. > > You might want to read the comments to remember the discussions. > > The bugs are fixed in an ad-hoc way, with the general problem left intact. You may wish re-reading the discussions, which I hope will clarify that the fix was where it should be, and that the general problem is an illusion, probably due to a desire to have application-level problems go away by some magic. > The present issue is exactly the one I described in comment > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39379#61. You called it a > "future bug". There's a new bug#43519 which discusses this situation (if you think it is exactly the one you described there -- I think you are wrong), so if you are interested in what I think about it, please read that discussion and comment there.