From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30770 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: String single quote in \tt Date: Tue, 12 Sep 2006 18:56:53 +0200 Message-ID: <4506E6D5.7080909@elvenkind.com> References: <45059111.6080706@wxs.nl> <4506E39F.8090003@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 1158080354 15534 80.91.229.2 (12 Sep 2006 16:59:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Sep 2006 16:59:14 +0000 (UTC) Cc: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 12 18:59:09 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 1GNBZI-0003CQ-Tq for gctc-ntg-context-518@m.gmane.org; Tue, 12 Sep 2006 18:57:05 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 306191FDE3; Tue, 12 Sep 2006 18:57:04 +0200 (CEST) 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 04857-08; Tue, 12 Sep 2006 18:56:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B1C711FCC6; Tue, 12 Sep 2006 18:56:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 744691FCC6 for ; Tue, 12 Sep 2006 18:56:55 +0200 (CEST) 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 04510-04 for ; Tue, 12 Sep 2006 18:56:54 +0200 (CEST) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with SMTP id 09AB21FC6A for ; Tue, 12 Sep 2006 18:56:53 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:44942 helo=[10.10.0.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GNBZ7-0002GV-Oo; Tue, 12 Sep 2006 16:56:53 +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: <4506E39F.8090003@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:30770 Archived-At: Hans Hagen wrote: > Aditya Mahajan wrote: > >> Unless I misunderstood noligature, this does not work. >> >> \pdfnoligatures\tentt >> \tt a = 'string' ; >> \bye >> >> Still gives me rightquote. >> > we need to ask taco ... he has to run your snippet in his mind/memory The single straight quote in 'Typewriter Text' encoding is \char 13, the directional one is in the ' slot (no, i do not know why) Something rude like \catcode`'=\active \def'{\char13 } \tt a = 'string' ; works in this example, but may not be usable in practise. Cheers, Taco