From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Question about display engine Date: Tue, 20 Aug 2019 17:09:00 +0300 Message-ID: <83imqskjyb.fsf@gnu.org> References: <83k1bhrsji.fsf@gnu.org> <6f3161f8-b007-ae1c-881e-1fad88348146@gmx.at> <83woffrd7p.fsf@gnu.org> <8336i2qwxj.fsf@gnu.org> <020947f5-a8ab-79de-cf74-9dce4cb1572e@gmx.at> <838srtpkyp.fsf@gnu.org> <471528b0-4749-1dee-3be1-fa18a0203cc7@gmx.at> <20190819161305.uwlgsm44yjrmul3o@Ergus> <83pnl1kskj.fsf@gnu.org> <20190819213024.ciukp34xmgrzh7yn@Ergus> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="31850"; mail-complaints-to="usenet@blaine.gmane.org" Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 16:09:23 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i04p8-00088C-Ue for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2019 16:09:23 +0200 Original-Received: from localhost ([::1]:37836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i04p7-0000Bj-Sf for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2019 10:09:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50789) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i04ol-0008U7-5A for emacs-devel@gnu.org; Tue, 20 Aug 2019 10:09:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i04oj-0002jB-NU; Tue, 20 Aug 2019 10:08:57 -0400 Original-Received: from [176.228.60.248] (port=3687 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i04oj-0004Z1-1O; Tue, 20 Aug 2019 10:08:57 -0400 In-reply-to: <20190819213024.ciukp34xmgrzh7yn@Ergus> (message from Ergus on Mon, 19 Aug 2019 23:30:24 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239477 Archived-At: > Date: Mon, 19 Aug 2019 23:30:24 +0200 > From: Ergus > Cc: rudalics@gmx.at, emacs-devel@gnu.org > > >And second, I refer you to the renewed discussion of bug#15934 a day > >or two ago, from which my take is that users will notice and do care > >about such changes in at least a couple of important use cases, as a > >soon-to-be-pushed changes will prove. So I don't think we can change > >this behavior at will on the assumption that "no one will notice". > > > Hi Eli: > > If soon-to-be-pushed means that you have had already some time to work on > this and it will be fixed before emacs 27 then I'll be happy with that > (I'll be allowed to fix the dfci issue). No, that was about bug#15934, where a change will be soon pushed that forces extension of a face to the edge of the window. > I was actually wondering if the discussion was not going anywhere as > I didn't see any comment in a couple of days. We've arrived to a good understanding of what needs to be done, and we have no issues left to discuss. What's left is to implement the thing. Volunteers are welcome. > Unrelated with this I wanted to ask you if you think we should continue > with the indentation highlight implementation... because that discussion > never ended. Or you think it does not worth the effort. I'm not sure. A few people said that what we wanted to leave out cannot be left out. > I have seen that elpy already have something like what we want to > implement in the lisp level. So they will actually switch for sure to > ours if available. Where can I see what they have?