From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53437 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: Problem with \setupinterlinespace Date: Thu, 15 Oct 2009 15:39:10 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255613979 20351 80.91.229.12 (15 Oct 2009 13:39:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 13:39:39 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 15 15:39:28 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyQYC-0004Rz-GZ for gctc-ntg-context-518@m.gmane.org; Thu, 15 Oct 2009 15:39:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 16967C9AD9; Thu, 15 Oct 2009 15:39:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8guvr5SVaY0T; Thu, 15 Oct 2009 15:39:21 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5DE04C9AAF; Thu, 15 Oct 2009 15:39:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E953DC9A97 for ; Thu, 15 Oct 2009 15:39:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ApPcddarX0eb for ; Thu, 15 Oct 2009 15:39:11 +0200 (CEST) Original-Received: from mail-ew0-f223.google.com (mail-ew0-f223.google.com [209.85.219.223]) by balder.ntg.nl (Postfix) with ESMTP id 09CA4C9AAF for ; Thu, 15 Oct 2009 15:39:11 +0200 (CEST) Original-Received: by ewy23 with SMTP id 23so905185ewy.2 for ; Thu, 15 Oct 2009 06:39:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/Vl5NJfSzFC0Ucys2p0axSeabQezjpD4EpwGbHDfJ4k=; b=SO59xP9qRIpUfWfN+8GOrBooGYUYWqnIFuTRd7BPRdKW4w1IBtaRs41FZlTIcEaNGK Hsl9C1xFpFhGip3K/ogjXAJMGTMNZ9LrIeOHWX7UlIzXXsKERB560/TnZliccqz8n/bP l/E3ehmlbOzs3ihKeyNBeEpbsQdNis6Zx+eIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=EFiGPuL7v65uJUSgS5U1tBRmzhuC9hogWF8+BY2wjgpQpff3ejHBfrrY9N9UAxY60N sMDBw7XdP2rmZu53FwETikJTH7roJkF5Hl0Y5D+TEZOjfn85hzGEdjPjbI0yAmL/eTPV Uskr+Xn1fDVZmergjYkBEtGvtZ1aCRaIjNdF8= Original-Received: by 10.216.93.77 with SMTP id k55mr11666wef.196.1255613950848; Thu, 15 Oct 2009 06:39:10 -0700 (PDT) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:53437 Archived-At: In this example interlines spaces look a bit strange to me \starttext \input knuth \begingroup \tfx\setupinterlinespace[reset] \starttyping function newCounter() local i = 0 return function() i = i+1 return i end end c1 = newCounter() print(c1()) --> 1 print(c1()) --> 2 c2 = newCounter() print(c2()) --> 1 print(c1()) --> 3 print(c2()) --> 2 \stoptyping \endgroup \input tufte \stoptext Can someone confirm this ? -- luigi ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________