From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P3hat-0002jD-Rs for garchives@archives.gentoo.org; Thu, 07 Oct 2010 03:56:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63DD6E095E; Thu, 7 Oct 2010 03:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E938E095E for ; Thu, 7 Oct 2010 03:55:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E1D941B4057 for ; Thu, 7 Oct 2010 03:55:41 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.897 X-Spam-Level: X-Spam-Status: No, score=-2.897 required=5.5 tests=[AWL=-0.298, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f1wRqWNcPzRr for ; Thu, 7 Oct 2010 03:55:35 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 2F27C1B4097 for ; Thu, 7 Oct 2010 03:55:33 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P3hZn-00054m-Ac for gentoo-user@gentoo.org; Thu, 07 Oct 2010 05:55:27 +0200 Received: from athedsl-371925.home.otenet.gr ([79.131.4.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 05:55:27 +0200 Received: from realnc by athedsl-371925.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Oct 2010 05:55:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Firefox and Thunderbird spell-checker is offering too many languages Date: Thu, 07 Oct 2010 06:55:18 +0300 Organization: Lucas Barks Message-ID: References: <4CACC6CC.8070305@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-371925.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100927 Thunderbird/3.1.4 In-Reply-To: <4CACC6CC.8070305@gmail.com> X-Archives-Salt: 0e200114-cfde-498e-8090-5b7fb589ffcf X-Archives-Hash: eba83b20cdb40f0c6633ed4fe7796fb3 On 10/06/2010 09:58 PM, Dale wrote: > Nikos Chantziaras wrote: >> The list of spell-check languages offered by Firefox and Thunderbird >> looks like this: >> >> English (AU) >> English (CA) >> English (GB) >> English (GB-oed) >> English (NZ) >> English (US) >> English (ZA) >> German (DE) >> Greek (GR) >> >> All this English stuff needs to do away, I only want English (US). Is >> there a way to do that? >> >> > > I have this set in my make.conf. > > LINGUAS="en_US en" > LANG="en_US" > LC_ALL="en_US.utf8" > > Do you have something close to this as well? I can't think of anything > else at the moment. Maybe someone else will post a different idea. No, that's not it. I have LINGUAS="en_US en" in my make.conf too. I found out that Firefox now uses hunspell for spell checking. Maybe that has something to do with it. So I guess the question now should be how to tell hunspell to only offer the US-English dictionary.