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: Grammar checking Date: Sat, 01 Apr 2023 10:00:27 +0300 Message-ID: <83v8igytmc.fsf@gnu.org> References: <87355lqs4v.fsf@gmail.com> <838rfd2mmf.fsf@gnu.org> <58158ae4984ea8345733@heytings.org> <83zg7t12i6.fsf@gnu.org> <87mt3t9ey3.fsf@localhost> <83tty10ytx.fsf@gnu.org> <875yaggklw.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39876"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, relekarpayas@gmail.com, rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 01 09:01:31 2023 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 1piVEw-000A7t-IB for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Apr 2023 09:01:30 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piVEH-0004z6-1Z; Sat, 01 Apr 2023 03:00:49 -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 1piVE2-0004x4-N9 for emacs-devel@gnu.org; Sat, 01 Apr 2023 03:00:40 -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 1piVE1-0000lD-Jq; Sat, 01 Apr 2023 03:00:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=FHeXpwqz2BCvg18FbdS1wQXo8NOwZWmZ87OdEokcEUY=; b=QTqliqGAdji5 pilRyi8KJHRZrboFJvjSWCFiJMfUQmARg3YqcmQFCiqEs3ku6cGT71ZHRqazNtCuaI3n+Jnf/UHfp NNsn8/naNzBc2u+4I/QIbSChkVM7tuMY3FCx2nXh73D+qAZzeRrZGctpKNVu1m3s6XqePm74weQ49 OsZVw8aRTmbuTRgHMQj7IDf5DNdBpG46eq683vltQeXde9hVXD9v2FIwZwQuHogfS8tixdtqcdyWc t3Z9ez04YDTKgYE76fiXwLXm9TGAnxDny6YFP3+IvTGmhymTH2kc8rFKAP+gmacef1bEdSZrW6Qxn EHsrFkJQMkXrnU6RdKvBuA==; Original-Received: from [87.69.77.57] (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 1piVDh-0006YV-DV; Sat, 01 Apr 2023 03:00:25 -0400 In-Reply-To: <875yaggklw.fsf@localhost> (message from Ihor Radchenko on Sat, 01 Apr 2023 06:52:27 +0000) 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:304969 Archived-At: > From: Ihor Radchenko > Cc: gregory@heytings.org, relekarpayas@gmail.com, rms@gnu.org, > m.eliachevitch@posteo.de, emacs-devel@gnu.org > Date: Sat, 01 Apr 2023 06:52:27 +0000 > > Eli Zaretskii writes: > > >> The attached are full report and the report that I cleaned up a bit, > >> removing false positives related to texinfo format not being understood. > > > > Not bad at all. But it consistently misses "its" mis-spelled as > > "it's". > > Agree. I can also see several related bug reports in their repo. > The question is though whether "not bad" is good enough and who is to > decide what is good enough for Emacs. We get to decide that. Who else? > I'd be happy if Emacs had a good integrated grammar checking support. Is > there anything else I can help to move this thread forward? Provide a Lisp package to integrate LanguageTool into Emacs in a convenient way?