From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7909 invoked by alias); 12 Dec 2016 21:11:13 -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: 22208 Received: (qmail 13910 invoked from network); 12 Dec 2016 21:11:13 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca 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(24.224.136.10):SA:0(-3.7/5.0):. Processed in 1.068434 secs); 12 Dec 2016 21:11:13 -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=-3.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.10 as permitted sender) X-Authority-Analysis: v=2.2 cv=HKaBLclv c=1 sm=1 tr=0 a=xPWM5QW5oS+lNOfUWk9MeA==:117 a=xPWM5QW5oS+lNOfUWk9MeA==:17 a=N659UExz7-8A:10 a=sOJi2hwGNj6ApN7Y6WYA:9 a=pILNOxqGKmIA:10 X-EL-IP-NOAUTH: 24.207.97.144 Message-id: <584F1269.7060604@eastlink.ca> Date: Mon, 12 Dec 2016 13:11:05 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: zsh-5.2-test-3 References: <20161206194916.10448440@ntlworld.com> <20161209095729.2033b5be@pwslap01u.europe.root.pri> <20161209195457.27e43234@ntlworld.com> <584CB4EF.6070904@eastlink.ca> <584CCC14.10701@eastlink.ca> <20161211171559.322b58fc@ntlworld.com> <584D9809.4070805@eastlink.ca> <161211112327.ZM30304@torch.brasslantern.com> <584DB4BA.4050802@eastlink.ca> <161211154559.ZM30830@torch.brasslantern.com> <584DF7A1.6010906@eastlink.ca> <161212083740.ZM1095@torch.brasslantern.com> <584ED826.8030700@eastlink.ca> <161212093937.ZM1359@torch.brasslantern.com> In-reply-to: <161212093937.ZM1359@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 12/12/2016 09:39 AM, Bart Schaefer wrote: > The run-help function only "knows about" the same things that "which" > knows about. If "which zmv" doesn't find anything, run-help won't > either. > > The HELPDIR files are only automatically constructed for zsh builtins, > so those are not going to assist with zmv. > Ok, thanks Bart and Daniel. I'm a bit exhausted by these intricacies for now. What seems to work for everything all the time even on Tuesdays is just 'man zshall' and then Daniel's search style. And the HTML 'book' for more involved study. Not to push my luck, but if I could export zshall to plain text I could implement my ' ~test ' conversion and just use text editor capabilities to navigate the thing and it would be that simple and maybe fun.