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: master 996b9576713 2/3: New function treesit-parser-changed-ranges Date: Sun, 21 Apr 2024 07:51:20 +0300 Message-ID: <86il0b8gjb.fsf@gnu.org> References: <171357892097.3235.1021568259110003883@vcs2.savannah.gnu.org> <20240420020841.F2F5CC1FB68@vcs2.savannah.gnu.org> <875xwc7b79.fsf@gmx.de> <2101DD68-77EC-4780-8694-691E89A50A6B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28380"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael.albinus@gmx.de, emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 21 06:52:00 2024 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 1ryPBH-0007A1-HN for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Apr 2024 06:51:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ryPAj-0006y5-Rd; Sun, 21 Apr 2024 00:51:25 -0400 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 1ryPAh-0006we-FO for emacs-devel@gnu.org; Sun, 21 Apr 2024 00:51:23 -0400 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 1ryPAg-0003OV-Te; Sun, 21 Apr 2024 00:51:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=WcN8Kls3jRlwcyxnDedB/Zrksz/H9+WbAr8sk6hviic=; b=AODdVN91Znxi6hUjJ8Zk mA8WXMJDxDmSOq1f8FCk+BldWlGaOQTc+M9n3VS1LNls+HG7xzbc9qQHTVL+2gCrdWnHcwN1vhDgm OPpT62DT15CsTv0kL7wXRF3t5LDA7bbVE2DqfzrqwMym2sVoKLADXou9AHm5A4JMV2UqNbASkIvXC zS0CGo/ivJTZh8ewiYWkk1V7MCXaTvfaWoGZzOUK2CQAX4Yj2flSHpri2SufZGLs7ldhHjWKUKX5t 9XY2pW2tKi5R/aHR2Wwlo5DKqoRMN22QdRRjc+DbQgFpKStzvXpKHsqtCLmm0W3qv6V/wA0Y73odn bxsXrGbH1g+kAA==; In-Reply-To: <2101DD68-77EC-4780-8694-691E89A50A6B@gmail.com> (message from Yuan Fu on Sat, 20 Apr 2024 15:32:25 -0700) 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:317899 Archived-At: > From: Yuan Fu > Date: Sat, 20 Apr 2024 15:32:25 -0700 > Cc: emacs-devel@gnu.org > > >> +*** New function 'treesit-parser-changed-ranges' which returns buffer regions that are affected by the last buffer edits > >> + > >> > >> * Changes in Emacs 30.1 on Non-Free Operating Systems > > > > Achhhh. You still don't respect the line length limit. Please adjust. > > > > Furthermore, the first line of a NEWS entry must be a sentence of its > > own, with a trailing period. > > > > Best regards, Michael. > > Sorry about that :-( It should be fixed now. Did you forget to push? > I just realized that you’re talking about the header line, which I always thought are not supposed to be wrapped. I’ll make sure to wrap header lines in the future. Header lines are indeed not supposed to be wrapped, but they need to be shorter than 80 columns. If you cannot say something in that few characters, say just part of it and leave the rest to the body of the entry. For example, in the above case, I would do it like this: *** New function 'treesit-parser-changed-ranges'. It returns buffer regions that are affected by the last buffer edits[...]