From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21103 invoked from network); 2 Aug 2005 23:11:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Aug 2005 23:11:33 -0000 Received: (qmail 35880 invoked from network); 2 Aug 2005 23:11:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Aug 2005 23:11:26 -0000 Received: (qmail 7943 invoked by alias); 2 Aug 2005 23:11:17 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9213 Received: (qmail 7933 invoked from network); 2 Aug 2005 23:11:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Aug 2005 23:11:16 -0000 Received: (qmail 34842 invoked from network); 2 Aug 2005 23:11:16 -0000 Received: from wproxy.gmail.com (64.233.184.202) by a.mx.sunsite.dk with SMTP; 2 Aug 2005 23:11:10 -0000 Received: by wproxy.gmail.com with SMTP id 58so681wri for ; Tue, 02 Aug 2005 16:11:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mlOI+mzKc+w6F2Tx5tTQvVeb03VBMOHxjLMsylUNo7yOIKrNMozT0z04MpQin3QIvVJFnBoC8WTPqk/UdH8W8/NpaAB0fkuZUoZlf5tdtIFgqu0dAH+l5J+4mll+v0r9retLfwxsbPe30UOg24fxk7+E244l0UrlOwY84dhX9VE= Received: by 10.54.29.72 with SMTP id c72mr53373wrc; Tue, 02 Aug 2005 16:11:08 -0700 (PDT) Received: by 10.54.81.7 with HTTP; Tue, 2 Aug 2005 16:11:08 -0700 (PDT) Message-ID: <7c737f3005080216113bd158da@mail.gmail.com> Date: Tue, 2 Aug 2005 16:11:08 -0700 From: Deliverable Mail Reply-To: Deliverable Mail To: zsh-users@sunsite.dk Subject: complete paths after non-space Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 I'm migrating to zsh and find it differs subtly from bash. Three immediate look-'n-feel diffs I'd really need to reset to bash-compatible behavior... 1. completing path names with leading non-space I often want to complete filenames in options where you have things like --file=3D/wrong/path/name, whereby you go back and fix it, or enter new things after the non-space-starting pathname sequence Bash happily completed it while in my current zsh setup I have to insert/delete a space prior to the pathname. An easy way to make it the same? 2. in-place ^r search -- zsh offers an underline, and I don't want it 3. completion offers must go away faster -- zsh lists them in the underline(s) and they seem to linger there longer than in bash, can I banish them faster? Cheers, Alexy