From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32471 Path: news.gmane.org!not-for-mail From: cormullion@mac.com Newsgroups: gmane.comp.tex.context Subject: semi-smart quotes in verbatim text? Date: Wed, 3 Jan 2007 17:38:13 +0000 Message-ID: <6B60CFBD-3DEA-4A6B-A605-6F3A25ED9FB1@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1167855961 21643 80.91.229.12 (3 Jan 2007 20:26:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 20:26:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 03 21:25:59 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1H2CgO-00087I-Vy for gctc-ntg-context-518@m.gmane.org; Wed, 03 Jan 2007 21:25:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BB07E1FCD9; Wed, 3 Jan 2007 21:22:43 +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 05609-05-22; Wed, 3 Jan 2007 21:22:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9DF441FB5B; Wed, 3 Jan 2007 20:49:11 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BE80B1FAC7 for ; Wed, 3 Jan 2007 20:49:07 +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 04087-02-5 for ; Wed, 3 Jan 2007 20:49:03 +0100 (CET) Original-Received: from proof.pobox.com (proof.pobox.com [207.106.133.28]) by ronja.ntg.nl (Postfix) with ESMTP id 4D45B1FA80 for ; Wed, 3 Jan 2007 18:35:41 +0100 (CET) Original-Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 98A262A30F for ; Wed, 3 Jan 2007 12:38:44 -0500 (EST) Original-Received: from [192.168.0.3] (dyn-62-56-70-52.dslaccess.co.uk [62.56.70.52]) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id BCFCAAAD35 for ; Wed, 3 Jan 2007 12:38:41 -0500 (EST) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:32471 Archived-At: This is puzzling me. If i type this in a text editor: \starttext These are 'quotes'. \starttyping let a =3D 'quoted string' \stoptyping \stoptext I'm using dumb quotes (hex 27). ConText renders this as this: These are =92quotes=92. let a =3D =92quoted string=92 ie the quotes have been educated - although only half-educated, since = the opening one should be an opening one, if you see what I mean. But = I really don't want characters in the verbatim (typing) section to = change...because when you copy them from the PDF into an editor, the = code listings don't work! There must be some kind of switch somewhere that stops ConteXt = changing them? thanks for any help