From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Breitenlohner Newsgroups: gmane.emacs.bugs Subject: Re: Menu: Help -> Manuals -> Read Man Page... problem Date: Thu, 18 Mar 2004 17:04:57 +0100 (CET) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <200403170956.i2H9uaPf029906@pcl321.mppmu.mpg.de> <7704-Wed17Mar2004210116+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1079626423 7711 80.91.224.253 (18 Mar 2004 16:13:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Mar 2004 16:13:43 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 18 17:13:38 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B409J-000108-01 for ; Thu, 18 Mar 2004 17:13:37 +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 1B4094-0004SH-CM for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Mar 2004 11:13:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4091-0004Re-Hy for bug-gnu-emacs@gnu.org; Thu, 18 Mar 2004 11:13:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B408V-0004M8-G1 for bug-gnu-emacs@gnu.org; Thu, 18 Mar 2004 11:13:18 -0500 Original-Received: from [134.107.24.11] (helo=mail.mppmu.mpg.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4010-00030m-47 for bug-gnu-emacs@gnu.org; Thu, 18 Mar 2004 11:05:02 -0500 Original-Received: by mail.mppmu.mpg.de (Postfix, from userid 1111) id 6FE70BE4C; Thu, 18 Mar 2004 17:04:57 +0100 (CET) Original-Received: from pcl321.mppmu.mpg.de (pcl321.mppmu.mpg.de [134.107.3.54]) by mail.mppmu.mpg.de (Postfix) with ESMTP id 64CE4BD9E; Thu, 18 Mar 2004 17:04:57 +0100 (CET) Original-Received: from pcl321.mppmu.mpg.de (localhost [127.0.0.1]) by pcl321.mppmu.mpg.de (8.12.9/8.12.9) with ESMTP id i2IG4v5p020507; Thu, 18 Mar 2004 17:04:57 +0100 Original-Received: from localhost (peb@localhost) by pcl321.mppmu.mpg.de (8.12.9/8.12.9/Submit) with ESMTP id i2IG4v92020504; Thu, 18 Mar 2004 17:04:57 +0100 X-Authentication-Warning: pcl321.mppmu.mpg.de: peb owned process doing -bs Original-To: Reiner Steib In-Reply-To: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7312 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7312 On Thu, 18 Mar 2004, Reiner Steib wrote: > On Thu, Mar 18 2004, Peter Breitenlohner wrote: > > > On Wed, 17 Mar 2004, Eli Zaretskii wrote: > [...] > >> Current Emacs development sources already set GROFF_NO_SGR=1 when they > >> run `man'. > [...] > > Is this built into the emacs binary or just in the one place I found: > > line 61 of emacs-21.3/lisp/gnus/gnus-uu.el? > > I think the correct place is `lisp/man.el'. You can apply the > following patch. If it works (I cannot check myself), can someone > apply this patch to the EMACS_21_1_RC branch, please? Hi Reiner, just patched `lisp/man.el', recompiled `lisp/man.elc' and everything works fine. Thanks a lot. Peter Breitenlohner