From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Multi-tty design (Re: Reordering etc/NEWS) Date: Sun, 13 May 2007 14:05:44 -0700 Message-ID: <200705132105.l4DL5i6J020996@oogie-boogie.ics.uci.edu> References: <4642C8C9.5050804@gnu.org> <86tzul15ky.fsf@lola.quinscape.zz> <4642E388.9010503@gnu.org> <86odktypii.fsf@lola.quinscape.zz> <86k5vhyoo8.fsf@lola.quinscape.zz> <4644FBFC.6090903@lorentey.hu> <85ejlmh402.fsf@lola.goethe.zz> <4645AE8D.8080004@lorentey.hu> <85r6pmcgj2.fsf@lola.goethe.zz> <4645F78F.9070406@lorentey.hu> <85y7jtc41t.fsf@lola.goethe.zz> <4646F1C6.4020709@lorentey.hu> <851whkrioc.fsf@lola.goethe.zz> <85hcqg4qxs.fsf@lola.goethe.zz> <85d5144p78.fsf@lola.goethe.zz> <200705131822.l4DIMtXt019128@oogie-boogie.ics.uci.edu> <85abw8o51q.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1179090512 4017 80.91.229.12 (13 May 2007 21:08:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 21:08:32 +0000 (UTC) Cc: Andreas Schwab , =?utf-8?Q?K=C3=A1roly_L=C5=91rentey?= , joakim@verona.se, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 13 23:08:30 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 1HnLIp-0007Qa-TZ for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 23:08:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnLQW-0003t5-1K for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 17:16:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnLQR-0003sA-TA for emacs-devel@gnu.org; Sun, 13 May 2007 17:16:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnLQR-0003rk-4i for emacs-devel@gnu.org; Sun, 13 May 2007 17:16:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnLQQ-0003rf-Nw for emacs-devel@gnu.org; Sun, 13 May 2007 17:16:18 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HnLIi-0002g8-Ov; Sun, 13 May 2007 17:08:21 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l4DL5i6J020996; Sun, 13 May 2007 14:05:44 -0700 (PDT) In-Reply-To: <85abw8o51q.fsf@lola.goethe.zz> (David Kastrup's message of "Sun\, 13 May 2007 22\:13\:37 +0200") Original-Lines: 26 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:70985 Archived-At: David Kastrup writes: > Dan Nicolaescu writes: >=20 > > Can you please send a proper bug report starting from emacs -Q that > > shows what exactly are you doing? Please include what system are you > > using, what toolkit are you using, etc etc. >=20 > Looks like the effects on Athena and Gtk+ are similar. However, at > least from emacs -Q (and using M-x server-start) I can get a tty > session to start with emacsclient. I can't with my full session, so > I'll need to experiment around with the details. > > Either way, even when using emacs -Q, a setenv of PATH to a different > value in the Emacs started from the GNOME taskbar will be visible in a > subsequently initiated emacsclient session, whether on the tty or > under X. Can you please explain what exactly are you trying to accomplish and how are you trying to accomplish it?=20=20 The main reason the environment variables are sent from emacsclient to the server is to initialize the terminal correctly: you can have a terminal frame in an xterm and at the same time one in a vt100 terminal and they both work as expected. K=E1roly might correct me if I am wrong, but I don't think PATH has been considered too much...