From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9647 invoked from network); 25 Jun 2001 09:19:57 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jun 2001 09:19:57 -0000 Received: (qmail 22361 invoked by alias); 25 Jun 2001 09:19:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15065 Received: (qmail 22350 invoked from network); 25 Jun 2001 09:19:08 -0000 From: Sven Wischnowsky Date: Mon, 25 Jun 2001 11:17:58 +0200 (MET DST) Message-Id: <200106250917.LAA22676@beta.informatik.hu-berlin.de> To: zsh-workers@sunsite.dk Subject: Re: disowning stopped jobs In-Reply-To: <20010625111222.A24094@picard.franken.de> Thomas Köhler wrote: > ... > > Shouldn't there be a space between 'T' and '%' in the marked places? > Or does "pids" contain a space at the beginning? It does, look at the sprintf()s, they all have a space at the beginning so that concatenating them with dyncat() makes it look right and we don't have a space at the end of the string. > (Just thrown in because it looks strange, I don't really know anything > about that "pids" variable, what does dyncat() do to it?) It concatenates its arguments in `dynamic' memory, i.e., in heap-allocated memory (a zsh heap, not the system-heap). Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de