From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8695 invoked from network); 14 Jul 2003 16:31:17 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Jul 2003 16:31:17 -0000 Received: (qmail 6607 invoked by alias); 14 Jul 2003 16:31:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18847 Received: (qmail 6598 invoked from network); 14 Jul 2003 16:31:12 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Jul 2003 16:31:12 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.233.9] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Jul 2003 16:31:12 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h6EGVAn06162 for zsh-workers@sunsite.dk; Mon, 14 Jul 2003 09:31:10 -0700 From: Bart Schaefer Message-Id: <1030714163110.ZM6161@candle.brasslantern.com> Date: Mon, 14 Jul 2003 16:31:10 +0000 In-Reply-To: <20030714161115.GA25478@lorien.emufarm.org> Comments: In reply to Danek Duvall "Re: Preventing sorting in completers" (Jul 14, 9:11am) References: <1030713181710.ZM5187@candle.brasslantern.com> <5798.1058195468@csr.com> <20030714161115.GA25478@lorien.emufarm.org> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Preventing sorting in completers MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 14, 9:11am, Danek Duvall wrote: } Subject: Re: Preventing sorting in completers } } Peter Stephenson wrote: } } > Bart Schaefer wrote: } > > } zstyle ":completion:*:processes" command \ } > > } 'ps -u $UID -o ''pid tty s args'' --forest' } > > } > > ERROR: TTY could not be found. } > } > My guess is your system is using stdout to decide what the tty is } } I would guess that the double single quotes that Philippe is using } should probably be single quotes escaped by backslashes Aha. I should have noticed that. Philippe has 'setopt rcquotes' and I do not.