From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14760 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Again: "hanging" for a lot of paragraphs? Date: Wed, 18 Feb 2004 22:19:36 +0100 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077139303 8886 80.91.224.253 (18 Feb 2004 21:21:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2004 21:21:43 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Feb 18 22:21:34 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtZ8P-0006Qc-00 for ; Wed, 18 Feb 2004 22:21:33 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 069E810B48; Wed, 18 Feb 2004 22:19:44 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ref.ntg.nl (Postfix) with ESMTP id 5095F10B46 for ; Wed, 18 Feb 2004 22:18:04 +0100 (MET) Original-Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AtZ6j-0004Uq-00 for ntg-context@ntg.nl; Wed, 18 Feb 2004 22:19:49 +0100 Original-Received: from [62.72.92.71] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AtZ6i-0006IM-00 for ntg-context@ntg.nl; Wed, 18 Feb 2004 22:19:49 +0100 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1AtZ6b-0000Vi-00 for ; Wed, 18 Feb 2004 22:19:41 +0100 Original-Received: from schnee.local (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i1ILJaK7002711 for ; Wed, 18 Feb 2004 22:19:36 +0100 (CET) Original-Received: (from pg@localhost) by schnee.local (8.12.9/8.12.2/Submit) id i1ILJaue002710; Wed, 18 Feb 2004 22:19:36 +0100 (CET) X-Authentication-Warning: schnee.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: (Steffen Wolfrum's message of "Wed, 18 Feb 2004 21:55:19 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:d43e4e6267c3e50bafb8d1f4173761b4 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14760 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14760 Hi, Very quick hack: \starttext \def\hangover{\hangafter=1\hangindent=1em }% sorry for the stupid macro name \definestartstop[hangingarea] [before={\bgroup\appendtoks\hangover\to\everypar}, after=\egroup] \starthangingarea \input tufte \input tufte \stophangingarea \input tufte \stoptext Patrick