From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.help Subject: Re: languagetool and emacs ? Date: Thu, 9 Sep 2021 00:37:34 +0900 Message-ID: <5E5354E9-D43D-4906-BD8C-7E8FB320DF48@traduction-libre.org> References: <013B3299-FB90-489D-B4B6-6CCDEA69C745@traduction-libre.org> Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8558"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs To: =?utf-8?Q?Rudolf_Adamkovi=C4=8D?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 08 17:41:23 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1mNzhT-00022c-CA for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 08 Sep 2021 17:41:23 +0200 Original-Received: from localhost ([::1]:39420 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNzhS-0006uv-97 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 08 Sep 2021 11:41:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNzdz-0000ZH-FF for help-gnu-emacs@gnu.org; Wed, 08 Sep 2021 11:37:48 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:37677) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNzdw-0005Ve-Mo for help-gnu-emacs@gnu.org; Wed, 08 Sep 2021 11:37:47 -0400 Original-Received: (Authenticated sender: lists@traduction-libre.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id BEA2B100015; Wed, 8 Sep 2021 15:37:39 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3654.120.0.1.13) Received-SPF: pass client-ip=217.70.178.231; envelope-from=lists@traduction-libre.org; helo=relay11.mail.gandi.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:132959 Archived-At: Thank you Rudolf. JC > On Sep 8, 2021, at 4:48, Rudolf Adamkovi=C4=8D wrote: >=20 > Jean-Christophe Helary writes: >=20 >> I see at least 4 packages that interface to languagetool. Does = anyone have feedback on their ease of use ? >=20 > I have tried a couple of prose linters, including LanguageTool, and = settled on Vale [1] with Flymake. I run Vale/Flymake in all kinds of = buffers, from regular documents to chat and more. I have a list of = regular expressions that make Vale ignore code, mathematics, citations, = and the like. It works well. I would like to plug in a spell checker to = Vale next and then disable Flyspell. With that, my list of regular = expressions will apply to both style and spell checking. >=20 > [1]: https://github.com/errata-ai/vale >=20 > R+