From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60676 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: vbox construct breaking MKII Date: Wed, 4 Aug 2010 09:16:11 +0200 Message-ID: <5DD081BA-F3A2-4C0B-8A69-98EDAFE38AA6@boede.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: multipart/mixed; boundary=Apple-Mail-5--196223192 X-Trace: dough.gmane.org 1280906179 19991 80.91.229.12 (4 Aug 2010 07:16:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 07:16:19 +0000 (UTC) To: NTG-Context ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 04 09:16:18 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 1OgYD3-00066G-Vx for gctc-ntg-context-518@m.gmane.org; Wed, 04 Aug 2010 09:16:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7A3B7C9F59; Wed, 4 Aug 2010 09:16:17 +0200 (CEST) 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 YS9OAhhSLTf5; Wed, 4 Aug 2010 09:16:14 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8B709C9F55; Wed, 4 Aug 2010 09:16:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9CB67C9F53 for ; Wed, 4 Aug 2010 09:16:13 +0200 (CEST) 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 TiUMc2pHFJMP for ; Wed, 4 Aug 2010 09:16:11 +0200 (CEST) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by balder.ntg.nl (Postfix) with ESMTP id 78148C9F55 for ; Wed, 4 Aug 2010 09:16:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id 45A7015C52D for ; Wed, 4 Aug 2010 09:16:11 +0200 (CEST) Original-Received: from mars.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gpZ1qCy6A5En for ; Wed, 4 Aug 2010 09:16:11 +0200 (CEST) Original-Received: from [192.168.1.198] (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by mars.digitpaint.nl (Postfix) with ESMTPA id 207CA5A3D for ; Wed, 4 Aug 2010 09:16:11 +0200 (CEST) X-Mailer: Apple Mail (2.1081) 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:60676 Archived-At: --Apple-Mail-5--196223192 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi all, Any variation of the following construct breaks in MKII as long as there = is no new line after the closing } of the vbox. MKIV does not have this = problem. \startbuffer[bf4] \vbox{ test }\stopbuffer Please refer to the testfile Kind regards Willi= --Apple-Mail-5--196223192 Content-Disposition: attachment; filename=test_braces.tex Content-Type: application/octet-stream; x-unix-mode=0644; name="test_braces.tex" Content-Transfer-Encoding: 7bit % Works \startbuffer[bf1] \vbox{ test} \stopbuffer % Works \startbuffer[bf2] \vbox{ test } \stopbuffer % % Breaks in MKII % \startbuffer[bf3] % \vbox{test}\stopbuffer % Breaks in MkII % \startbuffer[bf4] % \vbox{ % test % }\stopbuffer % Breaks in MkII % \startbuffer[bf5] % \vbox{ % test}\stopbuffer \starttext \getbuffer[bf1] \getbuffer[bf2] \getbuffer[bf3] \getbuffer[bf4] \getbuffer[bf5] \stoptext --Apple-Mail-5--196223192 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --Apple-Mail-5--196223192--