From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: A question about spellchecker Date: Tue, 08 Apr 2014 18:34:05 +0300 Message-ID: <837g6z7s42.fsf@gnu.org> References: <53438625.6090406@dancol.org> <5343C8BE.206@dancol.org> <5343CE2A.7050900@dancol.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1396971277 1518 80.91.229.3 (8 Apr 2014 15:34:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2014 15:34:37 +0000 (UTC) Cc: dancol@dancol.org, emacs-devel@gnu.org To: arthur miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 08 17:34:30 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WXY2f-0006oP-Uf for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2014 17:34:30 +0200 Original-Received: from localhost ([::1]:41113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXY2f-0002JL-IE for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2014 11:34:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXY2X-0002J1-3a for emacs-devel@gnu.org; Tue, 08 Apr 2014 11:34:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXY2P-0006cT-PR for emacs-devel@gnu.org; Tue, 08 Apr 2014 11:34:21 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:50255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXY2P-0006cD-H6 for emacs-devel@gnu.org; Tue, 08 Apr 2014 11:34:13 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0N3P00M00XTUNY00@mtaout29.012.net.il> for emacs-devel@gnu.org; Tue, 08 Apr 2014 18:36:25 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N3P00N75Y0PMG00@mtaout29.012.net.il>; Tue, 08 Apr 2014 18:36:25 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171339 Archived-At: > From: arthur miller > Date: Tue, 8 Apr 2014 15:07:57 +0200 > Cc: "emacs-devel@gnu.org" >=20 > I have found what is problem with emacs and hunspell on my computer= .=20 > It does not seem tounderstand charset och stream it gets back from = hunspell.=20 > It can actually spell all words not containing swedish characters (= =F6=E4=E5) with=20 > swedish dictionary. When pressing with right mouse I get a pop-up w= ith=20 > word suggestions, where all swedish characters are missinterpretted= .=20 >=20 > If I press M-$ (spell-word) I get message >=20 > "ispell-word: Ispell and its process have different character maps"= . >=20 > Emacs has no problems with swedish chars in text-buffer itself, but= in > characters in stream it gets back from hunspell. >=20 > I have checked that encoding of file and LANG variable all use same= encoding > as the dictionary itself. >=20 > In image1 can be seen how it treats word *omv=E4rld* (for world) . > I am not sure if this is a bug, or I am just not aware of correct s= etting. I have > tryed to google around for solution but I haven't found any good an= swers. >=20 > I am using a development version of Emacs: >=20 > GNU Emacs 24.4.50.2 (x86_64-w64-mingw32) >=20 > Are bug-reports welcome since it is not official version of emacs? It's not a real problem. Please tell where you got that Swedish dictionary, and please try using the UTF-8 encoding instead of 8859-1= .