From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17682 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Hyphenation peculiarity. Date: Thu, 30 Dec 2004 16:48:22 +0100 Message-ID: <41D42346.5070201@elvenkind.com> References: <200412281754.33849.john@wexfordpress.com> <200412291927.09151.john@wexfordpress.com> <41D3CAD0.5040607@elvenkind.com> <200412300925.41203.john@wexfordpress.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104421718 11452 80.91.229.6 (30 Dec 2004 15:48:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2004 15:48:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 30 16:48:32 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ck2XQ-0006pu-00 for ; Thu, 30 Dec 2004 16:48:32 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5356412789; Thu, 30 Dec 2004 16:48:32 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01759-08; Thu, 30 Dec 2004 16:48:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 60C951277C; Thu, 30 Dec 2004 16:48:28 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7ACC61277C for ; Thu, 30 Dec 2004 16:48:26 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02005-02 for ; Thu, 30 Dec 2004 16:48:25 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (unknown [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 88DC41277B for ; Thu, 30 Dec 2004 16:48:25 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id D538E11F62 for ; Thu, 30 Dec 2004 16:45:24 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30126-02 for ; Thu, 30 Dec 2004 16:45:22 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 711F111F53 for ; Thu, 30 Dec 2004 16:45:22 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <200412300925.41203.john@wexfordpress.com> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17682 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17682 Assuming I understood Hans correctly, then using a new ConTeXt (starting november) together with TL2004 or the latest tetex-beta, all should be fine. Alternatively, an older ConTeXt (june) with an older tetex or texlive should also be fine. All combinations of new and old are apparently broken. Blame the TL guys if you must, because they are the ones that keep changing the filenames of the hyphenation patterns. Greetings, Taco John Culleton wrote: > On Thursday 30 December 2004 04:30, Taco Hoekwater wrote: > >>Hi John, >> >>John Culleton wrote: >> >>>texexec --make en nl >>> >>>Should I download Context from Pragma and reinstall from scratch? Or just >>>find an older version on a cdr somewhere? Other suggestions? >> >>Check if you see these lines during the "texexec --make" run >>(or in the log file, afterwards) >> >> language : no patterns en for en (n=1) (lang-en.pat,ukhyph.tex >> language : no hyphenations en for en (n=1) >> language : no patterns uk for uk (n=2) (lang-uk.pat,ukhyph.tex >> language : no hyphenations uk for uk (n=2) >> >>if this is the case, then your hyphenation patterns have an unexpected >>name (perhaps "ukhyphen.tex"?). I solved my problems by >> >> cp hyphen.tex lang-en.pat >> cp ukhyphen.tex lang-uk.pat >> mktexlsr >> >>but you probably need somehwat different filenames >> >>Good luck, >> >>Taco >>_______________________________________________ >>ntg-context mailing list >>ntg-context@ntg.nl >>http://www.ntg.nl/mailman/listinfo/ntg-context > > > > Your technique worked perfectly, except that I added in fmtutil --all followed > by texhash. Many, many thanks. However it seems to me that this mismatch in > filenames should be corrected more globally. Is this a task for Hans H. or > for the builders of TeXLive? With the TeXlive most recently released (early > December) all of the hyphenation file names, not just English, are > mismatched. > > I'll wait for a reply here before posting anything on alt.text.tex, where the > TeXLIve gurus tend to hang out.