From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?ISO-8859-1?Q?Marc-Andr=E9_Lureau?=" Newsgroups: gmane.emacs.devel Subject: emacsclient unsuspend error (using -daemon) Date: Sun, 2 Nov 2008 23:41:18 +0200 Message-ID: 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: ger.gmane.org 1225662093 25003 80.91.229.12 (2 Nov 2008 21:41:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2008 21:41:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 02 22:42:35 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 1KwkiP-0006VD-K6 for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 22:42:33 +0100 Original-Received: from localhost ([127.0.0.1]:55411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwkhI-0000t2-N8 for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 16:41:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwkhF-0000sx-QV for emacs-devel@gnu.org; Sun, 02 Nov 2008 16:41:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwkhE-0000sl-BS for emacs-devel@gnu.org; Sun, 02 Nov 2008 16:41:21 -0500 Original-Received: from [199.232.76.173] (port=32966 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwkhE-0000sh-5N for emacs-devel@gnu.org; Sun, 02 Nov 2008 16:41:20 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.180]:64161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwkhD-000583-Qo for emacs-devel@gnu.org; Sun, 02 Nov 2008 16:41:19 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k40so1306360wah.26 for ; Sun, 02 Nov 2008 13:41:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/+xCa0IR9kXWlHWC3qgpXfYQFV9zajBbYYKBUgSuYw4=; b=ocR7HFeoMCmFPCEwiyP6CSSDo16Nr9EITXLWLfavsMb3hWFaIEpu/vuz7laUlcNrDs yhFw/CzHCd5sSL3/uRBl3SGsEMP7ZHY+u6oXdkcmzyyOav+tjDe0yJeNkWEQm+q22T1I dCuM3mCdo64U+WVe8zoU/WnfuM3BxW6IBfdKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=aJuSB64obqVSSWhJSNQveXC0VAw91ObVVISmJOYyEKz3+5XQfcBFv9/b+XL7addM9n gHnu04qLcUO5pS8+GxkD8saCjCwN0ptXPFsDfLe7W6JiA3HJTZe8soDjPII2glKQAJhZ U44Q0kyjk39FoiRQgQDR8thKoYbfu7WKdmvnQ= Original-Received: by 10.114.111.1 with SMTP id j1mr8917500wac.226.1225662078362; Sun, 02 Nov 2008 13:41:18 -0800 (PST) Original-Received: by 10.114.153.4 with HTTP; Sun, 2 Nov 2008 13:41:18 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105270 Archived-At: Hi! 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, ... I start each client with "emacsclient -t". Now I wish I could suspend it temporarily, with C-z. When using C-z (suspend-frame), it goes back to the shell. Unfortunately, "fg" fails: [1]+ Stopped emacsclient -t elmarco@pipo ~$ fg emacsclient -t .emacs *ERROR*: Invalid terminal device Thanks for your help, --=20 Marc-Andr=E9 Lureau