From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15447 invoked by alias); 30 Jan 2015 16:56:40 -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: 34436 Received: (qmail 27398 invoked from network); 30 Jan 2015 16:56:27 -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.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=Kc1larcG c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=YNv0rlydsVwA:10 a=2dj19G45gJlCeU0vmvwA:9 a=CjuIK1q_8ugA:10 a=vi3GlhzNYI4A:10 a=99bvAOBlvV8A:10 a=sP1tZDtfS4AA:10 From: Bart Schaefer Message-id: <150130085604.ZM16410@torch.brasslantern.com> Date: Fri, 30 Jan 2015 08:56:04 -0800 In-reply-to: <20150130161909.5d1c5f63@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "PATCH: updated emulate completion" (Jan 30, 4:19pm) References: <20150130161909.5d1c5f63@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: PATCH: updated emulate completion MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 30, 4:19pm, Peter Stephenson wrote: } } +++ b/Completion/Unix/Type/_cmdstring } @@ -0,0 +1,6 @@ } +#autoload } + } +# This is for a quoted argument that will be interpreted as a command. } + } +compset -q } +_normal Perhaps we could use that in _sh, _sudo, etc.?