From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30541 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: comment flush? Date: Mon, 28 Aug 2006 22:46:41 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156797684 18137 80.91.229.2 (28 Aug 2006 20:41:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 20:41:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 28 22:41:23 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GHnuZ-00040P-Jk for gctc-ntg-context-518@m.gmane.org; Mon, 28 Aug 2006 22:40:48 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C77C1FE11; Mon, 28 Aug 2006 22:40:47 +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 10467-03-3; Mon, 28 Aug 2006 22:40:40 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F32C01FE00; Mon, 28 Aug 2006 22:40:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 272431FE00 for ; Mon, 28 Aug 2006 22:40:38 +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 10467-03-2 for ; Mon, 28 Aug 2006 22:40:32 +0200 (CEST) Original-Received: from swip.net (mailfe10.tele2.fr [212.247.155.44]) by ronja.ntg.nl (Postfix) with SMTP id 32AA61FDFF for ; Mon, 28 Aug 2006 22:40:32 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.210.33] (HELO localhost) by mailfe10.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 97116377 for ntg-context@ntg.nl; Mon, 28 Aug 2006 22:40:31 +0200 Original-To: "mailing list for ConTeXt users" User-Agent: Opera M2/7.54 (FreeBSD, build 955) 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:30541 Archived-At: Hello, There's a strange behaviour with comments when using \startcomment...\stopcomment. In some cases the comments are skipped. The comment always appears with \comment{...}. Here is a summary of the tests I've done: Case OK: comment starting a paragraph Case KO: comment at the end of a single paragraph Case OK: another paragraph follows the comment Case KO: the comment is within a single paragraph Case NOK: the comment appears (not in the last paragraph), but not in the middle of the paragraph, but at the end. Case OK: comment starting a paragraph \setupcolors[state=start] \setupinteraction[state=start] \setupinteractionscreen[options=max] \starttext \startcomment blah blah blah blah blah blah \stopcomment \input tufte \stoptext Case KO: comment at the end of a single paragraph \setupcolors[state=start] \setupinteraction[state=start] \setupinteractionscreen[options=max] \starttext \input tufte \startcomment blah blah blah blah blah blah \stopcomment \stoptext Case OK: another paragraph follows the comment \setupcolors[state=start] \setupinteraction[state=start] \setupinteractionscreen[options=max] \starttext \input tufte \startcomment blah blah blah blah blah blah \stopcomment \input tufte \stoptext Case KO: the comment is within a single paragraph \setupcolors[state=start] \setupinteraction[state=start] \setupinteractionscreen[options=max] \starttext \input tufte \startcomment blah blah blah blah blah blah \stopcomment \input tufte \stoptext Case NOK: the comment appears, but not in the middle of the paragraph, but at the end \setupcolors[state=start] \setupinteraction[state=start] \setupinteractionscreen[options=max] \starttext \input tufte \startcomment blah blah blah blah blah blah \stopcomment \input tufte \input tufte \stoptext Regards, BG