From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Grammar checking Date: Fri, 31 Mar 2023 12:01:31 +0000 Message-ID: <58158ae4984173336810@heytings.org> References: <87sfdnyuxc.fsf@posteo.de> <83sfdl2z26.fsf@gnu.org> <58158ae49808189da7b2@heytings.org> <83mt3t2xz1.fsf@gnu.org> <87sfdl8irg.fsf@posteo.net> <58158ae498dc3b4b1052@heytings.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="WpMqZbNmCU" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40076"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Philip Kaludercic , Eli Zaretskii , Richard Stallman , m.eliachevitch@posteo.de, emacs-devel To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 14:02:25 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 1piDSa-000A9o-AI for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 14:02:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piDRy-0003PS-LE; Fri, 31 Mar 2023 08:01:46 -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 1piDRo-0003Lr-F1 for emacs-devel@gnu.org; Fri, 31 Mar 2023 08:01:40 -0400 Original-Received: from heytings.org ([95.142.160.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piDRm-0002tA-JH; Fri, 31 Mar 2023 08:01:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1680264091; bh=xERVCSpsaXhxaLB1l8vFX22Gj/o/jYqUY2+7I7+YKck=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=WAMksbU+pj0m8s++b5Snshs8NtNIbFFecCmWXEi1EoKLAKGDfBi5rl2vOkpVvhtHY eHjZLbS3uB2Q9ScRhia5KDp6aj2eQf7NxqfeDS6YvcQ7QFuRBD+r0rhF8y06WzBTRv 1D5imjpYL6kZxmvIYunDAko1jCllaoRpfADyD97Hxim45xJn9Hk57/kor2pQLz42Gw YjVLER2WDijyE+neoeVXefNm0iT7o+V+H7Nrn9ZNdNn4+cE5HwV3nEApKFdCHwtSci tOkml0nPyvP81KnlERbKtnLIGM/g6GD8Yb/hGfnN/Lt8s0vE5HgqDmaLC0yUVGpAKo gkAnTOjLtH3tg== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:304912 Archived-At: --WpMqZbNmCU Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >> https://languagetool.org/download/LanguageTool-stable.zip >=20 > It appears to be designed as a full-blown, multi-connection server.=C2=A0= =20 > Even if it is restricted to a local address, if it were a multi-user=20 > machine I'd be concerned about whether other users might gain access to= =20 > the text I've sent to the server for processing. > The zip file above contains the three versions of the program: GUI,=20 client-server, and command-line. --WpMqZbNmCU--