From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27867 invoked by alias); 30 May 2010 10:03:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15083 Received: (qmail 9912 invoked from network); 30 May 2010 10:03:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.219.228 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=KqOLukKmwUyyKGLv7rBAvY3qWj+hEamKXJ4c2peeFZo=; b=ExLExQy47by2BmHiOG6vmRClNgw9SOtwUwjA90Rmg8D/xgjeFLdo1nKZBxzG5zNuEo OplQSbhGVSqlB4jVvkfDHQ3gulGwd+V3o+GDhANlPw6nypdZJVM1mVC7ooM3nNJtVgkk 64FHXJnGcXQZjowxIeGzVdq2knzWxcIaiIVog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qjcj1HXVm7aRddeXFECgn3JErGTdNyTOllVL5y6SFtug07pwOR7alyKybXVoXF3K/H YhFiiy7p+x2gmK8QtwxeGsH76gcbqGhtZx0y0wlrzm5v46d1Q1pIbYFslta7A0FCrATn Wuy7aFBWesIMmtNa1MQkPOvUEY7sGGn3qy+0o= MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 30 May 2010 11:36:01 +0200 Message-ID: Subject: zsh completion input From: micheal S To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hi, is it possible to change temporary the internal zsh completion list. For example I have something like this in mind: Suppose I have tfile1.pdf, tfile2.pdf and tfile3.pdf somewhere (not necessarily in the same dictionary) on my hard drive. The following doesn't work, but I think it makes clear what I want: evince $(locate tfile | grep pdf) then I want to be able to press TAB and select one one of the files tfile1.pdf, tfile2.pdf, tfile3.pdf via menuselect. Thanks Michael