From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: GROFF_NO_SGR when calling groff Date: Fri, 19 Mar 2004 21:02:41 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040319.210241.65905372.wl@gnu.org> References: <2914-Thu18Mar2004182628+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1079771840 26218 80.91.224.253 (20 Mar 2004 08:37:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Mar 2004 08:37:20 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 20 09:37:09 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4byf-0000lz-00 for ; Sat, 20 Mar 2004 09:37:09 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4byf-0007HL-00 for ; Sat, 20 Mar 2004 09:37:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4by8-0002BK-M2 for emacs-devel@quimby.gnus.org; Sat, 20 Mar 2004 03:36:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4bxZ-0002AR-Ez for emacs-devel@gnu.org; Sat, 20 Mar 2004 03:36:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4bqV-0001Mn-HG for emacs-devel@gnu.org; Sat, 20 Mar 2004 03:29:17 -0500 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4bpj-0000iS-Aj; Sat, 20 Mar 2004 03:27:55 -0500 Original-Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1B4bpe-000737-00; Sat, 20 Mar 2004 09:27:50 +0100 Original-Received: from [80.129.75.252] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1B4bpe-0005FN-00; Sat, 20 Mar 2004 09:27:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id i2JK2fT20640; Fri, 19 Mar 2004 21:02:41 +0100 Original-To: reiner.steib@gmx.de, 4.uce.03.r.s@nurfuerspam.de In-Reply-To: X-Mailer: Mew version 4.0.65 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:20637 gmane.emacs.bugs:7327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7327 > Wouldn't it make sense to _use_ the SGR control sequences by > applying `ansi-color-apply-on-region' (from `ansi-color.el') on the > output buffer instead of suppressing them? Yes. I've suggested this already, but my lisp knowledge (and my available time) is too limited to do it by myself, and AFAIK nobody has fixed it yet. Volunteers welcome. Werner