From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32020 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Bug with \quotation ? Date: Sat, 2 Dec 2006 23:38:13 +0100 Message-ID: <725B1506-A3B1-4880-9CC6-63D7D1DEF630@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1165099195 7180 80.91.229.2 (2 Dec 2006 22:39:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Dec 2006 22:39:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Dec 02 23:39:54 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 1GqdWQ-0000ki-DQ for gctc-ntg-context-518@m.gmane.org; Sat, 02 Dec 2006 23:39:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA3921FEB1; Sat, 2 Dec 2006 23:37:30 +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 24353-04; Sat, 2 Dec 2006 23:37:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 596CD1FE7E; Sat, 2 Dec 2006 23:37:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE6CC1FE9C for ; Sat, 2 Dec 2006 23:37:18 +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 24484-04-2 for ; Sat, 2 Dec 2006 23:37:15 +0100 (CET) Original-Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by ronja.ntg.nl (Postfix) with SMTP id F18851FE72 for ; Sat, 2 Dec 2006 23:37:14 +0100 (CET) Original-Received: from fwd28.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1GqdW9-0008BC-00; Sat, 02 Dec 2006 23:39:33 +0100 Original-Received: from [192.168.0.2] (TtqgPiZDgelREEM1JJMbwHyv6Q2Tvjo6xztoD8Msr-A3xQ6E1Oyw8e@[84.172.82.52]) by fwd28.sul.t-online.de with esmtp id 1GqdVy-0SrJEu0; Sat, 2 Dec 2006 23:39:22 +0100 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: TtqgPiZDgelREEM1JJMbwHyv6Q2Tvjo6xztoD8Msr-A3xQ6E1Oyw8e@t-dialin.net X-TOI-MSGID: ab44a7df-8ff8-447e-92e1-3474f85c224a 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:32020 Archived-At: Hi all, there seems to be a bug with the \quotation command: ConTeXt doesn't = break the line after the closing quotes it generates. Here's a small = test file showing the problem (hope the utf-encoding makes it through = the mail): \enableregime[utf] \setuppapersize[A5][A4] \mainlanguage[deo] \starttext \quotation{langwierigerer, langweiliger, zuf=E4lliger, unrepr=E4sentativer} Schmuck Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test = Test Test Test Test Test Test Test Test \en \quotation{overly beautiful pusillanimous sesquipedalian longwinded} = test test test test test test test test test test test test test test test = test test test test test test test test test test test test test test test = test test test test test test test test test test test test test test test = test test test test test test test test \stoptext I tried reading core-mis.tex, but wasn't able to find where this = behavior comes from. Best Thomas