From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9615 invoked from network); 7 Jul 2006 17:32:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Jul 2006 17:32:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 13031 invoked from network); 7 Jul 2006 17:32:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Jul 2006 17:32:27 -0000 Received: (qmail 14122 invoked by alias); 7 Jul 2006 17:32:21 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10491 Received: (qmail 14111 invoked from network); 7 Jul 2006 17:32:20 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Jul 2006 17:32:20 -0000 Received: (qmail 12029 invoked from network); 7 Jul 2006 17:32:20 -0000 Received: from bes.cs.utk.edu (160.36.56.220) by a.mx.sunsite.dk with SMTP; 7 Jul 2006 17:32:19 -0000 Received: from localhost (localhost [127.0.0.1]) by bes.cs.utk.edu (Postfix) with ESMTP id EAF99FD1E for ; Fri, 7 Jul 2006 13:31:27 -0400 (EDT) X-Virus-Scanned: by amavisd-new with ClamAV and SpamAssasin at cs.utk.edu Received: from bes.cs.utk.edu ([127.0.0.1]) by localhost (bes.cs.utk.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gRxVQCsaa0Ma for ; Fri, 7 Jul 2006 13:31:24 -0400 (EDT) Received: from namib.cs.utk.edu (namib.cs.utk.edu [160.36.59.92]) by bes.cs.utk.edu (Postfix) with ESMTP id F31A5FD16 for ; Fri, 7 Jul 2006 13:31:23 -0400 (EDT) Received: by namib.cs.utk.edu (Postfix, from userid 10605) id 4E4CE36F03; Fri, 7 Jul 2006 13:32:13 -0400 (EDT) Date: Fri, 7 Jul 2006 13:32:13 -0400 From: Chris Johnson To: zsh-users@sunsite.dk Subject: Redirection Symbol After Completion Message-ID: <20060707173213.GA22592@namib.cs.utk.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Hi. This is just a minor, cosmetic nuance of zsh that I'd like to change, if possible. When I complete a filename with cat fil the command line becomes "cat file.txt ". A space is displayed after the completed filename, though I didn't type it. If I type another argument, the space remains and separates the arguments. However, if I type a redirection character like & or |, the space is removed and I get cat file.txt| I personally find commands easier to parse with my eye when the space remains before the redirection symbol: cat file.txt | Is there any way to force this space to persist even if I type a redirection operator? Thanks for any insight. -- Chris Johnson cjohnson@cs.utk.edu http://www.cs.utk.edu/~cjohnson