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: Automatic (e)tags generation and incremental updates Date: Thu, 07 Jan 2021 16:15:32 +0200 Message-ID: <83r1mwltob.fsf@gnu.org> References: <779a6328-9ca5-202a-25a2-b270c66fe6dd@yandex.ru> <8fc5e96c-ebb8-c668-9b2a-c7c4ee54c0b9@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4604"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, tom@tromey.com, john@yates-sheets.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 07 15:20:03 2021 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 1kxW8t-0000vO-0U for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Jan 2021 15:19:59 +0100 Original-Received: from localhost ([::1]:56044 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxW8r-0001eV-WB for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Jan 2021 09:19:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxW4g-0007r2-JF for emacs-devel@gnu.org; Thu, 07 Jan 2021 09:15:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56166) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxW4f-0005fB-Qa; Thu, 07 Jan 2021 09:15:37 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2815 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kxW4Z-0003GL-IS; Thu, 07 Jan 2021 09:15:34 -0500 In-Reply-To: <8fc5e96c-ebb8-c668-9b2a-c7c4ee54c0b9@yandex.ru> (message from Dmitry Gutov on Thu, 7 Jan 2021 05:46:31 +0200) 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:262676 Archived-At: > From: Dmitry Gutov > Date: Thu, 7 Jan 2021 05:46:31 +0200 > Cc: "Philip K." , Tom Tromey , > John Yates > > Check it out. Thanks for working on this branch. However, it is hard to check it out without investing an inordinate amount of time, without having some guidance: what features are added, how they work, and what are the relevant commands to invoke them and variables to control them. Would it be possible to post a short summary of that? The changes are large, and when I looked at them, it was hard for me to figure out what exactly are we gaining and how to test that. TIA