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: Finishing ssh session with "emacsclient -t" kills emacs daemon Date: Thu, 15 Aug 2013 16:48:28 -0400 Message-ID: References: <87bo50e92f.fsf@fimbulvetr.bsc.es> <874nar9tci.fsf@fimbulvetr.bsc.es> <87txir8e7f.fsf@fimbulvetr.bsc.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1376599800 25171 80.91.229.3 (15 Aug 2013 20:50:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2013 20:50:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 15 22:50:03 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VA4Ub-0001FP-Sx for ged-emacs-devel@m.gmane.org; Thu, 15 Aug 2013 22:50:02 +0200 Original-Received: from localhost ([::1]:55469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA4Ub-0007Rn-6k for ged-emacs-devel@m.gmane.org; Thu, 15 Aug 2013 16:50:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA4T9-00053D-Hi for emacs-devel@gnu.org; Thu, 15 Aug 2013 16:48:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VA4T7-0007IS-7h for emacs-devel@gnu.org; Thu, 15 Aug 2013 16:48:31 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA4T7-0007IN-5a for emacs-devel@gnu.org; Thu, 15 Aug 2013 16:48:29 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VA4T6-0000Xi-Q1 for emacs-devel@gnu.org; Thu, 15 Aug 2013 16:48:28 -0400 In-Reply-To: <87txir8e7f.fsf@fimbulvetr.bsc.es> (=?utf-8?Q?=22Llu=C3=ADs?= =?utf-8?Q?=22's?= message of "Thu, 15 Aug 2013 13:01:56 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162791 Archived-At: Llu=C3=ADs writes: > Llu=C3=ADs writes: > >> Dan Nicolaescu writes: >>> Llu=C3=ADs writes: >>>> I'd like to keep a daemon running on a server: >>>>=20 >>>> ssh server "nohup emacs --daemon" > >>> Is this emacs compiled with the Gtk+ toolkit?=20 > >> Yes it is. > > I just realized that the emacs-lucid package does not have this problem. = Is this > supposed to behave like this? emacs --daemon=20 should print a warning about the Gtk+ version having a problem.=20=20 The problem is a long standing Gtk+ bug.