Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab completion list does not complete dot files
- X-seq: zsh-users 11528
- From: "t takahashi" <gambarimasu@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: tab completion list does not complete dot files
- Date: Sat, 2 Jun 2007 15:43:47 -0700
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TAF+EPFi4uwTwgCRAdbrTroLfrgcOW8v29R5q+v3TT0j2Zhn1Ypp5IPIP5R0vvOL9BdkyQ70ZkQca5ypkdi9nzLpIwDOtrZUwfPkodguuGT0aaPVo0PW2ah7X6s83GrYY4UtvigS2M04SiEVbibefoIxx0fALMfqiUkEWXzaC88=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Tjdk7e+cGxBH74HaGB+eUY38EGE5lLDUmAzz4C1QyyEKqxELGAtYm00ts5YyVZaY+FjXRq4eCQt1W9tmgWUf16LNt3NwMsq3csIVbr6wvHciO9VJhYOlueecJeqprn0kjVNTsPvKhudtY2zENdrarnG6c+9oe5qpUG/41K91FM8=
- In-reply-to: <200706010938.l519cJ3c008036@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <4b2fa9b00705312254q463dab8an76d41a6d7d956a06@xxxxxxxxxxxxxx> <200706010938.l519cJ3c008036@xxxxxxxxxxxxxx>
as before, please copy me.
On 6/1/07, Peter Stephenson <pws@xxxxxxx> wrote:
You can make the *entire* completion system do this by putting
entire? is that important?
the following code in your initialisation file after you run "compinit":
_comp_options+=(globdots)
i had no idea what you were talking about, because compinit said command not found, but eventually tried this:
autoload -U compinit
compinit
_comp_options+=(globdots)
now it doesn't complete symlinks even when the symlinks are partly typed. what i want is all files to be completed except . .., without affecting glob expansion.
fwiw, i use zsh mainly because bash has interrupt behavior that doesn't work the way i expect, and it's too much effort to try to figure out if bash can be fixed. i *always* script to the intersection of the two shells and, for now, use bash for most scripts. zsh users do seem to be friendly, which i like. i will give up on this if it requires more typing (rsi).
thanks very much for your reply.
--
Webmaster: do you believe that people will (a) switch browsers to view your "best viewed with" page or (b) go to your competitor?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author