From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 832 invoked from network); 29 Feb 2008 15:21:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Feb 2008 15:21:17 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 32335 invoked from network); 29 Feb 2008 15:21:06 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Feb 2008 15:21:06 -0000 Received: (qmail 13647 invoked by alias); 29 Feb 2008 15:21:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24632 Received: (qmail 13631 invoked from network); 29 Feb 2008 15:21:03 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Feb 2008 15:21:03 -0000 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by bifrost.dotsrc.org (Postfix) with ESMTP id 3DA908026E0B for ; Fri, 29 Feb 2008 16:20:55 +0100 (CET) Received: by wr-out-0506.google.com with SMTP id c49so6169176wra.21 for ; Fri, 29 Feb 2008 07:20:55 -0800 (PST) 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=5dZS1CTuR9iYhBSmu7Ds4uDf3MWnKQqaeJHlSOXCVkE=; b=M/sxGdJCe5NxGxdWOMKf3m3ggXlcnJlPe/mfYsQtgYYU/XMF2PB6n/1P7pDWxoXyIpgtwvWSo2uACPav/Xbo3I6/ze17/zml+8vd1oxeOxCVaxxIF97v1snVYYcVodcRtMkNLelfFR98MTClJEIwUvtB3MO8N2FQcsKiPW+2+lc= 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=rlTzX0X9nxh04gv2BLNJFU/oJD39kl84optWkawJYyCj6wx1ly9gqV+UHLCKRnEA8IrLyzrx0ECV78LEBDqJ3KFpD/MjAJGfPfCLnsYs0750OudLKGcn6KnFoMfiDkqzhwkIk8kfcsY9kO0X4hmeV4YY1zzxmXzPsKNJeiowjvA= Received: by 10.140.171.4 with SMTP id t4mr6416926rve.230.1204298453874; Fri, 29 Feb 2008 07:20:53 -0800 (PST) Received: by 10.140.127.7 with HTTP; Fri, 29 Feb 2008 07:20:53 -0800 (PST) Message-ID: <237967ef0802290720y7b7d8e91n5df822fd989b69c@mail.gmail.com> Date: Fri, 29 Feb 2008 16:20:53 +0100 From: "Mikael Magnusson" To: zsh-workers Subject: hash completion oddity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/6044/Fri Feb 29 15:17:12 2008 on bifrost X-Virus-Status: Clean Hi, I wanted to add a dir to the directory hash with hash -d, so I started typing hash -d foo=~jo and expected it to complete to foo=~johndoe, but instead it just says "unknown user jo". If i actually type out ~johndoe manually and press tab, it changes to "no match for: `hash', `directories', or `corrections'". After I add a / it properly completes directories in johndoe's home directory though. (It doesn't matter if it's a real user home dir or a previously named dir.) With just zsh -f, compinit, zstyle warnings blabla, i just get the latter message for ~anything, both if it should complete and not, and for completed names. -- Mikael Magnusson