From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26863 invoked from network); 3 Aug 2006 09:18:50 -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; 3 Aug 2006 09:18:50 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 9418 invoked from network); 3 Aug 2006 09:18:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Aug 2006 09:18:43 -0000 Received: (qmail 18541 invoked by alias); 3 Aug 2006 09:18:30 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10573 Received: (qmail 18532 invoked from network); 3 Aug 2006 09:18:28 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Aug 2006 09:18:28 -0000 Received: (qmail 7687 invoked from network); 3 Aug 2006 09:18:28 -0000 Received: from cluster-d.mailcontrol.com (217.69.20.190) by a.mx.sunsite.dk with SMTP; 3 Aug 2006 09:18:27 -0000 Received: from dalamsexb01.AMERICAS.ROOT.PRI ([65.208.56.47]) by rly18d.srv.mailcontrol.com (MailControl) with ESMTP id k739Gs4E031489 for ; Thu, 3 Aug 2006 10:18:22 +0100 Received: from cameurexb01.EUROPE.ROOT.PRI ([10.100.137.61]) by dalamsexb01.AMERICAS.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Thu, 3 Aug 2006 04:17:01 -0500 Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Thu, 3 Aug 2006 10:16:06 +0100 Date: Thu, 3 Aug 2006 10:16:06 +0100 From: Peter Stephenson To: zsh-users@sunsite.dk Subject: Re: autocompletion of file url's Message-Id: <20060803101606.1e19c095.pws@csr.com> In-Reply-To: <44D1C210.3020302@sheffield.ac.uk> References: <44D11FDF.5060000@sheffield.ac.uk> <20060802223421.a65ccae4.p.w.stephenson@ntlworld.com> <44D1C210.3020302@sheffield.ac.uk> Organization: Cambridge Silicon Radio X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Aug 2006 09:16:06.0598 (UTC) FILETIME=[735A8E60:01C6B6DD] X-Scanned-By: MailControl A-07-04-01 (www.mailcontrol.com) on 10.68.0.128 Nathan Haigh wrote: > This makes it sound like there are zsh functions already in place for > subversion, is this correct? If so, where can i find them and how do i set > my shell up to use them as i'm pretty sure they are currently not in use on > my debian machine. See the zshcompsys manual page. The simple way to start is "autoload -U compinit; compinit". The patch I posted is for the lastest version of zsh; I've committed a change to the 4.2 branch to the archive. You probably need at least 4.2.something for any half-way reasonable subversion completion. > I assume you are talking about zsh functions for subversion command > autocompletion here? e.g. "svn che" completes to "svn checkout" - > again, i don't think i currently have this working - how do i do this? Once the system is installed as above, it will find completions for subversion automatically. > Do you mean generic URL completion for things like "file:///p" > should already work? If so, it is not in my case - again, how can i get > it working? Same answer. There's just the single step for activating the entire system. There are lots of configuration options using "zstyle", however. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php