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: Finding packages to enable by default Date: Fri, 20 Jun 2014 17:04:37 +0300 Message-ID: <83y4wrr822.fsf@gnu.org> References: <87ob4fg3zp.fsf@gmail.com> <874mzgdm3d.fsf@mithlond.arda> <87r42jd7ld.fsf@mithlond.arda> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1403273169 1718 80.91.229.3 (20 Jun 2014 14:06:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2014 14:06:09 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 16:06:01 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 1WxzS4-0004Wu-UD for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 16:06:01 +0200 Original-Received: from localhost ([::1]:41126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxzS4-0003DL-FW for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 10:06:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxzRW-00033N-DR for emacs-devel@gnu.org; Fri, 20 Jun 2014 10:05:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxzQx-0002tw-Fv for emacs-devel@gnu.org; Fri, 20 Jun 2014 10:05:26 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:41192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxzQx-0002tT-7A for emacs-devel@gnu.org; Fri, 20 Jun 2014 10:04:51 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N7H00C000BQYY00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 20 Jun 2014 17:04:49 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7H00COM0G1TGA0@a-mtaout23.012.net.il>; Fri, 20 Jun 2014 17:04:49 +0300 (IDT) In-reply-to: <87r42jd7ld.fsf@mithlond.arda> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:172569 Archived-At: > From: Teemu Likonen > Date: Fri, 20 Jun 2014 16:38:22 +0300 > Cc: emacs-devel@gnu.org > > If any spell-checker is enabled by default it should also actually work > with all/most human languages and the way users expect. Otherwise it > gets in the way. There are languages which can't be spell-checked with > ispell-like programs Which languages are those? Do you mean Finnish, or do you mean something else? > and it seems that Emacs's ispell/flyspell is very much tied to > those. How do you see that ispell.el is specific to "ispell-like programs"? > For me Emacs' ispell/flyspell are pretty much useless. I use Voikko > spell-checker for Finnish language and Enchant for others. Enchant is a > shared library and a generic interface for many checker engines > (including ispell, aspell, myspell etc.). I always thought Hunspell should support Finnish, since it was written to support Hungarian. What am I missing?