From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21456 Path: news.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Re: Visual Debugging (was: Basic question) Date: Mon, 18 Jul 2005 13:44:44 -0700 Message-ID: <4.3.1.2.20050718134212.02aa2070@cits1.stanford.edu> References: <42DADD56.80002@wxs.nl> <6faad9f005071511431a61fa1f@mail.gmail.com> <42DAC189.4080004@wxs.nl> <42DADD56.80002@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"; format=flowed X-Trace: sea.gmane.org 1121719524 13616 80.91.229.2 (18 Jul 2005 20:45:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2005 20:45:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 18 22:45:20 2005 Return-path: 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 1DucTv-0004fJ-4l for gctc-ntg-context-518@m.gmane.org; Mon, 18 Jul 2005 22:44:55 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F5C8127C8; Mon, 18 Jul 2005 22:44:54 +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 10513-05; Mon, 18 Jul 2005 22:44:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 02173127B7; Mon, 18 Jul 2005 22:44:51 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 22771127B7 for ; Mon, 18 Jul 2005 22:44:49 +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 10495-04 for ; Mon, 18 Jul 2005 22:44:48 +0200 (CEST) Original-Received: from smtp1.Stanford.EDU (smtp1.Stanford.EDU [171.67.16.123]) by ronja.ntg.nl (Postfix) with ESMTP id EC9E4127A8 for ; Mon, 18 Jul 2005 22:44:47 +0200 (CEST) Original-Received: from mindolluin.stanford.edu (DNab42a4ac.Stanford.EDU [171.66.164.172]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j6IKifaa012047 for ; Mon, 18 Jul 2005 13:44:43 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: mailing list for ConTeXt users In-Reply-To: Original-References: <42DADD56.80002@wxs.nl> <6faad9f005071511431a61fa1f@mail.gmail.com> <42DAC189.4080004@wxs.nl> <42DADD56.80002@wxs.nl> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21456 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21456 At 09:18 AM 7/18/2005, you wrote: >Am 2005-07-18 um 00:36 schrieb Hans Hagen: >>>>\showcharacters >>>>\showaccents >>>BTW I finally created the wiki page "Visual Debugging" for all >>>the \show... commands; I guess there are even more than I listed >>>there, and some descriptions are still missing (had no time to >>>try them all). >>(\trace... is also handy) > >Hm, there's no trace in texshow, but a lot of trace...true in the >sources; hopefully I catched them all on http://contextgarden.net/ >Visual_Debugging >I found some \tracing in the jEdit xml, but nowhere in the sources, >and some single \traced... (with d). I had also put some lists of all the \show... and \trace... commands I found in the sources on the Discussion page for Visual_Debugging; it may be useful to go through and compare our lists. Note that the \trace... commands seem to be defined with \newif; thus, they come in "\iftrace...", "\trace...true", and "\trace...false" trios. - Brooks