From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 36a1a720 for ; Fri, 18 Oct 2019 12:12:36 +0000 (UTC) Received: (qmail 7653 invoked by alias); 18 Oct 2019 12:12:26 -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: List-Unsubscribe: X-Seq: 24360 Received: (qmail 13752 invoked by uid 1010); 18 Oct 2019 12:12:25 -0000 X-Qmail-Scanner-Diagnostics: from cadetblue.birch.relay.mailchannels.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25601. spamassassin: 3.4.2. Clear:RC:0(23.83.209.28):SA:0(-2.0/5.0):. Processed in 2.868772 secs); 18 Oct 2019 12:12:25 -0000 X-Envelope-From: pedz@easesoftware.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf1.mailchannels.net designates 23.83.209.28 as permitted sender) X-Sender-Id: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-Sender-Id: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-MC-Relay: Neutral X-MailChannels-SenderId: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-MailChannels-Auth-Id: a2hosting X-Army-Continue: 05f40a7058af32f1_1571400704945_2312457665 X-MC-Loop-Signature: 1571400704944:804309437 X-MC-Ingress-Time: 1571400704944 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=easesoftware.com; s=default; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=/OL8ITEj01gdTiZbDbng6CI99TOrUkpTs9Sd+vgYZyM=; b=GtbMNLP/PVJGrwwTb7zAVrTcR HZJ98lzEc9g2VfwIkgO6D/VZ+cCW83Dgdkg3+vEXWGcOPQv9wAvJEg3dOxJ6riBY0sRxsDbWHsR5i w7SO+efXCM4/RueX8kR82dOm/G4KDGR80KOAifR/7h2TneckTxIpDgG54T9U1iJustaXoT0slwLyZ HJwmXT9uNh+7lB7Y7455t1Uh4QzfHYpf+n31KZSn1BYpn6W0ZFNACuABQrJiaLhGICsVUoD0k22dz JZ9hJ7w6tVGZC7ecSNSQZ5swtOP5m1iurTc0qaFKvTvMoYMIP41ydfPTYOW6sYg/RlW8n+aIHhQgl CNSXi4eGA==; Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.19\)) Subject: Re: zsh built in help features From: Perry Smith In-Reply-To: <0E4DF046-A52D-43C4-9F65-A2C2B2CAF66F@dana.is> Date: Fri, 18 Oct 2019 07:11:37 -0500 Cc: Chris Nebel , zsh-users@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <33AAF538-777B-4BA3-8587-6DFF7CAE48FC@easesoftware.com> References: <207E1F44-030C-4A1A-B670-B5B07429A623@mac.com> <7221B6B9-5FC9-42B0-A90F-9AA066BE111F@easesoftware.com> <0E4DF046-A52D-43C4-9F65-A2C2B2CAF66F@dana.is> To: dana X-Mailer: Apple Mail (2.3594.4.19) X-AuthUser: pedz+easesoftware.com@mi3-ss4.a2hosting.com YEA!!! Thank you I had found the _run-help script (is that what they are called?) and found that HELPDIR needed to be set but then it does an anonymous function with magic I don=E2=80=99t yet understand and finally falls back to _man. So I had gone down the path that somehow =E2=80=9Cman=E2=80=9D was suppose to do this =E2=80=94 which = didn=E2=80=99t make much sense and it sure wasn=E2=80=99t working. I hadn=E2=80=99t considered aliases. Also=E2=80=A6 in my copies of _run-help, I don=E2=80=99t see any = comments at all. > On Oct 18, 2019, at 12:12 AM, dana wrote: >=20 > On 17 Oct 2019, at 19:28, Perry Smith wrote: >> Apple must not have something set up right. I=E2=80=99ll go find the = run-help >> script and see if I can fix it. >=20 > run-help is an alias for man by default. You need to run this (add it = to your > zshrc if you like): >=20 > unalias run-help > autoload -Uz run-help >=20 > Then the function will be called instead. >=20 > This is documented in zshcontrib, and in the comments for run-help = itself. >=20 > PS: I haven't updated to Catalina yet, but in the zsh shipped with = Mojave > Apple apparently misconfigured their @runhelpdir@, so in order to get = it to > work there you also had to set like HELPDIR=3D/usr/share/zsh/5.3/help. = You might > need to do the same in Catalina if it doesn't Just Work after loading = it >=20 > dana >=20