From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27900 Path: news.gmane.org!not-for-mail From: nico Newsgroups: gmane.comp.tex.context Subject: Re: brace error after a \placefigure Date: Sat, 13 May 2006 15:54:59 +0200 Message-ID: References: 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 1147528307 25124 80.91.229.2 (13 May 2006 13:51:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 May 2006 13:51:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat May 13 15:51:46 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 1FeuWs-0003ks-Dd for gctc-ntg-context-518@m.gmane.org; Sat, 13 May 2006 15:51:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CAA80127B1; Sat, 13 May 2006 15:51:33 +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 19348-03; Sat, 13 May 2006 15:51:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 970BA127A6; Sat, 13 May 2006 15:51:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A8A0127A6 for ; Sat, 13 May 2006 15:51:25 +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 19458-01 for ; Sat, 13 May 2006 15:51:22 +0200 (CEST) Original-Received: from swip.net (mailfe09.tele2.fr [212.247.155.12]) by ronja.ntg.nl (Postfix) with SMTP id 3D3AE12772 for ; Sat, 13 May 2006 15:51:21 +0200 (CEST) X-T2-Posting-ID: 3brHPWvyEzVNt0QNlxQWsxGJRDYe7rueGgqwO1zxZAg= X-Cloudmark-Score: 0.000000 [] Original-Received: from [80.170.176.122] (HELO localhost) by mailfe09.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 26183958 for ntg-context@ntg.nl; Sat, 13 May 2006 15:51:17 +0200 Original-To: "mailing list for ConTeXt users" In-Reply-To: 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:27900 Archived-At: On Sat, 13 May 2006 04:08:58 -0400, Sanjoy Mahajan wrote: > I can't figure out what causes the brace error with this test.tex > example file: > > \starttext > \placefigure[margin]{A caption}{\externalfigure[]} > > {test}. > \stoptext Yes, strange. Looks like a grouping issue around this in page-flt: \ifmargeblokken % waarschijnlijk gebroken ! ! ! ! \doifinset\v!margin{#2} {\endgraf \bgroup\everypar{\egroup\the\everypar}% \hsize\@@mbwidth}% \fi inmargin seems to work, but i don't know if it should do the same thing. Regards, BG