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: Wed, 09 Apr 2014 19:27:51 +0300 Message-ID: <83bnwa5uyg.fsf@gnu.org> References: <53438625.6090406@dancol.org> <5343C8BE.206@dancol.org> <5343CE2A.7050900@dancol.org> <837g6z7s42.fsf@gnu.org> <20140408162132.GA4694@agmartin.aq.upm.es> <83vbuj6aia.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1397060899 14470 80.91.229.3 (9 Apr 2014 16:28:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2014 16:28:19 +0000 (UTC) Cc: arthur.miller@live.com, emacs-devel@gnu.org To: agustin.martin@hispalinux.es Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 09 18:28:12 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 1WXvMB-00067O-KC for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2014 18:28:11 +0200 Original-Received: from localhost ([::1]:47147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvMB-0000uk-6w for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2014 12:28:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvM3-0000sz-GB for emacs-devel@gnu.org; Wed, 09 Apr 2014 12:28:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXvLx-0002Jq-Sf for emacs-devel@gnu.org; Wed, 09 Apr 2014 12:28:03 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:48131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXvLx-0002Jb-K7 for emacs-devel@gnu.org; Wed, 09 Apr 2014 12:27:57 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N3R00I00UPG5N00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Wed, 09 Apr 2014 19:27:56 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N3R00I2ZV2J5P20@a-mtaout21.012.net.il>; Wed, 09 Apr 2014 19:27:56 +0300 (IDT) In-reply-to: <83vbuj6aia.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:171371 Archived-At: > Date: Tue, 08 Apr 2014 19:39:41 +0300 > From: Eli Zaretskii > Cc: arthur.miller@live.com, emacs-devel@gnu.org > > > You should not need this at all. emacs24 should auto-detect available > > hunspell dictionaries and offer them as possible choices when calling > > `ispell-change-dictionary', doing proper communication in UTF-8 and using > > [:alpha:] as you do for english (change that in your .emacs and see what > > happens). > > The Windows binary from ezwinports doesn't yet comply with the > semantics of the -D switch that is required for what you describe. I > will probably fix that some time soon. Done. People who use Hunspell on Windows may wish to download the latest binaries, and then you can remove the hacking of ispell-dictionary-alist and ispell-local-dictionary-alist from your .emacs.