From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/47295 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.comp.tex.context Subject: Re: \FlushStep eats all spaces Date: Thu, 5 Feb 2009 21:49:46 +0100 (CET) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233867100 16134 80.91.229.12 (5 Feb 2009 20:51:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 20:51:40 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 05 21:52:54 2009 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 lo.gmane.org with esmtp (Exim 4.50) id 1LVBDS-0000cQ-4p for gctc-ntg-context-518@m.gmane.org; Thu, 05 Feb 2009 21:52:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4ECDA1FBBA; Thu, 5 Feb 2009 21:51:33 +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 31881-07; Thu, 5 Feb 2009 21:50:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B4A3D1FB49; Thu, 5 Feb 2009 21:50:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F3EB1FB38 for ; Thu, 5 Feb 2009 21:50:26 +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 29088-06-2 for ; Thu, 5 Feb 2009 21:49:48 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by ronja.ntg.nl (Postfix) with ESMTP id 338FE1FB29 for ; Thu, 5 Feb 2009 21:49:48 +0100 (CET) Original-Received: from smtp2f.orange.fr (smtp2f.orange.fr [80.12.242.152]) by filter4-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n15KnlO7000517 for ; Thu, 5 Feb 2009 21:49:47 +0100 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2f17.orange.fr (SMTP Server) with ESMTP id 22C7170000B2 for ; Thu, 5 Feb 2009 21:49:47 +0100 (CET) Original-Received: from gaston.couberia.bzh (ARennes-358-1-131-117.w92-129.abo.wanadoo.fr [92.129.90.117]) by mwinf2f17.orange.fr (SMTP Server) with ESMTP id 0455270000AD for ; Thu, 5 Feb 2009 21:49:47 +0100 (CET) X-ME-UUID: 20090205204947178.0455270000AD@mwinf2f17.orange.fr Original-Received: by gaston.couberia.bzh (Postfix, from userid 1000) id 649F030177; Thu, 5 Feb 2009 21:49:46 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by gaston.couberia.bzh (Postfix) with ESMTP id 4B9F9300BF for ; Thu, 5 Feb 2009 21:49:46 +0100 (CET) X-X-Sender: peter@gaston.couberia.bzh In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.12.242.152; country=FR; region=A7; city=Moulineaux; latitude=49.3500; longitude=0.9667; http://maps.google.com/maps?q=49.3500,0.9667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 175771401 - 976456daba51 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:47295 Archived-At: On Thu, 5 Feb 2009, Wolfgang Schuster wrote: > Here is a ConTeXt version of LaTeX's \g@addto@macro macro. > > \long\def\addmacro#1\to#2% better name needed > {\begingroup > \scratchtoks\expandafter{#2#1}% > \xdef#2{\the\scratchtoks}% > \endgroup} > > \addmacro\relax\to\FlushStep This seems to be just another work-around. Wouldn't it be better, to adjust the definition of FlushStep in s-pre-60.tex? Like this for example: \def\FlushStep{\iftrialtypesetting\else\StopStep\NextStep\StartStep\fi\relax} Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________