From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3380 invoked by alias); 26 Feb 2013 16:34:03 -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: 17650 Received: (qmail 6212 invoked from network); 26 Feb 2013 16:34:02 -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 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <130226083337.ZM4573@torch.brasslantern.com> Date: Tue, 26 Feb 2013 08:33:37 -0800 In-reply-to: Comments: In reply to joe M "Re: Zsh completion configuration with history-words as another group to _complete" (Feb 26, 2:23am) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Zsh completion configuration with history-words as another group to _complete MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Feb 26, 2:23am, joe M wrote: } } if I change /usr/share/zsh/5.0.2/functions/Completion/Zsh/_command_names, } It seems to work. Being a newbie, I am not sure if this is a reliable } approach. Any thoughts, please? As a general rule, if you (a) describe yourself as a newbie and (b) find yourself re-hardwiring one of the default functions, you're probably on the wrong track. :-)