From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27720 invoked by alias); 21 Dec 2012 15:56:38 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17487 Received: (qmail 6523 invoked from network); 21 Dec 2012 15:56:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <121221075621.ZM31768@torch.brasslantern.com> Date: Fri, 21 Dec 2012 07:56:21 -0800 In-reply-to: <20121221133509.GA18495@mugenguild.com> Comments: In reply to Valodim Skywalker "Re: jobs -Z will destory environ variables" (Dec 21, 2:35pm) References: <20121117085620.GA2500@localhost.localdomain> <121117093646.ZM9645@torch.brasslantern.com> <20121118023133.GC2500@localhost.localdomain> <121118102223.ZM2903@torch.brasslantern.com> <20121221133509.GA18495@mugenguild.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: jobs -Z will destory environ variables MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 21, 2:35pm, Valodim Skywalker wrote: } } This is still not working correctly. On 5.0.1, it seems to be limited to } six characters. It's working as well as it can without stomping the environment. Try this: % zsh -is these arguments are the space available for jobs -Z to write % jobs -Z 123456789a123456789b123456789c123456789d123456789e123456789f As I said before, jobs -Z has always been a hack. Maybe the thing to do is to *both* hack the argv/envp space *and* call prctl() when it is available.