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: Counting sentences in `count-words' Date: Mon, 23 May 2022 15:39:04 +0300 Message-ID: <83zgj85spj.fsf@gnu.org> References: <87o7zsiekm.fsf@elite.giraud> <83y1yv8cdp.fsf@gnu.org> <878rquizld.fsf@elite.giraud> <83czg694ft.fsf@gnu.org> <87y1ytd9if.fsf@elite.giraud> <87r14lh5lr.fsf@gmail.com> <87mtf8acl5.fsf@elite.giraud> <83bkvo7bkf.fsf@gnu.org> <874k1go68k.fsf@gnus.org> <878rqsa144.fsf@elite.giraud> 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="27725"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 23 14:41:00 2022 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 1nt7Mp-0006xJ-Ki for ged-emacs-devel@m.gmane-mx.org; Mon, 23 May 2022 14:40:59 +0200 Original-Received: from localhost ([::1]:38776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nt7Mo-0005kn-2B for ged-emacs-devel@m.gmane-mx.org; Mon, 23 May 2022 08:40:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt7LE-0004ma-FZ for emacs-devel@gnu.org; Mon, 23 May 2022 08:39:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33426) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt7LD-0006D2-ES; Mon, 23 May 2022 08:39:19 -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=9dWJddREOhdsWIfaue8almMRAVgfM7WxUItefOs0B4M=; b=jj42RNwuAO1z3Ls9B3Ux n/aol+W7ysBT6mN2gMRXaAatDeV35Es2ylAqzN9jHXwXBosdudFct1U2HRaUkcTxQ9TZukihIqO/1 N0f+H9cY1u6LUzpLj2dWKwYjqyjytA5GkypkOOPf01Qq1GolMT/vrTJLWmeTulIZHCMjLy7XGVFss uqbhNR28h6qqrOlQ1ly84tOtArM2VtXc8/mKrjocx4iao9p95yyCtuVAPjs2Vnrni5kzuc8wGF7BN iqa+xGlwRqNDoxhdU9apfuKg6FIDeOBe+L9+bwRJzpgpEYNtCr6LBX1z6byfm9MMrKR150fwA/Z8K 25qfzIX6CaZn7w==; Original-Received: from [87.69.77.57] (port=1721 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt7LC-00058p-1F; Mon, 23 May 2022 08:39:19 -0400 In-Reply-To: <878rqsa144.fsf@elite.giraud> (message from Manuel Giraud on Mon, 23 May 2022 14:23:55 +0200) 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" Xref: news.gmane.io gmane.emacs.devel:290154 Archived-At: > From: Manuel Giraud > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Mon, 23 May 2022 14:23:55 +0200 > > >> Lars, WDYT? > > > > Keeping it simple sounds good to me. > > Ok. Then my last patch is the best I have now… maybe the only thing left > is the `count-sentences' function defined in "simple.el" using > `forward-sentence' from "paragraphs.el". What do you think? It may be better to move count-sentences to paragraphs.el.