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.bugs Subject: bug#42248: 27.0.91; With enchant-2.2.8 from Guix, Flyspell errors out or gives lots of false positives Date: Thu, 20 Aug 2020 16:18:01 +0300 Message-ID: <83k0xtcv7a.fsf@gnu.org> References: <878sfvwbr0.fsf@disroot.org> <87mu2qyu94.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10455"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42248@debbugs.gnu.org, stefan@marxist.se To: Jorge P. de Morais Neto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Aug 20 15:19:11 2020 Return-path: Envelope-to: geb-bug-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 1k8kTG-0002Zq-UL for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 20 Aug 2020 15:19:10 +0200 Original-Received: from localhost ([::1]:56960 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8kTG-0002DN-0g for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 20 Aug 2020 09:19:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33948) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8kT8-0002Co-Vi for bug-gnu-emacs@gnu.org; Thu, 20 Aug 2020 09:19:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58611) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k8kT8-0000AJ-M2 for bug-gnu-emacs@gnu.org; Thu, 20 Aug 2020 09:19:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k8kT8-0006Tm-Ge for bug-gnu-emacs@gnu.org; Thu, 20 Aug 2020 09:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 20 Aug 2020 13:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42248 X-GNU-PR-Package: emacs Original-Received: via spool by 42248-submit@debbugs.gnu.org id=B42248.159792949924855 (code B ref 42248); Thu, 20 Aug 2020 13:19:02 +0000 Original-Received: (at 42248) by debbugs.gnu.org; 20 Aug 2020 13:18:19 +0000 Original-Received: from localhost ([127.0.0.1]:41924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8kSR-0006Sp-5f for submit@debbugs.gnu.org; Thu, 20 Aug 2020 09:18:19 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8kSP-0006Sc-9k for 42248@debbugs.gnu.org; Thu, 20 Aug 2020 09:18:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40636) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8kSI-000086-V7; Thu, 20 Aug 2020 09:18:10 -0400 Original-Received: from [176.228.60.248] (port=4906 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k8kSI-00031r-2h; Thu, 20 Aug 2020 09:18:10 -0400 In-Reply-To: <87mu2qyu94.fsf@disroot.org> (message from Jorge P. de Morais Neto on Wed, 19 Aug 2020 22:35:19 -0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:185680 Archived-At: > From: Jorge P. de Morais Neto > Date: Wed, 19 Aug 2020 22:35:19 -0300 > Cc: 42248@debbugs.gnu.org > > > Here, "doesn't" gives the wrong result, but not the number "2015". > > Yes. I don't remember how exactly I got a false positive on "2015", but I > tried your trimmed recipe and here too there is no false positive on > "2015" with flyspell-mode. There is, however, a false positive with > ispell-buffer. Should I open a new bug report? > > The recipe: > > 0. emacs -Q > 1. Evaluate > (progn > (setq ispell-program-name "enchant-2") > (ispell-change-dictionary "en_US") > (insert "doesn't 2015") > (ispell-buffer)) Do you see the same problem when you invoke Enchant from the shell prompt? The examples you provided all work fine for me, although not with Enchant, so I'm inclined to think this is an Enchant problem. Or maybe they modified the interface, making it no longer compatible with ispell.el. In the latter case, someone with access to Enchant will have to tell us how to modify ispell.el to adapt to the Enchant changes. The error message shown in your original report seems to indicate that our invocation of Enchant is somehow incorrect, but there isn't enough information there to understand what is incorrect and how to fix that. Thanks.