From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Janitorial issues: Man-getpage-in-background Date: Sun, 09 Mar 2003 14:46:27 +0100 Organization: University of Duisburg, Germany Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <84of4ky7nw.fsf@lucy.is.informatik.uni-duisburg.de> References: <84of4qdqxt.fsf@lucy.is.informatik.uni-duisburg.de> <8465qvoyfk.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047217622 26649 80.91.224.249 (9 Mar 2003 13:47:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2003 13:47:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 09 14:47:00 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18s18m-0006vM-00 for ; Sun, 09 Mar 2003 14:47:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18s1UZ-0005qR-00 for ; Sun, 09 Mar 2003 15:09:31 +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 18s191-00043q-03 for emacs-devel@quimby.gnus.org; Sun, 09 Mar 2003 08:47:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18s18Y-0003e5-00 for emacs-devel@gnu.org; Sun, 09 Mar 2003 08:46:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18s18U-0003Y8-00 for emacs-devel@gnu.org; Sun, 09 Mar 2003 08:46:43 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18s18Q-0003Jz-00 for emacs-devel@gnu.org; Sun, 09 Mar 2003 08:46:38 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18s17o-0006sp-00 for ; Sun, 09 Mar 2003 14:46:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18s17n-0006sg-00 for ; Sun, 09 Mar 2003 14:45:59 +0100 Original-Lines: 17 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:OX8w5XmqrAITnDqyzaB//S/KQj4= 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:12193 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12193 Richard Stallman writes: > > On the basis of unnecessary cons'ing. > > I doubt the amount of consing is significant enough > *in this context* to be an important factor in the decision. OK. I've now used (setenv "GROFF_NO_SGR" "1") instead of let-binding process-environment. This brings up a new question: GROFF_NO_SGR is only set when call-process is used to start man, it is not set when start-process is used. Is this intentional? -- A preposition is not a good thing to end a sentence with.