From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20107 invoked by alias); 25 Feb 2014 14:28:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32433 Received: (qmail 23314 invoked from network); 25 Feb 2014 14:28:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Christian Neukirchen Subject: Re: autocomplete wrapper Date: Tue, 25 Feb 2014 15:27:45 +0100 Sender: chris@juno Message-ID: <87d2ib2roe.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-138-246-70-107.dynamic.eduroam.mwn.de In-Reply-To: (shawn wilson's message of "Tue, 25 Feb 2014 04:29:03 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) shawn wilson writes: > i have wrappers around commands such as: > sshs () { > ssh $@ -t screen -ddR > } > > But autocomplete doesn't work with them as it does with the actual > command - what's the easiest way to fix this? compdef sshs=ssh -- Christian Neukirchen http://chneukirchen.org