From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23133 invoked by alias); 14 Jun 2018 10:20:33 -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: 43011 Received: (qmail 2801 invoked by uid 1010); 14 Jun 2018 10:20:33 -0000 X-Qmail-Scanner-Diagnostics: from mail-io0-f195.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.223.195):SA:0(-1.9/5.0):. Processed in 1.974343 secs); 14 Jun 2018 10:20:33 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIMWL_WL_MED,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 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=YT1rqBdHPP/JCkLYRLu+XSrN+/23YeULD5Pyp8gStIo=; b=I8oZOUtAu/rCAYiEhSNqbbB+QO1+OnlZMS08WTga/FWhcrbl8GULJj+K/5L9rQ5XHQ Gs31YF0f5lX2uB247YLytL8bv5MT+sA5lpmopzw+HiqBKFER2Ur7oCXK3TGQfHb65Evr iOoc7U1J4gX0kLLBonOf1C6utcTjttqyyk8w9QbEudc6RXrmj6N60DVzV5uhBKSZ0czj 68mjsdd+Jx72KWBHVso7tbUVdIHI8vgzYfvYBNafDqcaA0lTIGprJx2nEn+A3dICbKcp APl0veIVtxkTdvqsJ8LAypGz/IGJIlJu3Gdw8mGc9T/aZfTlpwKOiZDKd95GWwFWzb4o Y6/g== 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=YT1rqBdHPP/JCkLYRLu+XSrN+/23YeULD5Pyp8gStIo=; b=dbvLlkNv3F6tHZPRm24hYQZzOBWvEHiAN2oq+XQCN+h+c5jPW9RZbDCaGhZr8h7HPO RKFfrTH+mCKwTqnJIi54VPAhRWdkoFUdetnAvoTJB2i4TfOZKvB+qumVRm64L+65Bv8n Dnuy+MPSMzk2bGlkz2cZe3xr54kDukP/UJ5kE+DxZNnjQLmlMYVgj544d/7D24h1+jpr fRaBUr5kHMAdr0b6arWlg57Se0f+Jww5aYbMg39qb961aH4fPmoH/8lwVYwb4H/ErCnv 2mZhq5TpPfTF3G+eQrxxDW/Ruh0dEVvnC/IeycPgI4k1UvJrZhr9EzXL8U/hawNA7odN Xj3g== X-Gm-Message-State: APt69E3I2jQZgivNFzvTj4IJzDDx/YnPQ5x88uooBFW8VeUHPYzpoDtD BAzGEtASMA5umIBZsZ+qV9LwxOwh274= X-Google-Smtp-Source: ADUXVKLWGApEc0lHtulC5CoC/9gI3l8bCvov+3lMTBHXI27I5ffFhHAWkWcVEuz5geMN+BQATtaRTQ== X-Received: by 2002:a6b:b78a:: with SMTP id h132-v6mr1867777iof.298.1528971628678; Thu, 14 Jun 2018 03:20:28 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] Completion: Improve _man (2) From: dana In-Reply-To: <20180614095001.v33idyjczkouva6n@tarpaulin.shahaf.local2> Date: Thu, 14 Jun 2018 05:20:27 -0500 Cc: Zsh workers Content-Transfer-Encoding: quoted-printable Message-Id: References: <9B2A476B-3C9F-4757-9818-4815A9417253@dana.is> <17923.1528636054@thecus> <2BD8008C-D6F4-4B4A-AF05-7EE80ADB0E47@dana.is> <20180614095001.v33idyjczkouva6n@tarpaulin.shahaf.local2> To: Daniel Shahaf X-Mailer: Apple Mail (2.3273) On 14 Jun 2018, at 04:50, Daniel Shahaf wrote: >On Debian, =C2=ABman 3per utf8=C2=BB displays the man page utf8(3perl), = which this change >breaks. Oh, you're right. I was testing Solaris because it actually breaks them = out into separate directories =E2=80=94 and it doesn't seem to work there, as i = said =E2=80=94 but the Darwin and *BSD man tools have the same behaviour as man-db, when you = can find (or create) examples of it. It was only really irritating on Solaris anyway, so maybe i'll just put = it back for everything else? Will experiment more and submit a patch later. = Thanks! dana