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 (was: jinx) Date: Fri, 31 Mar 2023 10:15:14 +0300 Message-ID: <83mt3t2xz1.fsf@gnu.org> References: <87sfdnyuxc.fsf@posteo.de> <83sfdl2z26.fsf@gnu.org> <58158ae49808189da7b2@heytings.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14598"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 09:15:18 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 1pi8yj-0003Xz-MT for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 09:15:17 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pi8yb-00059n-Px; Fri, 31 Mar 2023 03:15:09 -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 1pi8ya-00059c-HX for emacs-devel@gnu.org; Fri, 31 Mar 2023 03:15:08 -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 1pi8ya-0002YD-6a; Fri, 31 Mar 2023 03:15:08 -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=HuonNmOXQ4OzoVhVh1UNmU1kCKlBeE1DqSZlWq3eHcI=; b=Jdkb778NF2ME mDGL6CTfwRkX+QZZQGlK03L08ysgaat4c6iWa4FMi6+VJliWT167tx61P4GFbrDVXjL2blzrfbCoJ itIwYUKbFVPE1IzRkqSKR7fLyBuTMfo80TKYCMJPbhVkcbH64glO5SH32lplHm7mMiXyTLPN3/Gf7 XRWqTFRX3vM+Q+CmKBWYiKep8xzRb0LhxbcC24HdciWdi16va+JAL5/CAdHEtDvr7d8gL9PWbtjJl jRdYMbgH96VArI/yYVPgcrmWybrI7QqPHtEMDjHGUwcyUIOLNy9N/KXdfw9M/MahNqM0cWZgtzoxE XNQU5KINnRpSPNGbpGloeQ==; 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 1pi8yT-0007KL-Md; Fri, 31 Mar 2023 03:15:02 -0400 In-Reply-To: <58158ae49808189da7b2@heytings.org> (message from Gregory Heytings on Fri, 31 Mar 2023 07:10:11 +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:304890 Archived-At: > Date: Fri, 31 Mar 2023 07:10:11 +0000 > From: Gregory Heytings > cc: rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org > > > As an aside, a technology I would like to see in Emacs is grammar > > checking. Last I looked, there are no free grammar-checking libraries > > or services out there, even just for the English language. But if > > that's no longer true, then adding such capabilities to Emacs will be > > very welcome, I think, since word-based spell-checking is clearly not > > enough these days. > > I think that's no longer true, LanguageTool is available (and has been for > ~20 years): https://github.com/languagetool-org/languagetool . But it's > written in Java... Thanks. Maybe someone will figure out how to integrate this with Emacs.