unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Janitorial issues: Man-getpage-in-background
@ 2003-03-05 10:54 Kai Großjohann
  2003-03-06 19:29 ` Richard Stallman
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kai Großjohann @ 2003-03-05 10:54 UTC (permalink / raw)


The function Man-getpage-in-background uses two different ways to set
environment variables:

(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.)
-- 
A preposition is not a good thing to end a sentence with.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-03-12 11:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05 10:54 Janitorial issues: Man-getpage-in-background Kai Großjohann
2003-03-06 19:29 ` Richard Stallman
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

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).