From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: groff version 1.18.1 and emacs Date: Mon, 18 Nov 2002 21:02:15 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <7458-Mon18Nov2002210213+0200-eliz@is.elta.co.il> References: <20021118122632.A0D09B03B@moya.dnsalias.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037647275 6259 80.91.224.249 (18 Nov 2002 19:21:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2002 19:21:15 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18DrSL-0001cZ-00 for ; Mon, 18 Nov 2002 20:21:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DrTl-0003e5-00; Mon, 18 Nov 2002 14:22:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18DrBK-0004FY-00 for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2002 14:03:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18DrBH-0004FE-00 for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2002 14:03:37 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DrBG-0004F4-00 for bug-gnu-emacs@gnu.org; Mon, 18 Nov 2002 14:03:35 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-128-249.inter.net.il [213.8.128.249]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BYR15805; Mon, 18 Nov 2002 21:02:09 +0200 (IST) Original-To: lurwas@moya.dnsalias.net X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20021118122632.A0D09B03B@moya.dnsalias.net> (message from lurwas on Mon, 18 Nov 2002 13:26:32 +0100 (CET)) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3900 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3900 > From: lurwas > Date: Mon, 18 Nov 2002 13:26:32 +0100 (CET) > > groff version 1.18.1 gives wrongly formatted man-pages, thus not > letting emacs display escape sequences correctly. With earlier groff > versions, it works. Probably because Groff 1.18 produces SGR color escape sequences which the filter used by Emacs doesn't strip. A workaround would be to set the environment variable that disables the SGR escapes in Groff's output. This could be done in man.el, just before it runs `man' in the background. Sorry, I don't remember the name of the environment variable that does this, but I'm sure it's documented somewhere in the Groff manual.