From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: Possible bug when running with --daemon on 24.3.92.3? Date: Wed, 09 Jul 2014 11:11:32 +1000 Message-ID: <874myrcoxb.fsf@gmail.com> References: <87bnt0qovn.fsf@gmail.com> <874mystfpl.fsf@uwakimon.sk.tsukuba.ac.jp> <877g3oi44c.fsf@gmail.com> <8738ebzrnq.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404868597 9746 80.91.229.3 (9 Jul 2014 01:16:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2014 01:16:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 09 03:16:30 2014 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 1X4gUo-0000KH-8Y for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2014 03:16:30 +0200 Original-Received: from localhost ([::1]:58468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4gUn-0004kL-QK for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 21:16:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4gUc-0004iI-BA for emacs-devel@gnu.org; Tue, 08 Jul 2014 21:16:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4gUT-0007aA-A3 for emacs-devel@gnu.org; Tue, 08 Jul 2014 21:16:18 -0400 Original-Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:53945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4gUT-0007a6-0Y for emacs-devel@gnu.org; Tue, 08 Jul 2014 21:16:09 -0400 Original-Received: by mail-pd0-f179.google.com with SMTP id w10so8004759pde.24 for ; Tue, 08 Jul 2014 18:16:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=RIumTi8GJiSqUWMVDSeVd1BlitBKZEQ5PWn5LlQYM+8=; b=FXJFkotENFENyBYNPAEozoJvJbjfTQoX7EDIXIRmDfOklEly16PKqUA9JICx2zE+6q uIq/QKTZHc8BgQmIt72KOrwRQ9d9yLaQeYI5tgG5v58haNzMTvcGehMjTEXcDowA8WtY vCL9PmNqc5mwd7tb5MGEooah1SYAXGAcClrEppsCaAkVbHIAjImv+Q7YxeqP84GelSjj IURr1xvwN0fzfwK+nfnkVa8hhd2Wi9lNjdC3HDCpFNeq/i/BG7SUz0oWqPUPI1kQkZPE eMG3L+0QoKR1b/h7FOZhak5QqcTJzXei/Q5p8DS7f3EM5TctIVAopTN1wCjGVFHGA4kG xk6Q== X-Received: by 10.70.126.130 with SMTP id my2mr8442156pdb.124.1404868568195; Tue, 08 Jul 2014 18:16:08 -0700 (PDT) Original-Received: from localhost (ppp118-209-35-177.lns20.mel4.internode.on.net. [118.209.35.177]) by mx.google.com with ESMTPSA id cz3sm57082511pbc.9.2014.07.08.18.16.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 08 Jul 2014 18:16:07 -0700 (PDT) In-reply-to: <8738ebzrnq.fsf@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::233 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:172905 Archived-At: David Kastrup writes: > Sure that it did not _quit_ the frame and _crash_ the server? I seem > to remember that only some basic toolkits (like Lucid) were capable of > detaching reliably from a graphic terminal. Fair point. i'd only tried C-x C-c with multiple toolkits, not C-x 5 0. So i've just done some testing which uses both approaches. Each time Emacs was run with `emacs -q --daemon`, followed by `emacsclient -c`. --with-x-toolkit=lucid C-x 5 0: no server C-x C-c: no server --with-x-toolkit=gtk2 C-x 5 0: no server C-x C-c: no server --with-x-toolkit=gtk3 C-x 5 0: no server C-x C-c: no server Alexis.