From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Hunspell 1.6 on Msys2 Date: Wed, 18 Jan 2017 20:54:29 +0100 Message-ID: <86bmv4m9e2.fsf@gnu.org> References: <86a8apjprg.fsf@gnu.org> <83lgu982bb.fsf@gnu.org> <861sw0k6ps.fsf@gnu.org> <83h94w8jp9.fsf@gnu.org> <86fukg5jzk.fsf@gnu.org> <8337gg8c1m.fsf@gnu.org> <86inpcmcuq.fsf@gnu.org> <83wpds6uxq.fsf@gnu.org> <83vatc6ur2.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484769363 21377 195.159.176.226 (18 Jan 2017 19:56:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2017 19:56:03 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.91 Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 18 20:55:59 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cTwKW-0003dE-Ra for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2017 20:55:36 +0100 Original-Received: from localhost ([::1]:43978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTwKb-0005vj-Oz for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2017 14:55:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTwK8-0005gr-0y for emacs-devel@gnu.org; Wed, 18 Jan 2017 14:55:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTwK4-0006uF-83 for emacs-devel@gnu.org; Wed, 18 Jan 2017 14:55:12 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTwK4-0006u5-5Q for emacs-devel@gnu.org; Wed, 18 Jan 2017 14:55:08 -0500 Original-Received: from p54aceb6c.dip0.t-ipconnect.de ([84.172.235.108]:50395 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1cTwK2-0005Og-RP; Wed, 18 Jan 2017 14:55:07 -0500 In-Reply-To: <83vatc6ur2.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 18 Jan 2017 21:19:45 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211388 Archived-At: Eli Zaretskii writes: > Actually, one other idea: do you have any LC_* variables in the > environment? (MinGW programs shouldn't pay attention, but maybe > MinGW64/MSYS2 guys did something so they do.) Many thanks for taking your time and checking! locale returns: LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_ALL= Do you have other settings? Best, Arash