From owner-freebsd-questions@FreeBSD.ORG Wed May 13 00:25:08 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7DC16E1 for ; Wed, 13 May 2015 00:25:08 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6D581C48 for ; Wed, 13 May 2015 00:25:07 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YsKTw-0000pf-5Y for freebsd-questions@freebsd.org; Wed, 13 May 2015 02:25:04 +0200 Received: from spock.discoduck.org ([173.160.87.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 May 2015 02:25:04 +0200 Received: from gordon by spock.discoduck.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 May 2015 02:25:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gordon Dickens Subject: Re: aspell Error: No word lists can be found for the language =?utf-8?b?ImVuX1VTIg==?= Date: Wed, 13 May 2015 00:20:17 +0000 (UTC) Lines: 18 Message-ID: References: <201505070916.t479GlZ5021596@mech-as222.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 173.160.87.149 (Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 00:25:09 -0000 Anton Shterenlikht bris.ac.uk> writes: > > I'm having trouble using aspell on English text: > > $ pkg info -xo aspell > aspell-0.60.6.1_5 textproc/aspell > > $ aspell -c lee-talk > Error: No word lists can be found for the language "en_US". You need to install en-aspell: pkg install en-aspell FYI, Gordon