From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10735 invoked by alias); 28 Jul 2015 19:19:35 -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: 20353 Received: (qmail 23422 invoked from network); 28 Jul 2015 19:19:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=wUWPo5yZgVUWPI3aR1Iii9V+joV2OuYfg9s19OQAQ1g=; b=lFr2hePfY/UxKS6YiojZ6x2zvAj1RwTntZuTxPqr3cGxYxpMg6GTa3/VjFjmyLFNwv vteEMJCZ1QjOgWwYowmhC0WhMyVgjh4qq5EFo2VbBWUfHtyLkPWpkSCQHjFzJOF+RnxQ PsYQoBdZ26/Rbh6+Zum8/irXHH8gz0rL/Qif8SwWrA/wZNatLoRUc1Fe+nf/2vKm+6wO lfiaMlN2B6t+yaZKvnhRiuHRdaOtHRoZwFNlvktL4vIALU6ZStB3ytXxFw8wI0oRKuHS JeGOhIzn+xf6wOqXxOozs1pwtRS5b+kihfD0x5fWNOdUeSxyt8tEd8mbrJ/9AfBPHfDK Gomw== X-Gm-Message-State: ALoCoQm883V4cqZpPL8ir2eGrZ7NIY2XLH3DT2KADWKvknAfLM3i2OBcSX/JiIGL/6Dr/i/CHhPt X-Received: by 10.202.209.71 with SMTP id i68mr577322oig.109.1438111170280; Tue, 28 Jul 2015 12:19:30 -0700 (PDT) From: Bart Schaefer Message-Id: <150728121925.ZM8124@torch.brasslantern.com> Date: Tue, 28 Jul 2015 12:19:25 -0700 In-Reply-To: Comments: In reply to zzapper "ps http completion to get procees ID" (Jul 28, 12:34pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: ps http completion to get procees ID MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 28, 12:34pm, zzapper wrote: } } This works on my Cygwin zsh 5.0.8 } but not on my Centos zsh 5.0.7 } } what needs to be configured to get this marvellous feature to work? Install 5.0.8 on your CentOS? There were a lot of changes to _main_complete as well as to _ps between the .7 and .8 releases. Debug trace is radically different for the two. It *seems* to work to just copy the 5.0.8 _ps file into fpath somewhere ahead of the 5.0.7 version, but I can't promise something obscure won't go wrong.