From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: problem with GROFF_NO_SGR Date: Thu, 26 Dec 2002 04:58:37 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20021226.045837.59481635.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1040875661 29340 80.91.224.249 (26 Dec 2002 04:07:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Dec 2002 04:07:41 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18RPJ6-0007d6-00 for ; Thu, 26 Dec 2002 05:07:40 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18RPNS-00006Y-00 for ; Thu, 26 Dec 2002 05:12:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18RPIh-0007CC-01 for emacs-devel@quimby.gnus.org; Wed, 25 Dec 2002 23:07:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18RPIM-00077i-00 for emacs-devel@gnu.org; Wed, 25 Dec 2002 23:06:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18RPIK-00073n-00 for emacs-devel@gnu.org; Wed, 25 Dec 2002 23:06:53 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.183]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18RPIK-00072T-00 for emacs-devel@gnu.org; Wed, 25 Dec 2002 23:06:52 -0500 Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18RPIJ-0007yZ-00 for emacs-devel@gnu.org; Thu, 26 Dec 2002 05:06:51 +0100 Original-Received: from [212.152.233.33] (helo=orion.local) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18RPII-0006Ji-00 for emacs-devel@gnu.org; Thu, 26 Dec 2002 05:06:51 +0100 Original-Received: from localhost (localhost [127.0.0.1])gBQ3wbL14656 for ; Thu, 26 Dec 2002 04:58:37 +0100 Original-To: emacs-devel@gnu.org X-Mailer: Mew version 3.1.50 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10348 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10348 Richard, thanks for adding GROFF_NO_SGR to man.el -- unfortunately, it still doesn't work. If I use `setenv GROFF_NO_SGR=1' everything is OK. It seems that the man process (or man's subprocess which calls groff or groff's subprocess which calls grotty) doesn't receive this environment variable. Werner