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 o2BKNM1b005775 for ; Thu, 11 Mar 2010 21:23:24 +0100 Received: (qmail 13847 invoked by alias); 11 Mar 2010 20:23:17 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 11 Mar 2010 20:23:17 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx024) with SMTP; 11 Mar 2010 21:23:17 +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 o2BKKprU023658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Mar 2010 21:20:52 +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 o2BGY057011839; Thu, 11 Mar 2010 21:20:59 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 398120 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 11 Mar 2010 21:20:59 +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 o2BKKxh4002230 for ; Thu, 11 Mar 2010 21:20:59 +0100 Received: from abacus.informatik.uni-freiburg.de (abacus.informatik.uni-freiburg.de [132.230.150.4]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o2BKKfZT023512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 11 Mar 2010 21:20:45 +0100 Received: from remote239-031.home.uni-freiburg.de ([132.230.239.31] helo=irwin.vpn.uni-freiburg.de) by abacus.informatik.uni-freiburg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71) (envelope-from ) id 1NposD-0006Gt-CL for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 11 Mar 2010 21:20:49 +0100 Received: by irwin.vpn.uni-freiburg.de (Postfix, from userid 500) id C1C3A1AAEE; Thu, 11 Mar 2010 21:24:06 +0100 (CET) Mail-Followup-To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE References: <201003040055.o240tMj3019510@f7.net> <20100311131851.GA26406@oberdiek.my-fqdn.de> <20100311201225.GA3890@khaled-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Message-ID: <20100311202406.GA4414@oberdiek.my-fqdn.de> Date: Thu, 11 Mar 2010 21:24:06 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Heiko Oberdiek Subject: Re: Babel, LuaTeX and hyphenation To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <20100311201225.GA3890@khaled-laptop> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p4WX0t+AtsdW2ORvUlAfcdSIdQlIL3FTSFQDxQiodii41fjuqHQd8jelXgy3 MmJ3btkX5rSzFn9hFaFIkN3F60IXoQiiC2/fgzDMa2Sr9P5SXQm9Ht9JSeZtUVRZ8Ll4+eY8TRy+ si13Q==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6317 On Thu, Mar 11, 2010 at 10:12:25PM +0200, Khaled Hosny wrote: > What about the approach we used in etex.src; redefining \patterns and > \hyphenation to use corresponding lua functions, so we don't need to > duplicate hyphenation files and, AFAIU, solves the catcode issue. \patterns is not read by Lua but by TeX, thus the catcode problem remains. Yours sincerely Heiko