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 06:34:22 -0800 (PST) Message-ID: <200811031434.mA3EYMab001644@mothra.ics.uci.edu> References: 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 1225722898 14793 80.91.229.12 (3 Nov 2008 14:34:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 14:34:58 +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 15:35:59 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 1Kx0X2-0005UG-Dc for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 15:35:52 +0100 Original-Received: from localhost ([127.0.0.1]:43425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx0Vv-0001qS-KU for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 09:34:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx0Vr-0001qN-Kf for emacs-devel@gnu.org; Mon, 03 Nov 2008 09:34:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx0Vn-0001l5-Jm for emacs-devel@gnu.org; Mon, 03 Nov 2008 09:34:38 -0500 Original-Received: from [199.232.76.173] (port=59136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx0Vn-0001kf-DB for emacs-devel@gnu.org; Mon, 03 Nov 2008 09:34:35 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:34170) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Kx0Vm-0007fF-LK for emacs-devel@gnu.org; Mon, 03 Nov 2008 09:34:35 -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 mA3EYMML010614; Mon, 3 Nov 2008 06:34:22 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mA3EYMab001644; Mon, 3 Nov 2008 06:34:22 -0800 (PST) In-Reply-To: (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Sun, 2 Nov 2008 23:41:18 +0200") Original-Lines: 30 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mA3EYMML010614 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:105298 Archived-At: "Marc-Andr=C3=A9 Lureau" writes: > Hi! >=20 > I started using "emacs -daemon", which, I must say first is *great*. I > couldn't grasp the old emacs server configuration, and the modified > bindings to close the client, ... >=20 > I start each client with "emacsclient -t". Now I wish I could suspend > it temporarily, with C-z. >=20 > When using C-z (suspend-frame), it goes back to the shell. >=20 > Unfortunately, "fg" fails: >=20 > [1]+ Stopped emacsclient -t > elmarco@pipo ~$ fg > emacsclient -t .emacs > *ERROR*: Invalid terminal device >=20 > Thanks for your help, 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 HEAD. Also please post a description step by step of what you do to get this behavior, starting with: emacs -Q --daemon Thanks