From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31867 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: \definetype breaks down --- Date: Tue, 14 Nov 2006 19:47:27 +0100 Message-ID: <455A0F3F.8040106@elvenkind.com> References: <455A0EA0.5090606@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163537381 31294 80.91.229.2 (14 Nov 2006 20:49:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Nov 2006 20:49:41 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 14 21:49:36 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gk5Di-0003IJ-S5 for gctc-ntg-context-518@m.gmane.org; Tue, 14 Nov 2006 21:49:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2B25F1FE57; Tue, 14 Nov 2006 21:49:14 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07333-04-2; Tue, 14 Nov 2006 21:49:05 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E30FE1FDDA; Tue, 14 Nov 2006 21:49:04 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 13FC81FDDA for ; Tue, 14 Nov 2006 21:49:02 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07333-04 for ; Tue, 14 Nov 2006 21:48:55 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id BEDF11FC82 for ; Tue, 14 Nov 2006 19:47:17 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:42894 helo=[10.10.0.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1Gk3Jf-000Css-T7; Tue, 14 Nov 2006 18:47:27 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: Hans Hagen In-Reply-To: <455A0EA0.5090606@wxs.nl> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31867 Archived-At: Hans Hagen wrote: > Aditya Mahajan wrote: > >> Hi Hans, >> >> I just noticed a bug with the type mechanism. It breaks down the >> kerning for ---. Minimal example: >> >> \definetype[typeTEX][option=tex] >> >> \starttext >> \typeTEX|\example|. this---breaks---down. >> \stoptext >> >> Any workarounds? >> >> > > taco, is \noligatures global? i.e. how do we turn on ligatures then? > You can't, it is destructive. (I have told you it was a hack, yes?) Taco