unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Janitorial issues: Man-getpage-in-background
Date: Thu, 06 Mar 2003 14:29:52 -0500	[thread overview]
Message-ID: <E18r13w-0002cE-00@fencepost.gnu.org> (raw)
In-Reply-To: <84of4qdqxt.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de)

    (a) (let ((process-environment (copy-sequence process-environment)))
	  (setenv "FOO" "bar")
	  ...)

    (b) (let ((process-environment (cons "FOO=bar" process-environment)))
	  ...)

    It looks really strange to see them both in the same function...

    Okay to unify?  (I'd choose (a) unless there are objections.)

Ok.

  reply	other threads:[~2003-03-06 19:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05 10:54 Janitorial issues: Man-getpage-in-background Kai Großjohann
2003-03-06 19:29 ` Richard Stallman [this message]
2003-03-06 19:57 ` Kevin Rodgers
2003-03-07 17:53   ` Kai Großjohann
2003-03-08 23:03     ` Richard Stallman
2003-03-09 13:46       ` Kai Großjohann
2003-03-11 18:25     ` Stefan Monnier
2003-03-12 11:57       ` Kai Großjohann
2003-03-10 17:40 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E18r13w-0002cE-00@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).