Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id o237sIJK024388 for ; Wed, 3 Mar 2010 08:54:21 +0100 Received: (qmail 15385 invoked by alias); 3 Mar 2010 07:54:12 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 03 Mar 2010 07:54:12 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx031) with SMTP; 03 Mar 2010 08:54:12 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o237qGBi008342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Mar 2010 08:52:16 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o22N14Qt023869; Wed, 3 Mar 2010 08:52:21 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 397833 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 3 Mar 2010 08:52:21 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o237qLuv001940 for ; Wed, 3 Mar 2010 08:52:21 +0100 Received: from mta2.cl.cam.ac.uk (mta2.cl.cam.ac.uk [128.232.0.14]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o237q126008196 for ; Wed, 3 Mar 2010 08:52:04 +0100 Received: from sxp10.cl.cam.ac.uk ([128.232.10.70] helo=cl.cam.ac.uk) by mta2.cl.cam.ac.uk with esmtp (Exim 3.092 #1) id 1NmjNL-0000J2-00 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 03 Mar 2010 07:52:11 +0000 X-Mailer: MH-E 8.0.3; nmh 1.3; GNU Emacs 22.3.1 Message-ID: <13218.1267602731@cl.cam.ac.uk> Date: Wed, 3 Mar 2010 07:52:11 +0000 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Robin Fairbairns Subject: Re: Babel, LuaTeX and hyphenation To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: Your message of Wed, 03 Mar 2010 15:59:42 +1030. Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p6i75npGen84eVAEFK/syJmFuaL1OLtauwJ5R/kaZ9HAe8peGX1DeqJYTcon 3bvVAat2VgIIwDvGHk2iJ8SK2vcWsidNyPYmt/3qYC38eHth5J9rzKCneOvOHFTDGwVio4KF1cMC ST+og==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de X-Scanned-By: MIMEDefang 2.63 on 85.214.41.38 Status: R X-Status: X-Keywords: X-UID: 6308 Will Robertson wrote: > On 03/03/2010, at 3:44 PM, Khaled Hosny wrote: > > >> I believe this should be integrated into the LaTeX/babel kernel, but > >> we've still got the problem that the babel test suite has not yet been > >> integrated into the 2e SVN repository. > >> > >> Is there any way around this impasse? > > > > For our case, we can install the patched hyphen.cfg under luatex > > specific path, e.g. tex/luatex/babel/hyphen.cfg. So other engines won't > > see it meaning less risk for melting the precious latex freeze. > > This would be a good solution, but it's doubtful that the CTAN > maintainers would allow such a file in their network (correct me if > I'm wrong, Robin). a simple file hyphen.cfg _could_ be difficult. (we disallow things on the basis of what would go on in the "simple mind" if they saw it, but we already have 2007/06/28 | 2185 | language/french/frenchpro/french/initex/hyphen.cfg 1995/02/08 | 1059 | macros/latex/contrib/cmcyralt/hyphen.cfg 1999/01/09 | 1059 | macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg 1999/01/09 | 1060 | macros/latex/contrib/lhcyr/lhcyrkoi/hyphen.cfg 1999/01/09 | 1059 | macros/latex/contrib/lhcyr/lhcyrwin/hyphen.cfg 2005/05/08 | 5630 | systems/omega/contrib/antomega/omega/lambda/antomega/hyphen.cfg so we would need to temper our disapproval ;-) put it on macros/luatex (or whatever the dir is) would improve the situation. disguise it in (say) a .dtx file luatex_hyphen.dtx would be ideal. robin