X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DiR1GSte6rHL71qH f/TO6J/T5ckBsD2D8c3MJLV2mXzunUUM8nSQcCDFW2M+Xd2L6xSjqHnFVs0lSowR URzyF6Ns+Pr8FyD8MRWkjXUw9uLHSNLwpzatg0FKcfBi2oxu5ZAuPfCcwz+1963d lgOVJriYA6KTlcVkEFe9zNnLWBs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=vCFm5gEMN5q7VriIrkuqRP la78M=; b=KxrWxg6GuAp3yQNbh0qlQ0P8Tks2lcr269KTNd4dMtIdSV/Ixu7joI NE8bNuYHD/YltJn0O8gK7W7sHrKWNxcbp6UbJpITLfmqqXgoEr3VhRqFsXuCJdRK TcWIMuuAKPNTw/Z/ovurRZReVR/7grpvSGcK3Ez9fFWCdQkfcFIQk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=daytonb AT zoho DOT com, daytonbzohocom, H*i:CAALQ5r, H*f:CAALQ5r X-HELO: sender153-mail.zoho.com Subject: Re: Tmux man page not up to date To: cygwin AT cygwin DOT com References: <56B0D124 DOT 3010602 AT zoho DOT com> <56B506B3 DOT 2050801 AT zoho DOT com> <56B50A95 DOT 4020102 AT zoho DOT com> From: Byron Boulton Message-ID: <56B8996D.50800@zoho.com> Date: Mon, 8 Feb 2016 08:34:37 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Zoho-Virus-Status: 1 X-IsSubscribed: yes On 2/6/2016 10:53 AM, Michael Wild wrote: > On Fri, Feb 5, 2016 at 9:48 PM, Byron Boulton wrote: >> On 2/5/2016 3:31 PM, Byron Boulton wrote: >>> >>> On 2/5/2016 3:01 PM, Michael Wild wrote: >>>> >>>> On Tue, Feb 2, 2016 at 4:54 PM Byron Boulton wrote: >>>>> >>>>> >>>>> The man page for tmux in Cygwin is not up to date. The version of tmux >>>>> in cygwin is 2.1, but the man page is not consistent with that. >>>>> >>>>> Specifically I noticed it because I was getting warnings about my mouse >>>>> configurations settings. There was a breaking change to this for tmux >>>>> 2.1 as noted in the tmux changelog on their website. >>>>> >>>>> Byron Boulton >>>>> >>>> >>>> Hi Byron >>>> >>>> I noticed that too when I packaged tmux-2.1, however it is the file >>>> that is included in the tarball, and even in the repository it has >>>> still not been updated: >>>> https://github.com/tmux/tmux/blob/master/tmux.1 >>>> >>>> Kind regards >>>> >>>> Michael >>>> >>>> -- >>>> Problem reports: http://cygwin.com/problems.html >>>> FAQ: http://cygwin.com/faq/ >>>> Documentation: http://cygwin.com/docs.html >>>> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >>>> >>> That's very strange. I'll open an issue on github then. >>> >>> Byron >>> >>> >>> -- >>> Problem reports: http://cygwin.com/problems.html >>> FAQ: http://cygwin.com/faq/ >>> Documentation: http://cygwin.com/docs.html >>> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >>> >> Wait. No it looks like it's up to date on the github page. >> >> https://github.com/tmux/tmux/blob/master/tmux.1 has >> >> .It Xo Ic mouse >> .Op Ic on | off >> >> Which is up to date. I also cloned the repo and the 2.1 tag has the mouse >> on/off settings documented rather than mouse-resize-pane etc. >> >> So we should just need to checkout the 2.1 tag of the tmux repository, and >> the man page should be up to date. >> >> >> Byron > > Something's weird then... That passage you mention is also present in > the man-page I have installed from the normal tar-ball. And I just > verified, the manpage in the git tag is identical to the one in the > tarball. Maybe your installation of the tmux package is broken? Try to > reinstall it maybe? > > Michael > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Michael, You're right. The cygwin tmux package is fine. When tmux first gained cygwin support, but before it was a package in the repos I had installed it in /usr/local. When I uninstalled it (probably via `make uninstall`) it left /usr/local/share/man/man1/tmux.1. That was my problem. Byron -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple