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#25825: 25.1; ispell-find-hunspell-dictionaries not working on Windows Date: Wed, 26 Aug 2020 21:34:33 +0300 Message-ID: <83lfi12r46.fsf@gnu.org> References: <83o8mx2res.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37438"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 25825@debbugs.gnu.org To: stefan@marxist.se, sw9@outlook.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 26 20:35:23 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 1kB0GZ-0009eT-Ra for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Aug 2020 20:35:23 +0200 Original-Received: from localhost ([::1]:55160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0GY-0003Rf-OA for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 26 Aug 2020 14:35:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0GE-0003Qn-BJ for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 14:35:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57482) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kB0GE-0008Sk-2X for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 14:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kB0GE-00026G-0H for bug-gnu-emacs@gnu.org; Wed, 26 Aug 2020 14:35: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: Wed, 26 Aug 2020 18:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25825 X-GNU-PR-Package: emacs Original-Received: via spool by 25825-submit@debbugs.gnu.org id=B25825.15984668958057 (code B ref 25825); Wed, 26 Aug 2020 18:35:01 +0000 Original-Received: (at 25825) by debbugs.gnu.org; 26 Aug 2020 18:34:55 +0000 Original-Received: from localhost ([127.0.0.1]:40795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kB0G7-00025t-9p for submit@debbugs.gnu.org; Wed, 26 Aug 2020 14:34:55 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47164) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kB0G4-00025f-Tv for 25825@debbugs.gnu.org; Wed, 26 Aug 2020 14:34:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37947) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0Fz-0008Qe-DO; Wed, 26 Aug 2020 14:34:47 -0400 Original-Received: from [176.228.60.248] (port=3059 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kB0Fy-0004B3-BK; Wed, 26 Aug 2020 14:34:46 -0400 In-Reply-To: <83o8mx2res.fsf@gnu.org> (message from Eli Zaretskii on Wed, 26 Aug 2020 21:28:11 +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:186463 Archived-At: > Date: Wed, 26 Aug 2020 21:28:11 +0300 > From: Eli Zaretskii > Cc: sw9@outlook.com, 25825@debbugs.gnu.org > > In any case, this cannot be the reason for the OP's problem, because > he evidently uses the same version of Hunspell that I do (the > ezwinports site is where I upload the ports I use myself). FWIW, my crystal ball says that OP's problem is a simple cockpit error: the OP should copy en_US.aff and en_US.dic to ENU.aff and ENU.doc, respectively, and things will start working. This renaming is needed because Windows locales are named using a different naming scheme than on Posix hosts.