Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <5.1.1.5.2.20030104233214.00adfb38@mail.earthlink.net> X-Sender: jeremyhetzler AT mail DOT earthlink DOT net Date: Sat, 04 Jan 2003 23:34:40 -0800 To: cygwin AT cygwin DOT com From: Jeremy Hetzler Subject: Re: perl error messages with cygwin 1.3.18-1 In-Reply-To: <3E141C7B.3060605@atrixnet.com> References: <20030102163808 DOT A3730 AT ms> <20030102163808 DOT A3730 AT ms> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed At 05:03 AM 1/2/2003 -0600, Tommy Butler wrote: >Greg Matheson wrote: >Further, perldoc.exe isn't rendering pages correctly since 5.8 either. For >example, "$ perldoc UNIVERSAL" produces the following when run from cygwin >bash >(quoted text snippet indented 3 spaces.) > > > ESC[1mNAMEESC[0m > UNIVERSAL - base class for ALL classes (blessed references) > > ESC[1mSYNOPSISESC[0m > $io = $fd->isa("IO::Handle"); > $sub = $obj->can('print'); > > $yes = UNIVERSAL::isa($ref, "HASH"); > > > ESC[1mDESCRIPTIONESC[0m > "UNIVERSAL" is the base class which all bless references will > inherit > from, see the perlobj manpage >... > >Seems like escapes are getting printed out wrong... Using man to read the >perldocs works just fine though. Hope this gets fixed somehow (if it is a bug >indeed and not specific to my system.) I'm also looking forward to using >podchecker in 5.8, which recognizes =header3 command paragraphs in PODs! There was a recent change to less that produced this behavior. Try adding the -R switch to $LESS. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/