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: "Can't find Hunspell dictionary" error (was Re: Emacs pretest 28.0.91 is out) Date: Thu, 13 Jan 2022 16:42:56 +0200 Message-ID: <83ee5b3de7.fsf@gnu.org> References: <5c74e0fb4c651733c0d8072f7cd40d06@webmail.orcon.net.nz> <878rvk3tw8.fsf@gmail.com> <87zgo02azu.fsf@gmail.com> <83tue73on6.fsf@gnu.org> <1cf6dd192736ae555734abb12bd17e9b@webmail.orcon.net.nz> <83mtjz3j44.fsf@gnu.org> <87lezj3f5d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34086"; mail-complaints-to="usenet@ciao.gmane.io" Cc: psainty@orcon.net.nz, stefan@marxist.se, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 13 15:44:20 2022 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 1n81Kt-0008fA-K2 for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 15:44:19 +0100 Original-Received: from localhost ([::1]:41348 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n81Ks-0002KS-Jq for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 09:44:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n81Ja-0000xK-Vx for emacs-devel@gnu.org; Thu, 13 Jan 2022 09:42:59 -0500 Original-Received: from [2001:470:142:3::e] (port=45290 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n81Ja-0000iw-5Y; Thu, 13 Jan 2022 09:42:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=gEHs6p1X4YczBXdaQmBe2rCKdSrbGagDGXGypY5aw6o=; b=SDBnp5GURuUInXdHNsTB rnYIvoF0X/y3UaS8AB9lGkS8GElkhIKGSt/s1bq3gCT4hvp+CHPE2ebSdUGxf+AVBfpP3OALU9VDe kWqtP+LA48NuGzoitAuGP1044QlUUFzt6sPsfdLbiwQ0l2JTtIkV/NgFhtF/xX2PsKrfKzazZ1K+q dDuN9jvklV1VId9J3KpGKkWx7tNzgeSOKf+i0GY9ihhAW1Cu/ieS4Ey5OfBpGgNHg8rrQgP/qe0g3 OBfyk/Zt4899QeTqPixXTVcA0090z623qcQt52AXnXtcTwe8R47UxPiNQa5jozSJnSFT7qFL2xsp1 2/NCnBTV7Znl8Q==; Original-Received: from [87.69.77.57] (port=1738 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 1n81Ja-0001MA-6x; Thu, 13 Jan 2022 09:42:58 -0500 In-Reply-To: <87lezj3f5d.fsf@gmail.com> (message from Robert Pluim on Thu, 13 Jan 2022 15:05:02 +0100) 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:284716 Archived-At: > From: Robert Pluim > Cc: Phil Sainty , stefan@marxist.se, > emacs-devel@gnu.org > Date: Thu, 13 Jan 2022 15:05:02 +0100 > > >>>>> On Thu, 13 Jan 2022 14:39:23 +0200, Eli Zaretskii said: > > >> Date: Fri, 14 Jan 2022 00:28:58 +1300 > >> From: Phil Sainty > >> Cc: Robert Pluim , stefan@marxist.se, emacs-devel@gnu.org > >> > >> On 2022-01-13 23:39, Eli Zaretskii wrote: > >> > There's a comment in ispell-find-hunspell-dictionaries that explains > >> > why we signal an error there. If we replace this with logging a > >> > message, the problem the error attempts to solve will be back. > >> > >> Using `with-demoted-errors' would achieve both goals, I think? > > Eli> Using that where? in the test suite? > > Yes, for this one specific test. Although Iʼd prefer `ignore-errors', > since that could later be wrapped in `skip-unless', unlike > `with-demoted-errors'. Fine with me.