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: Sun, 25 Aug 2019 13:44:04 +0300 Message-ID: <83lfvhh6dn.fsf@gnu.org> References: <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> <83imqskjyb.fsf@gnu.org> <20190825102205.rxhmu3bukraywhok@Ergus> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="98002"; 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 Sun Aug 25 12:44:49 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 1i1q0v-000PM1-2B for ged-emacs-devel@m.gmane.org; Sun, 25 Aug 2019 12:44:49 +0200 Original-Received: from localhost ([::1]:41762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i1q0t-0004Nz-Bp for ged-emacs-devel@m.gmane.org; Sun, 25 Aug 2019 06:44:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52353) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i1q0E-0004Ns-CA for emacs-devel@gnu.org; Sun, 25 Aug 2019 06:44:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i1q0D-0000xH-Vu; Sun, 25 Aug 2019 06:44:06 -0400 Original-Received: from [176.228.60.248] (port=2428 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i1q0D-0005zl-AJ; Sun, 25 Aug 2019 06:44:05 -0400 In-reply-to: <20190825102205.rxhmu3bukraywhok@Ergus> (message from Ergus on Sun, 25 Aug 2019 12:22:05 +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:239551 Archived-At: > Date: Sun, 25 Aug 2019 12:22:05 +0200 > From: Ergus > Cc: rudalics@gmx.at, emacs-devel@gnu.org > > On Tue, Aug 20, 2019 at 05:09:00PM +0300, Eli Zaretskii wrote: > > > >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. > > > Hi Eli I could be interested in this but I don't even understand clearly what > you agreed; so it may take me a long time without some extra > hints. (When things are related with the lisp part I just get lost.) Feel free to ask questions. (I don't think anything in the summary was related to Lisp, but maybe I'm wrong.) > >> 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? > > > > They just rely on: > > https://github.com/antonj/Highlight-Indentation-for-Emacs/blob/master/highlight-indentation.el > > with some modifications. The question is will many/enough users agree to such a limited implementation. I was under the impression that quite a few responders said it would not be good enough.