From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: man + ansi colors Date: Sun, 03 Aug 2003 20:09:08 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030801.230421.74746042.wl@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: main.gmane.org 1059958080 9727 80.91.224.253 (4 Aug 2003 00:48:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2003 00:48:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Aug 04 02:48:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jTWJ-0008QP-00 for ; Mon, 04 Aug 2003 02:48:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19jTaB-0005Y6-00 for ; Mon, 04 Aug 2003 02:52:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jTMj-0003tA-UK for emacs-devel@quimby.gnus.org; Sun, 03 Aug 2003 20:38:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19jSxE-0008PW-9Q for emacs-devel@gnu.org; Sun, 03 Aug 2003 20:12:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19jSvG-0007Vg-F7 for emacs-devel@gnu.org; Sun, 03 Aug 2003 20:10:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jSus-0007Iz-3i for emacs-devel@gnu.org; Sun, 03 Aug 2003 20:09:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19jSuS-0005Aa-6k; Sun, 03 Aug 2003 20:09:08 -0400 Original-To: Werner LEMBERG In-reply-to: <20030801.230421.74746042.wl@gnu.org> (message from Werner LEMBERG on Fri, 01 Aug 2003 23:04:21 +0200 (CEST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15797 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15797 Looking into ansi-color.el I can see a function ansi-color-apply-on-region. Isn't it possible to add this to man.el instead of setting GROFF_NO_SGR so that colors can be displayed properly? It seems like a reasonable idea. Want to try it out?