emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: groff version 1.18.1 and emacs]


From: Alan Shutko
Subject: Re: address@hidden: groff version 1.18.1 and emacs]
Date: Fri, 06 Dec 2002 19:13:49 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Werner LEMBERG <address@hidden> writes:

> It should be straightforward to add
>
>   (setenv "GROFF_NO_SGR" "1")

Something like

(let ((process-environment 
       (cons "GROFF_NO_SGR=1" process-environment)))

around the man call might be better.  If for some reason the user has
that variable set to something else within Emacs, you don't want to
overwrite it.

-- 
Alan Shutko <address@hidden> - In a variety of flavors!
"The dark man entered her, and he was cold." - The Stand




reply via email to

[Prev in Thread] Current Thread [Next in Thread]