From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 01:06:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A906137B401 for ; Mon, 21 Jul 2003 01:06:22 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA7743F3F for ; Mon, 21 Jul 2003 01:06:21 -0700 (PDT) (envelope-from freebsduser@comcast.net) Received: from comcast.net (12-225-141-88.client.attbi.com[12.225.141.88](untrusted sender)) by comcast.net (sccrmhc11) with SMTP id <20030721080620011007d3jke> (Authid: animotions); Mon, 21 Jul 2003 08:06:20 +0000 Message-ID: <3F1B9EFA.7020907@comcast.net> Date: Mon, 21 Jul 2003 01:06:18 -0700 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dick hoogendijk References: <20030721074020.GA19832@lothlorien.nagual.st> In-Reply-To: <20030721074020.GA19832@lothlorien.nagual.st> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Re: lyx/ispell NL error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 08:06:22 -0000 dick hoogendijk wrote: > I have ispell installed on my fbsd-48 system with american (default) and > dutch (nederlands.hash) language support. > The default is english/american, so if I want to lookup a dutch word I > have to do "ispell -d nederlands ; " > > This may not be the wisest installation on a dutch system (???) > > Whenever I use LyX with dutch settings and babel and want to call the > spellchecker (ispell) I get an error like "can't find a file for > language NL" or something like that. It seems that at least LyX knows it > needs to work w/ dutch ;-)) I can't solve the spellchecking though. > > I made a symlink from nederlands.hash to nl.hash and dutch.hash but that > did nothing good. > > I'm not sure where to look: is it something in ispell or in LyX, or a > forgotten setting in FreeBSD? > Any dutch FreeBSD users here also working with LyX? > Did a google and found a page in Italion and had google translate it to english. The page says to use the enviroment variable DICTIONARY (Then after reading the ma page for ispell twice, well three times I noticed it says the same thing). So give the environment variable a try and see what happens. HTH