From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8525 invoked from network); 2 Aug 2006 20:57:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Aug 2006 20:57:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 46858 invoked from network); 2 Aug 2006 20:57:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Aug 2006 20:57:12 -0000 Received: (qmail 12528 invoked by alias); 2 Aug 2006 20:57:05 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10569 Received: (qmail 12518 invoked from network); 2 Aug 2006 20:57:05 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Aug 2006 20:57:05 -0000 Received: (qmail 45804 invoked from network); 2 Aug 2006 20:57:05 -0000 Received: from mk-smarthost-1.mail.uk.tiscali.com (212.74.114.37) by a.mx.sunsite.dk with SMTP; 2 Aug 2006 20:57:02 -0000 Received: from 88-108-39-87.dynamic.dsl.as9105.com (HELO mk-smarthost-9.mail.uk.tiscali.com) ([88.108.39.87]) by mk-smarthost-1.mail.uk.tiscali.com with ESMTP; 02 Aug 2006 21:56:47 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AR4FAOOt0ESKTSw Received: from 88-108-39-87.dynamic.dsl.as9105.com ([88.108.39.87]:32972) by mk-smarthost-9.mail.uk.tiscali.com with esmtp (Exim 4.30) id 1G8NlI-000G0i-5L for zsh-users@sunsite.dk; Wed, 02 Aug 2006 21:56:16 +0100 Message-ID: <44D11FDF.5060000@sheffield.ac.uk> Date: Wed, 02 Aug 2006 22:57:51 +0100 From: Nathan Haigh User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: zsh-users@sunsite.dk Subject: autocompletion of file url's X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I've started using subversion a bit recently and it annoys the hell out of me when you have to specify repositories etc with file urls since autocompletion doesn't work. e.g. svn import tmp/myproject file:///path/to/my/svn/repo i'd like to be able to type: svn import tmp/myproject file:///p to autocomplete to: svn import tmp/myproject file:///path and so on like this: svn import tmp/myproject file:///path/t completes to: svn import tmp/myproject file:///path/to I have no idea where to start with zshcompsys and writing commands/functions to my .zshrc file, so any help would be much appreciated. Kind regards Nathan