From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Rudolf =?utf-8?Q?Adamkovi=C4=8D?= Newsgroups: gmane.emacs.devel Subject: Re: Grammar checking in Emacs Date: Mon, 15 Nov 2021 20:45:33 +0100 Message-ID: References: Mime-Version: 1.0 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="35754"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 15 20:47:10 2021 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 1mmhwc-000958-JU for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Nov 2021 20:47:10 +0100 Original-Received: from localhost ([::1]:37988 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mmhwb-0000Sf-FZ for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Nov 2021 14:47:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47682) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmhvD-00089j-M9 for emacs-devel@gnu.org; Mon, 15 Nov 2021 14:45:43 -0500 Original-Received: from mr85p00im-zteg06011501.me.com ([17.58.23.182]:47565) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmhvB-0006Nl-Aa for emacs-devel@gnu.org; Mon, 15 Nov 2021 14:45:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1637005536; bh=3vIdWEUzZ/JLAKTvL5i9kaFQLCd4y8DtNECBEIUY644=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=S/xMfxbML01yK2rhWlUF2qfEHv259lwjOYOQyCPnC544z86d85bPcPIq22M3ETlsc lB6I4s0LEr7yTzQJlRwZpkQ81U0U+dBWcBPGlB0Hx24mFx9uzglub6ODcJETVRFONi G4y28/kspkqDmmZRpkdOk6lLc00EV8FKUMEGZACVlgx02XGubgBXomYaxHuUFegxcR Gkin9Xid3jQifrknlS9JAGfPeKjg8jbntNSsaIhwe3XqRp//VyNv8fMEecQQryt21v vlnTW/xoXuDBTFnhZ7YLCqFvkTp8YczHDEwsVJ1zBC2tH38zg3mbqGM3h677gxy+SN Nfc7WDdZ4tGjw== Original-Received: from Workstation.local (78-141-116-131.dynamic.orange.sk [78.141.116.131]) by mr85p00im-zteg06011501.me.com (Postfix) with ESMTPSA id 32CFD2A08C1 for ; Mon, 15 Nov 2021 19:45:36 +0000 (UTC) In-Reply-To: X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.425,18.0.790,17.0.607.475.0000000_definitions?= =?UTF-8?Q?=3D2021-11-15=5F14:2021-11-12=5F01,2021-11-15=5F14,2020-04-07?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 clxscore=1015 adultscore=0 phishscore=0 malwarescore=0 suspectscore=0 mlxlogscore=999 bulkscore=0 mlxscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2111150098 Received-SPF: pass client-ip=17.58.23.182; envelope-from=salutis@me.com; helo=mr85p00im-zteg06011501.me.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, 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: 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:279516 Archived-At: Daniel Mart=C3=ADn writes: > Is there interest in having this feature in Emacs? Perhaps as an ELPA > package, if the technology is not mature enough to have it in Core? I would *love* to see grammar checking support in core Emacs, but I would n= ot want to see Emacs tied to LanguageTool. I would welcome a set of hooks (= in the more general sense), perhaps similar to Flymake but easier to set up= . I currently use Vale and Flymake to do both grammar and spell checking, a= nd I find the experience quite painful. I disabled Emacs internal spell che= cking, for I do not want to maintain two sets of regular expressions, one f= or grammar checking and one for spell checking, that define what parts of t= ext to ignore. Rudy --=20 "'Contrariwise,' continued Tweedledee, 'if it was so, it might be; and if i= t were so, it would be; but as it isn't, it ain't. That's logic.'" -- Lewis= Carroll, Through the Looking Glass Rudolf Adamkovi=C4=8D Studenohorsk=C3=A1 25 84103 Bratislava Slovakia [he/him]