From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/63410 Path: news.gmane.org!not-for-mail From: Herbert Voss Newsgroups: gmane.comp.tex.context Subject: Re: \usepseudocaps (fwd) Date: Thu, 11 Nov 2010 12:31:15 +0100 Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= Message-ID: <4CDBD403.8090308@FU-Berlin.DE> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1289475088 16256 80.91.229.12 (11 Nov 2010 11:31:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2010 11:31:28 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 11 12:31:24 2010 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.69) (envelope-from ) id 1PGVNE-0008Cx-OF for gctc-ntg-context-518@m.gmane.org; Thu, 11 Nov 2010 12:31:24 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 20575CA868; Thu, 11 Nov 2010 12:31:24 +0100 (CET) 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 lhWL2cQ1R62O; Thu, 11 Nov 2010 12:31:20 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 31A03CA854; Thu, 11 Nov 2010 12:31:20 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 28A9ACA854 for ; Thu, 11 Nov 2010 12:31:19 +0100 (CET) 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 TkPiFhzx91Ga for ; Thu, 11 Nov 2010 12:31:16 +0100 (CET) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id C32BDCA84F for ; Thu, 11 Nov 2010 12:31:16 +0100 (CET) Original-Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oABBVGeY002101 for ; Thu, 11 Nov 2010 12:31:16 +0100 Original-Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for ntg-context@ntg.nl with esmtp (envelope-from ) id <1PGVN6-0006r9-5J>; Thu, 11 Nov 2010 12:31:16 +0100 Original-Received: from p54bfedec.dip.t-dialin.net ([84.191.237.236] helo=[192.168.1.12]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for ntg-context@ntg.nl with esmtpsa (envelope-from ) id <1PGVN5-0006u1-Qm>; Thu, 11 Nov 2010 12:31:16 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.14) Gecko/20101013 SUSE/3.0.9 Thunderbird/3.0.9 In-Reply-To: X-Originating-IP: 84.191.237.236 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=130.133.4.66; country=DE; region=16; city=Berlin; latitude=52.5167; longitude=13.4000; http://maps.google.com/maps?q=52.5167,13.4000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03DtLvgna - 0214e3850d82 - 20101111 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 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:63410 Archived-At: > On 8-11-2010 9:00, Herbert Voss wrote: >> Also from the documentation: >> >> systems : begin file latex5 at line 2 >> error: ...text/tex/texmf-context/tex/context/base/typo-cap.lua:100: >> attempt to call global 'copy_node' (a nil value) >> . >> >> system> error on line 6 in file latex5.tex: ? ... >> >> 1 >> 2 \starttext >> 3 >> 4 \userealcaps \Caps{Herbert Vo=DF} >> 5 \usepseudocaps \Caps{Herbert Vo=DF} >> 6>> >> 7 \stoptext >> >> l.6 > = > in typo-cap.lua, add > = > local copy_node =3D node.copy > = > somewhere at the top and then remake the format. thanks, it helped Herbert ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________