X-Spam-Check-By: sourceware.org
Message-ID: <456CE95D.10007@cwilson.fastmail.fm>
Date: Tue, 28 Nov 2006 20:58:53 -0500
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Thunderbird 1.5.0.8 (Windows/20061025)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: 1.5.22: Man pages show escape codes
References: <BAY12-F24B8F40AA124E4AD96E7F0BFE50@phx.gbl>
In-Reply-To: <BAY12-F24B8F40AA124E4AD96E7F0BFE50@phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Joe Asdf wrote:

> If anyone has any ideas or suggestions for fixing this, I'd appreciate 
> it!  Attached is the output from cygcheck.

I ran into this problem today, too -- I'm not sure what changed (updated 
man package?), but I've long had the following in my ~/.bashrc:

export PAGER=less

It seems that now, this environment variable overrides the setting in 
/usr/share/misc/man.conf:

PAGER=less -isrR

I fixed the problem by (1) leaving the PAGER setting in ~/.bashrc, but 
(2) ALSO setting MANPAGER in ~/.bashrc

export MANPAGER='less -isrR'

--
Chuck

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

