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: emacsclient unsuspend error (using -daemon) Date: Mon, 3 Nov 2008 14:31:29 -0800 (PST) Message-ID: <200811032231.mA3MVTob003715@mothra.ics.uci.edu> References: <200811031434.mA3EYMab001644@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1225751536 19746 80.91.229.12 (3 Nov 2008 22:32:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 22:32:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Marc-Andr=C3=A9_Lureau?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 23:33:17 2008 connect(): Connection refused 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 1Kx7z1-0006j1-Ki for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 23:33:16 +0100 Original-Received: from localhost ([127.0.0.1]:43904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx7xu-0006xz-SN for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 17:32:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx7xe-0006tG-LK for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx7xd-0006sp-UB for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:50 -0500 Original-Received: from [199.232.76.173] (port=38300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx7xd-0006sk-J6 for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:49 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:52981) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Kx7xd-0000XN-3o for emacs-devel@gnu.org; Mon, 03 Nov 2008 17:31:49 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mA3MVUmv026751; Mon, 3 Nov 2008 14:31:34 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mA3MVTob003715; Mon, 3 Nov 2008 14:31:29 -0800 (PST) In-Reply-To: (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Tue, 4 Nov 2008 00:10:55 +0200") Original-Lines: 48 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mA3MVUmv026751 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-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:105317 Archived-At: "Marc-Andr=C3=A9 Lureau" writes: > Hi >=20 > On Mon, Nov 3, 2008 at 4:34 PM, Dan Nicolaescu wrote: > > "Marc-Andr=C3=A9 Lureau" writes: > > > > > > [1]+ Stopped emacsclient -t > > > elmarco@pipo ~$ fg > > > emacsclient -t .emacs > > > *ERROR*: Invalid terminal device > > > > You did not say how old your version of emacs was, and what OS version > > and machine you tried this on. The best would be to try with CVS HEA= D. > > >=20 > Oups, sorry: > GNU Emacs 23.0.60.1, compiled yesterday (from git clone) OS? > > Also please post a description step by step of what you do to get this > > behavior, starting with: > > emacs -Q --daemon >=20 > elmarco@pipo ~/git/emacs (master)$ emacs-snapshot -Q -daemon Are you sure that this "emacs-snapshot" that you are running here is the same as the one you compiled yesterday? By default emacs does not create anything called emacs-snapshot... > ("emacs-snapshot" "-Q") > For information about GNU Emacs and the GNU system, type C-h C-a. > elmarco@pipo ~/git/emacs (master)$ emacsclient -t Please run emacsclient from lib-src/emacsclient to make sure the correct version is used. > [1]+ Stopped emacsclient -t > elmarco@pipo ~/git/emacs (master)$ fg > emacsclient -t > *ERROR*: Invalid terminal device What terminal emulator are you using? Can you try to attach with gdb to emacsclient and see where the error is coming from? I can't reproduce this here, and more I suspend/resume emacsclient many times a day...