From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18276 invoked by alias); 6 Sep 2017 14:25:26 -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: 41646 Received: (qmail 10708 invoked by uid 1010); 6 Sep 2017 14:25:26 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-expgw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(133.208.98.2):SA:0(-2.6/5.0):. Processed in 1.976478 secs); 06 Sep 2017 14:25:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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, RP_MATCHES_RCVD,SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Biglobe-Sender: From: "Jun T." Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] update _ps (with question) Date: Wed, 6 Sep 2017 23:25:17 +0900 References: <68D6FE10-4636-4582-AC2A-1FB0852EAC28@kba.biglobe.ne.jp> <20455.1504700763@thecus.kiddle.eu> To: zsh-workers@zsh.org In-Reply-To: <20455.1504700763@thecus.kiddle.eu> Message-Id: X-Mailer: Apple Mail (2.3273) X-Biglobe-Spnum: 61441 > 2017/09/06 21:26, Oliver Kiddle wrote: > > 'ps ' gets me menu selection. What do you have insert-ids, > menu and tag-order set to for this context? zstyle ':completion:*:*:*:*:default' menu on=long select=long insert-ids and tag-order are not set. 'ps ' gives a long list of options and pids, but hitting more does not insert anything on the command line. Jun