Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
hash completion oddity
- X-seq: zsh-workers 24632
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: hash completion oddity
- Date: Fri, 29 Feb 2008 16:20:53 +0100
- 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=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
I wanted to add a dir to the directory hash with hash -d, so I started typing
hash -d foo=~jo<tab>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author