From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4962 invoked from network); 31 Oct 2008 07:03:08 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 31 Oct 2008 07:03:08 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 85161 invoked from network); 31 Oct 2008 07:02:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 Oct 2008 07:02:53 -0000 Received: (qmail 10077 invoked by alias); 31 Oct 2008 07:02:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13422 Received: (qmail 10065 invoked from network); 31 Oct 2008 07:02:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 31 Oct 2008 07:02:32 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by bifrost.dotsrc.org (Postfix) with ESMTP id 4F46D80524C0 for ; Fri, 31 Oct 2008 08:02:29 +0100 (CET) Received: by rv-out-0506.google.com with SMTP id g37so1026506rvb.21 for ; Fri, 31 Oct 2008 00:02:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=yPSRe01/4CPtTEqBsMD9Y9ERzmqala+f3u8jby9kl6U=; b=B3rGcq8+XVEbSs+KPaVtE3hEPJ7cTCV881hSCVRWrX1LFNZMSAFZqiOp++3i4Up7ZF bZRCz6Wb4yEfl6CEfgepNQKbEbE5Y+hmE8HNTRp08rAVk34h0m6SDev4hP6soV6Uqk5i RPGNHDVMvG5TrYmhisbUQU+4zF+ohD5fyBQoc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=JcfJMcm25kBbGqQJOvugIH7ypjjzr6TvqY3GuKs7eVfDHsdOjekbDZgUuSb32y3m8g 7FPds6pYLAg+mWVZGcwrIaXafIPhgPXgEllUyA5aSFq5vKcPFJlyD49FhMEDdlHPweFj FUwHPdRDA6/1lHYZMXzzfFT5UTglfDbLJahPc= Received: by 10.140.185.1 with SMTP id i1mr6428807rvf.102.1225436547853; Fri, 31 Oct 2008 00:02:27 -0700 (PDT) Received: by 10.140.178.12 with HTTP; Fri, 31 Oct 2008 00:02:27 -0700 (PDT) Message-ID: Date: Fri, 31 Oct 2008 15:02:27 +0800 From: "Aaron Davies" To: "ZSH Users" Subject: canceling completion? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/8546/Fri Oct 31 02:39:08 2008 on bifrost X-Virus-Status: Clean (using the basic completion system in zsh 4.2.0) i often find that completing named dirs takes an unacceptable amount of time (presumably due to NIS lookups). unlike bash, i don't seem to be able to C-c the completion--in fact i have to kill 9 the shell if i want out early. is there a better way to handle this? -- Aaron Davies aaron.davies@gmail.com