From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24796 invoked by alias); 11 Dec 2016 23:45:47 -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: 22197 Received: (qmail 6463 invoked from network); 11 Dec 2016 23:45:46 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f176.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.176):SA:0(0.0/5.0):. Processed in 1.888782 secs); 11 Dec 2016 23:45:46 -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_H2,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.176 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=LFEZcO9ju4izlFpVhj6l9YFsJx/T43PWrSoOhObDhDQ=; b=eRQkMzCBExjoztpVtMFB1y2DyiJXbvwWwgjvl5RkGDHnUz/WVBDdKQmE0FuMcoY6wu +ULVq2QO7a5WASW8utVyB/S3+YZEJkZiGeXIJd4T0RvTGhs0l6pJEaS7QhE1kvS4UObz kplhCe4xPo5RUiqBqW2QdkFiJmwTF5PDD4Q0z5z6RLxswKwsFKmzgxL5f3uGTXGs5trS tnezaEGAzv0Zw5o6NfE86+ntAACBx+d/t/TzPNfERtJXk4gVIHq2Qz66X9Zqe1auJZ/O CFAjdtOADDNfqXZUtSG0uLIh8FBEdSePqv4kzHZaI1PTUlRq/XG61HKpPUVjnRJOIXNN iicg== 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=LFEZcO9ju4izlFpVhj6l9YFsJx/T43PWrSoOhObDhDQ=; b=DB3he660UwQX/Pk7SRNcQOKZ4MipYjVScTaTbnPN0OBXu0tM0qKXf/bqYp3eGovmrq CZ+5PtE5ib2HzgOJ/gatVpUGjxFLhmb4pxqaNacrb0Di7UPBQUfTAfOXRaK/JTr4zAxB W/T88rLgrLnPY8zz3XlucDvNaE5ly2+xWnYNn4aGH3KD7RM6LKiWVCyqxU0BiNtNff1E 0mRmx4d+TYCaaNSjQwSrAn0SZaZ9u3bkGkOitchaa/+2PxHKZVMYWQMQAObKf38N8Arz C5h6oY8nqP2NZhncfVpkI41GaS66mOCWRbPtPr6nLFsz3ZRnRRjvyOxTLq2UT06Dxi9d JIMg== X-Gm-Message-State: AKaTC031fGKCXwD8QaVSANWZGdqmkSfQewjCj1ogbeENXcuKJK7Cc6+m/1LKgT2JR1iaMA== X-Received: by 10.176.71.133 with SMTP id v5mr74117652uac.68.1481499937432; Sun, 11 Dec 2016 15:45:37 -0800 (PST) From: Bart Schaefer Message-Id: <161211154559.ZM30830@torch.brasslantern.com> Date: Sun, 11 Dec 2016 15:45:59 -0800 In-Reply-To: <584DB4BA.4050802@eastlink.ca> Comments: In reply to Ray Andrews "Re: zsh-5.2-test-3" (Dec 11, 12:19pm) 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> 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, 12:19pm, Ray Andrews wrote: } } 'autoload run-help' still gives me the 'normal' man page, it seems You really do need to look at the documentation that I mentioned. ---- run-help CMD This function is designed to be invoked by the run-help ZLE widget, in place of the default alias. See `Accessing On-Line Help' for setup instructions. ---- Then look at the cross-referenced "Accessing ..." page: ---- ... By default, run-help is an alias for the man command, so this often fails when the command word is a shell builtin or a user-defined function. By redefining the run-help alias, one can improve the on-line help provided by the shell. [Some useful stuff about the help directory skipped here, you can read it in the actual manual.] To use the run-help function, you need to add lines something like the following to your .zshrc or equivalent startup file: unalias run-help autoload run-help ---- I'd guess that you autoloaded the function without removing the alias.