Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to add a 'non-escaped' tilde to the completion list
- X-seq: zsh-users 19363
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Death Jester <d3ath.jest3r@xxxxxxxxx>
- Subject: Re: How to add a 'non-escaped' tilde to the completion list
- Date: Mon, 10 Nov 2014 14:57:32 +0100
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1415627853; bh=+IMvMDquW2zahjR9O2xrLDIxC8XKfrzbHI4P3ugeYdQ=; h=cc:In-reply-to:From:References:To:Subject:Date:From:Subject; b=SDVwgHZlBN4IpEnYpefcTbKcBmQG98v89Gg1ZBzO/UanzRQAMevJLs7AhJsy5/QSxVsx1GdQRJny6pmd4DKIWMt2/jEJDa690ylpvRMsLXLzBD7OeqsCs1SMaP0rcjNyAyrCbF7uFpE3t4m8X56sHKlO7wV98pgOdN7/NxTEdnf35oL4NNnPRh+EtYuuefSp90U69hsiVEaSFfc/1b6nHccnTBeHIiigueYuAORjp/ib5Vn+ELuMqoDDk9V1r/Jc2H7XX0rlmWMfzqIqNLAdYI70pYN0PpEBKgHLOO6xwJ8qRxCEOuc1qB100bqivJcz+CE3vEaZm3MJPUTp9bBehg==
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.co.uk; b=I05fDKCa8ebZS+nRSgvmijonXwk24QBiuO60I3VAjYJ1ZQxAGVMOasNqRDIB4fVR7BWN73DbTPL64ef2VEoJ1/WmuIbehoXy7pskhZeXNGCVvcRriQJXLuwBhBuDHZ2BAnpr37EKx2rGguF5tWdeth7N0VWOnE0tyQPSAanZ3bBP5plZlv+frFSSlwIu81b87856RpldXhXReTtueoxHLHAyHtuX55IMubhftjXxUTeQpIiG0bxlUySB+YbqkQocCmgILF62+DCK0kZ928hGndfOrh+aOEr2O20XIzdUGseNqWlycMH0f3BEK+3V2YVuDubX/6DZI9ndloc/9fVGIg==;
- In-reply-to: <1415625666.1260.8.camel@gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1415617649.1260.4.camel@gmail.com> <20141110113136.34766361@pwslap01u.europe.root.pri> <20141110121802.6f9434c4@pwslap01u.europe.root.pri> <1415625666.1260.8.camel@gmail.com>
Death Jester wrote:
> zle -C term_list complete-word _generic
_generic, or more specifically _main_complete, is the source of some of
the problems with this. Try using _term_list directly.
Very nice idea by the way. If you get it working fully, please post it
so I can steal it for my setup.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author