From mboxrd@z Thu Jan 1 00:00:00 1970 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=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 4143 invoked from network); 5 Apr 2020 18:48:13 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with UTF8ESMTPZ; 5 Apr 2020 18:48:13 -0000 Received: (qmail 3454 invoked by alias); 5 Apr 2020 18:48:06 -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: 24745 Received: (qmail 16928 invoked by uid 1010); 5 Apr 2020 18:48:06 -0000 X-Qmail-Scanner-Diagnostics: from mta03.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25772. spamassassin: 3.4.4. Clear:RC:0(24.224.136.9):SA:0(-2.6/5.0):. Processed in 2.295338 secs); 05 Apr 2020 18:48:06 -0000 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.9 as permitted sender) X-Authority-Analysis: v=2.3 cv=LsIJNkVc c=1 sm=1 tr=0 a=zv49KfEsxEDzuN5AGO7r0Q==:117 a=zv49KfEsxEDzuN5AGO7r0Q==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=gir0-LH0AAAA:8 a=8vwHLjmyAAAA:20 a=RaOfM3EE3MUNZNE-ekUA:9 a=QEXdDO2ut3YA:10 a=aLewGyoHDmJ4ULJHWpSz:22 X-Vade-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedruddugddufedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecugfetuffvnffkpffmpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheptfgrhicutehnughrvgifshcuoehrrgihrghnughrvgifshesvggrshhtlhhinhhkrdgtrgeqnecuffhomhgrihhnpehgihhthhhusghushgvrhgtohhnthgvnhhtrdgtohhmnecukfhppedvgedrvddtjedrledtrdduleegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepvdegrddvtdejrdeltddrudelgedphhgvlhhopegludelvddrudeikedrtddrvdgnpdhmrghilhhfrhhomheprhgrhigrnhgurhgvfihssegvrghsthhlihhnkhdrtggrpdhrtghpthhtohepiihshhdquhhsvghrshesiihshhdrohhrgh X-Vade-Score: 0 X-Vade-State: 0 X-EL-IP-NOAUTH: 24.207.90.194 Subject: Re: [ANN] zsh-bin: statically-linked, hermetic, relocatable zsh To: zsh-users@zsh.org References: From: Ray Andrews Message-id: <28f42020-05b3-8420-2b4f-1780b541f0f2@eastlink.ca> Date: Sun, 5 Apr 2020 11:47:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 8bit Content-language: en-US On 2020-04-05 9:45 a.m., Roman Perepelitsa wrote: > On Sun, Apr 5, 2020 at 6:39 PM Ray Andrews wrote: >> One thing still seems to be missing and that's 'man'. > Have you used the installation instructions I've posted? `man zsh` > works for me when I use them. And run-help works, too. Yes, reinstalled as indicated: $ wget https://raw.githubusercontent.com/romkatv/zsh-bin/master/install $ ./install -d /aWorking/Zsh/Zsh-5.8 'man' was working but it was the old files, which I then deleted. > > autoload -Uz run-help > unalias run-help > run-help typeset > > This opens help for `typeset`. That works, however: $man zsh does not work.  However if I cd into the new '.../Zsh-5.8/man/man1' directory and: $ man ./zsh.1 ... it finds it fine.  But I must specify the directory.  I'm not really surprised since 'man' naturally wants to find things in the normal place.  I've just copied the files to /usr/share/man/man1 and everything is fine, so this is no issue really, but if I could have both 'man' and 'run-help' using the same files in the same directory that would be nice, tho hardly important.  I still have my habits from the days of 10MB hard drives of wanting to remove surplus files is all. It's all so compact now Roman, IMHO this is so much easier and more understandable.