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=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,T_DKIMWL_WL_MED 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 43116b40 for ; Sat, 29 Dec 2018 04:48:41 +0000 (UTC) Received: (qmail 25540 invoked by alias); 29 Dec 2018 04:48: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: List-Unsubscribe: X-Seq: 43950 Received: (qmail 8918 invoked by uid 1010); 29 Dec 2018 04:48:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f65.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.166.65):SA:0(-1.9/5.0):. Processed in 2.5079 secs); 29 Dec 2018 04:48:26 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0WwhKFOLKTypEBg6GEpJXW52f8axtM3sN5doic3uYSU=; b=Nhp+QiMjY2yOp/Jf4RzEhoOe9ux3xifmDkKOeGlvHk8d+4Iy3guPqJiOlvk55CB2Xt uuGIE8WHSshAm8IUOOnJ2M0ybgvDbaoGjttVZaYK9nDXIZHKIPAUg3izbV5UroiuPKQ9 i/EUxa6uzMbgkhyjlWdwFIbW1Qe3YrVyainXJzWukleHvfqlE6ZAvijJlH8XvDI9ZK4z GSE9RBv4FDK3NMRYLtHWGIgNZdF0SoJOYi4cFJihrlGBtOpfcffxpew9sunlIMX+o+SD 8z6lBDogxg59G2BUkSfvlwRYbDVC/0elCsnrkrfeKT9dSRAGg5N9yie8UjqbrsxKZ6Co qp3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0WwhKFOLKTypEBg6GEpJXW52f8axtM3sN5doic3uYSU=; b=dYmfASVc/Vvg862MfF/QqO3vXRG8lRB1GpNaVoFJbpD1y+WSIbHuQRm0KW6cVwAPOa YrIxF3B8hoOWI9uczxj08vf3A4IMj4WRSx8MA88sKXJOohoSvjyronoO/g+AXuQ4+fNw JkLZVzgAlV7QuqAYTWnxELRxOkVfp3gFEU54Leybzsdgm5Ccyy6NFnAgi06RvNt6Gq76 40o0nXxW2u0eO5spvrFZnzPdr4op1QvZnaEjGfC9BUG081cq3hvE9ShZskDTKnL1R4Pi cWRuZTvYqq8WSvuXJjOfM7TM3uQSmzVrVFSk2NNyFOQJvarwtUm8y9wnB6jdP+xIcPW1 VZ4Q== X-Gm-Message-State: AJcUukfQBuqMQdO1pKgPJB4d5KHxGJf/98lHhtWNXcWoDHGbzxMzrcS9 G/rp/F+PY9QD52PM/+GhbyzB9Q== X-Google-Smtp-Source: ALg8bN6wO8xsVs68yHf5dbPDmEUOcx8t2iZwB9qpljskN/wrr+wIgFAyb/p5BzcsBk2JdZqWu4aCGg== X-Received: by 2002:a6b:fa0e:: with SMTP id p14mr19182363ioh.271.1546058901088; Fri, 28 Dec 2018 20:48:21 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: Making run-help smart? From: dana In-Reply-To: Date: Fri, 28 Dec 2018 22:50:44 -0600 Cc: Zsh hackers list Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Sebastian Gniazdowski X-Mailer: Apple Mail (2.3445.100.39) On 28 Dec 2018, at 05:19, Sebastian Gniazdowski = wrote: >So, `run-help declare' would be directing the user to declare's >description in manual. Would this be useful? That's already what it does, for the standard built-ins, if you have the = help files generated. You probably don't have them if you're using zsh from Homebrew, or if you built from source without the documentation stuff, = but the zsh that ships with macOS and the one in the Debian/Ubuntu repos at = least come with them. idk about your actual question. It seems problematic to force a specific = pager and pager options on the user, if nothing else dana