From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8028 invoked from network); 4 Sep 2007 20:46:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Sep 2007 20:46:18 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 67205 invoked from network); 4 Sep 2007 20:46:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2007 20:46:12 -0000 Received: (qmail 21515 invoked by alias); 4 Sep 2007 20:46:05 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11808 Received: (qmail 21505 invoked from network); 4 Sep 2007 20:46:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Sep 2007 20:46:04 -0000 Received: (qmail 65939 invoked from network); 4 Sep 2007 20:46:04 -0000 Received: from mtaout03-winn.ispmail.ntl.com (81.103.221.49) by a.mx.sunsite.dk with SMTP; 4 Sep 2007 20:45:58 -0000 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20070904204552.SAZG13.mtaout03-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Tue, 4 Sep 2007 21:45:52 +0100 Received: from pws-pc.ntlworld.com ([81.107.45.67]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20070904204551.ZZTT26699.aamtaout03-winn.ispmail.ntl.com@pws-pc.ntlworld.com> for ; Tue, 4 Sep 2007 21:45:51 +0100 Received: from pws-pc.ntlworld.com (pws-pc.ntlworld.com [127.0.0.1]) by pws-pc.ntlworld.com (8.14.1/8.13.8) with ESMTP id l84KjrDb011841 for ; Tue, 4 Sep 2007 21:45:53 +0100 Message-Id: <200709042045.l84KjrDb011841@pws-pc.ntlworld.com> From: Peter Stephenson To: zsh-users@sunsite.dk Subject: Re: fg jobs info In-Reply-To: Message from Bart Schaefer of "Tue, 04 Sep 2007 08:31:04 PDT." <070904083104.ZM25598@torch.brasslantern.com> Date: Tue, 04 Sep 2007 21:45:53 +0100 Bart Schaefer wrote: > The case that's going to be pretty difficult to handle is: > > % %2 > > (That is, bringing a job to the foreground by simply typing its job spec. > Probably need a preexec function to catch that one.) That's a use for the as yet unimplemented pattern aliases. It's about the first sensible one I've seen. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/