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: Emacs pretest 28.0.91 is out Date: Wed, 12 Jan 2022 15:35:42 +0200 Message-ID: <83o84h5b69.fsf@gnu.org> References: <877db65wg4.fsf@gmail.com> <87y23m4awm.fsf@gmail.com> <83o84i6w2j.fsf@gnu.org> <87tuea415m.fsf@gmail.com> <83iluq6rss.fsf@gnu.org> <87pmox4atg.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="8293"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 Wed Jan 12 15:54:35 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 1n7f1H-0001vR-2H for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jan 2022 15:54:35 +0100 Original-Received: from localhost ([::1]:42560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7f1G-0007tK-1u for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jan 2022 09:54:34 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7dn4-00047c-Sq for emacs-devel@gnu.org; Wed, 12 Jan 2022 08:35:52 -0500 Original-Received: from [2001:470:142:3::e] (port=44990 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 1n7dn4-0006w6-Ii; Wed, 12 Jan 2022 08:35:50 -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=cd25p1H1bnu08Te2LSeWFy90KhCQgc0+t5A/7hEjgsw=; b=B+56BQuK2fgdsxghzuya TvSZHkltE6N3x0ojuLfTq6MUwlJuwM8h1eATBVIF1TMumHwN2LwC2I3l7VnWo8GSXUO3vuq1CJQWa qSm3TxSWBmT9DS/vl61yj7KYNiMXNgz9npHjEt4uiXxF9OB7NTu08b1oW5HjYzBSQqdfRHrPhcv2X UbSWz1wfXrOukJBTIXPmeyjpds0b5t/6xTfyqnXtd8DWfcpn/veVo9DcPKBqfUBrh0Mvh7sUfOK8e j24NlrfZRipWVilJQvWymIpHot/VT8N58URUYPJTvnF4oN2XQg+W+OmQQfdemKu6h8e19neXPDrNU MiBOndsv3lzjrw==; Original-Received: from [87.69.77.57] (port=4310 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 1n7dn2-0003Mf-3c; Wed, 12 Jan 2022 08:35:50 -0500 In-Reply-To: <87pmox4atg.fsf@gmail.com> (message from Robert Pluim on Wed, 12 Jan 2022 09:28:43 +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:284655 Archived-At: > From: Robert Pluim > Cc: stefan@marxist.se, emacs-devel@gnu.org > Date: Wed, 12 Jan 2022 09:28:43 +0100 > > Eli> I don't object to backporting those. > > Done. Thanks. > What about trapping errors from ispell-valid-dictionary-list in > lisp/so-long-tests/spelling-tests.el? I mean, my hunspell installation > is borked, because brew on macOS doesnʼt install any dictionaries by > default, so itʼs not entirely a test suite issue. I'm not sure I understand what errors you allude to. Can you tell more? (spelling-tests.el skips all tests on my machine, it seems because the test expects Ispell-style dictionary names, which doesn't work with Hunspell.)