From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28288 invoked from network); 28 Jan 2003 16:42:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Jan 2003 16:42:35 -0000 Received: (qmail 16520 invoked by alias); 28 Jan 2003 16:42:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18151 Received: (qmail 16513 invoked from network); 28 Jan 2003 16:42:23 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 28 Jan 2003 16:42:23 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.46.181.248] by sunsite.dk (MessageWall 1.0.8) with SMTP; 28 Jan 2003 16:42:23 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h0SGgOB03115 for zsh-workers@sunsite.dk; Tue, 28 Jan 2003 08:42:24 -0800 From: "Bart Schaefer" Message-Id: <1030128164224.ZM3114@candle.brasslantern.com> Date: Tue, 28 Jan 2003 16:42:24 +0000 In-Reply-To: <15299.1043745489@finches.logica.co.uk> Comments: In reply to Oliver Kiddle "bash completion functions" (Jan 28, 10:18am) References: <15299.1043745489@finches.logica.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh workers Subject: Re: bash completion functions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 28, 10:18am, Oliver Kiddle wrote: } Subject: bash completion functions } } The only things I've knowingly left unimplemented is completion for } jobs (because compgen is always run in a subshell) We could do something about this, generically, by saving local copies of the jobstates and jobtexts hashes in _main_complete or some such.