From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32396 Path: news.gmane.org!not-for-mail From: Mike Bird Newsgroups: gmane.comp.tex.context Subject: Where is ifforwardreference defined? Date: Sun, 31 Dec 2006 01:24:50 -0800 Organization: Iron Mtn Systems Message-ID: <200612310124.51986.mgb-debian@yosemite.net> 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: sea.gmane.org 1167557136 30029 80.91.229.12 (31 Dec 2006 09:25:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Dec 2006 09:25:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Dec 31 10:25:35 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 lo.gmane.org with esmtp (Exim 4.50) id 1H0wwd-0004Ye-LZ for gctc-ntg-context-518@m.gmane.org; Sun, 31 Dec 2006 10:25:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0BCFF20057; Sun, 31 Dec 2006 10:23:12 +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 10946-01; Sun, 31 Dec 2006 10:23:04 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DA1371FF78; Sun, 31 Dec 2006 10:23:03 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4B42F1FFA1 for ; Sun, 31 Dec 2006 10:23:03 +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 10945-01 for ; Sun, 31 Dec 2006 10:22:58 +0100 (CET) Original-Received: from se.yosemite.net (se.yosemite.net [205.157.156.9]) by ronja.ntg.nl (Postfix) with SMTP id 673E71FF58 for ; Sun, 31 Dec 2006 10:22:52 +0100 (CET) Original-Received: from se.yosemite.net (localhost.localdomain [127.0.0.1]) by se.yosemite.net (Postfix) with ESMTP id F0A0E2068B for ; Sun, 31 Dec 2006 01:25:03 -0800 (PST) Original-Received: from mgb.bullion.ims (mgb.bullion.ims [205.157.157.170]) by se.yosemite.net (Postfix) with ESMTP id 6A5452060D for ; Sun, 31 Dec 2006 01:25:03 -0800 (PST) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.9.5 Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP 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:32396 Archived-At: \somewhere sometimes prints the wrong text. To track down the problem I tried to find the definition for \ifforwardreference. I can see where \iffowardreference is declared to be a \newif but I can't find where the algorithm is defined: $ grep -r ifforwardreference . ./tex/context/base/core-ref.tex:\newif\ifforwardreference ./tex/context/base/core-ref.tex:\def\doifforwardreferenceelse#1#2% ./tex/context/base/core-ref.tex: {\ifforwardreference#1\else#2\fi} ./tex/context/base/core-ref.tex: {\ifforwardreference ./tex/context/base/core-ref.tex: \ifforwardreference Binary file ./web2c/pdfetex/cont-de.fmt matches Binary file ./web2c/pdfetex/cont-en.fmt matches Binary file ./web2c/pdfetex/cont-it.fmt matches $ Does anyone know where \ifforwardreference is defined? Thanks, --Mike Bird