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:18:10 -0700 Message-ID: <200705132118.l4DLIA56021222@oogie-boogie.ics.uci.edu> References: <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> <85lkfsh2xm.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 1179091235 7696 80.91.229.12 (13 May 2007 21:20:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 21:20:35 +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:20:33 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 1HnLUT-0000oV-3D for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 23:20:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnLc9-0000xM-9z for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 17:28:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HnLc5-0000vp-VC for emacs-devel@gnu.org; Sun, 13 May 2007 17:28:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HnLc4-0000vd-Ju for emacs-devel@gnu.org; Sun, 13 May 2007 17:28:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnLc4-0000va-Az for emacs-devel@gnu.org; Sun, 13 May 2007 17:28:20 -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 1HnLUM-0003rE-Gd; Sun, 13 May 2007 17:20:22 -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 l4DLIA56021222; Sun, 13 May 2007 14:18:10 -0700 (PDT) In-Reply-To: <85lkfsh2xm.fsf@lola.goethe.zz> (David Kastrup's message of "Sun\, 13 May 2007 22\:41\:09 +0200") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_62 0.60) 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:70987 Archived-At: David Kastrup writes: > So one of the differences appears to be that the tty session has > TERMCAP information. Most likely irrelevant, you are probably using terminfo if you are on a GNU/Linux system. > Add to this that I don't seem to have emacsclient passing the PATH > variable to the sessions it initiates, and it seems like the missing > individual environment from the text tty is causing my problems to > have emacsclient -t work. > > It is curious that emacsclient will only sometimes complain but always > exit immediately. > > Any ideas how to debug? Try deleting everything in your .emacs that deals with frames, changes frame parameters, etc. I'd guess that the make-frame-on-tty call in server.el fails for some reason.