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 14:39:23 +0200 Message-ID: <83mtjz3j44.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13294"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, stefan@marxist.se, emacs-devel@gnu.org To: Phil Sainty Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 13 13:49:53 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 1n7zY8-0003EE-Jw for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 13:49:52 +0100 Original-Received: from localhost ([::1]:51026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7zY6-0004XB-DV for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jan 2022 07:49:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7zO4-0001DV-RX for emacs-devel@gnu.org; Thu, 13 Jan 2022 07:39:31 -0500 Original-Received: from [2001:470:142:3::e] (port=42600 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 1n7zO3-0004QA-LM; Thu, 13 Jan 2022 07:39:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=gLuoxNzx/xeyjSFlzaXsvtDiZc3nVQstCS64PmYqEfY=; b=R4dvu1Dejgyu HuZn23B1fEMshHF1XmRdGkSFYgikmx2IU9PLBFTWjwtLKOy6ITiV2vvh5JjYmVTTBGTuq4Zgz9fQH ilaQfM4BtoKNxZLxXRzESt/KP6UFS0xe48cp6Hc7LAsMDmy8NQ73/0WzNl8/+aeRlFybeQ+ZZlJty 26LVzuY3B9H+O9LNsfNVORu7bq+358xLfP6eAF9JIrZ+41HxyMrAp+iDGRDJc370k2hVcbbMPerKP iNk1K2nZYhKrSiMYCdi1wdZgMl1dv1lkzlS9yxerMQ4Vu8wMgAJGUkz5Vnk2ttOE2vVU7N7fgRrcC HNy4FDVgl1q+U1XZfBGs3g==; Original-Received: from [87.69.77.57] (port=2111 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 1n7zO1-0008TH-Bv; Thu, 13 Jan 2022 07:39:27 -0500 In-Reply-To: <1cf6dd192736ae555734abb12bd17e9b@webmail.orcon.net.nz> (message from Phil Sainty on Fri, 14 Jan 2022 00:28:58 +1300) 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:284706 Archived-At: > 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? Using that where? in the test suite?