From owner-freebsd-ports@freebsd.org Mon Jan 6 16:44:02 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F23481F2B7D for ; Mon, 6 Jan 2020 16:44:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47s1YZ69WTz3R6k for ; Mon, 6 Jan 2020 16:44:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D3D581F2B7C; Mon, 6 Jan 2020 16:44:02 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D39E61F2B7B for ; Mon, 6 Jan 2020 16:44:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s1YZ5GZ3z3R6j; Mon, 6 Jan 2020 16:44:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A698616A7A; Mon, 6 Jan 2020 16:44:02 +0000 (UTC) From: Jan Beich To: "Alex V. Petrov" Cc: Yasuhiro KIMURA , ports@FreeBSD.org Subject: Re: FreeBSD Port: tmux-3.0a config file trouble References: <7b72b9d0-bd5a-f896-f07f-5ae0cabb98d3@gmail.com> <20200105.170858.2119498543813732905.yasu@utahime.org> <8ec7423b-f728-cde2-b437-09d5fe8ba320@gmail.com> Date: Mon, 06 Jan 2020 17:44:02 +0100 In-Reply-To: <8ec7423b-f728-cde2-b437-09d5fe8ba320@gmail.com> (Alex V. Petrov's message of "Sun, 5 Jan 2020 15:58:37 +0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 16:44:03 -0000 "Alex V. Petrov" writes: > On 05.01.2020 15:08, Yasuhiro KIMURA wrote: > >> From: "Alex V. Petrov" >> Subject: FreeBSD Port: tmux-3.0a config file trouble >> Date: Sun, 5 Jan 2020 15:01:55 +0700 >> >>> For me, new tmux don't see config file into any placeses. >>> ~/.tmux.conf >>> ~/.config/tmux/tmux.conf >>> ~/.config/tmux/.tmux.conf >>> ~/.config/.tmux/tmux.conf >>> ~/.config/.tmux/.tmux.conf >> >> According to tmux(1) man page, tmux only read /usr/local/etc/tmux.conf >> and ~/.tmux.conf. > > I know that. > Even if I run tmux -f ~/.tmux.conf, tmux ignores the configuration file. > The configuration file from the example where "set -g status-bg red". > The color remains green. Can you share full config? Maybe you have syntax errors caused by https://github.com/tmux/tmux/commit/f34ebfed7698