From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7234 invoked by alias); 12 Dec 2016 16:37:25 -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: 22202 Received: (qmail 9076 invoked from network); 12 Dec 2016 16:37:25 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f169.google.com 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(209.85.217.169):SA:0(-0.0/5.0):. Processed in 0.684877 secs); 12 Dec 2016 16:37:25 -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=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.169 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=ZvNKaAQ10NICsyDfFDSnBkCm3fTZNKsZYJSJZVX6Bug=; b=V9lac2zWH7p6c7NfbnuoDnKDFm9w33NszAnEp+oHBg1TatJ5uhEKJ9YTA0ePitFlWD 6EnXlCuTVglM0a/fKksX33dpsrEl8vM4vtQwKByNstWKr8vJSzLxJx16614kDsmOJezs tWr0EWEKMjRX+a52XHwxpmDFu1E0flLcpqJj+p0MQwxE0Pz2Pqt8fUHlJ+ke5c8LyA+G CgL/eNAIWX8FabhMUPFd+9VRZ9bbtysiTQV44yNIOf9ownKLveZ5uQDZnTIDgpQQEsWE CWSMh1bBUVvCA8c+mc0QcU/aJXcAKLBQLljngIZk3GzKohljQ8MQKDHQOKbUlAU+nzfQ t7jQ== 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; bh=ZvNKaAQ10NICsyDfFDSnBkCm3fTZNKsZYJSJZVX6Bug=; b=EW8tAjR3hjpoZf+9oZ5YZDzgrcYOfeXOiKwS3JWVZw3g1Em32gq+2LRJ+KDninSJ+m SZ0GtibQQf60IWm7tSmyP0WLLz2ZtlInaEmKj/8loyfS+Y3TZ+rbXVBhHJHGmS4nUhkK fWY45xzFrKy8iSHd6ch93/80iIeKY7XCzCyWE7WYrqGDyxOoj5ZMRHy6Hl3tNZy452n0 rqULmEd5VNH8N6UdvXxKHFL+/ZfLLtcRjcp2I3Oasr2qBqb6Vmjeb34tiuFW+K0JeGug mQ/YC6XsW40KQaU1N/nDWhhvwp8Y0/y24kpUUGZDTyoR/Z+rY4Y+EDSpe6xQ2amEy69n 48Ag== X-Gm-Message-State: AKaTC02Hvplotka80MV2S2ZW7oaDYl5dLjpK7HdD0uV/EWg6tWhwdhGT/0Weq8mqhBch1g== X-Received: by 10.176.3.72 with SMTP id 66mr72433879uat.45.1481560637538; Mon, 12 Dec 2016 08:37:17 -0800 (PST) From: Bart Schaefer Message-Id: <161212083740.ZM1095@torch.brasslantern.com> Date: Mon, 12 Dec 2016 08:37:40 -0800 In-Reply-To: <584DF7A1.6010906@eastlink.ca> Comments: In reply to Ray Andrews "Re: zsh-5.2-test-3" (Dec 11, 5:04pm) 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> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Ray Andrews , zsh-users@zsh.org Subject: Re: zsh-5.2-test-3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 11, 5:04pm, Ray Andrews wrote: } } Yeah, did that now and it takes me to the right man page, but } doesn't search within it for the command Oh, one bit I overlooked -- if you're running zsh with $fpath pointing into the build tree, it will not find the help files without some more configuration -- the location is substituted into the run-help function definition by "make install". To run out of the build tree, you have to explicitly assign the HELPDIR parameter to point to the appropriate Doc/help subdirectory.