From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Post-22.1 development? Date: Wed, 13 Jun 2007 22:57:14 +0200 Message-ID: <87abv3tv8w.fsf@gmx.de> References: <878xb05ras.fsf@stupidchicken.com> <200706101559.l5AFxBFb006829@oogie-boogie.ics.uci.edu> <86fy4yg62v.fsf@lola.quinscape.zz> <466ED07F.9000002@gnu.org> <85fy4wx1tb.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181769124 18713 80.91.229.12 (13 Jun 2007 21:12:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 21:12:04 +0000 (UTC) Cc: jasonr@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 23:12:02 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hya8E-000672-26 for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 23:11:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hya8D-0000Ap-HY for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 17:11:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hya87-000068-DN for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:11:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hya85-0008VW-EJ for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:11:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hya85-0008Ue-1g for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:11:49 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hya83-0007pp-TK for emacs-devel@gnu.org; Wed, 13 Jun 2007 17:11:48 -0400 Original-Received: (qmail invoked by alias); 13 Jun 2007 21:11:46 -0000 Original-Received: from p57A20BA0.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.11.160] by mail.gmx.net (mp036) with SMTP; 13 Jun 2007 23:11:46 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX193gWo0GYh3qWg10pSBvk7MRBvNTp02Pl7aqCiRyJ w8A/9gUNfteHk7 In-Reply-To: (Richard Stallman's message of "Wed, 13 Jun 2007 12:21:59 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72812 Archived-At: Richard Stallman writes: > Does someone have another idea for a way to avoid the need > to change the programs that operate on the environment? I fear it is even more complex. Processes running on remote hosts (started by process-file, for example) would need a different process environment but the one inherited from the local host. This is an item being on my wish list for a long time. Best regards, Michael.