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: Tue, 08 Jul 2014 19:33:23 +1000 Message-ID: <877g3oi44c.fsf@gmail.com> References: <87bnt0qovn.fsf@gmail.com> <874mystfpl.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404839505 11744 80.91.229.3 (8 Jul 2014 17:11:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2014 17:11:45 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 19:11:38 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 1X4YvW-0001He-SU for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 19:11:34 +0200 Original-Received: from localhost ([::1]:56816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4YvW-0007wk-8J for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 13:11:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4RpV-00037S-Mo for emacs-devel@gnu.org; Tue, 08 Jul 2014 05:37:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4RpL-0000rb-8i for emacs-devel@gnu.org; Tue, 08 Jul 2014 05:36:53 -0400 Original-Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:64836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4RpL-0000rV-34 for emacs-devel@gnu.org; Tue, 08 Jul 2014 05:36:43 -0400 Original-Received: by mail-pa0-f51.google.com with SMTP id hz1so6986652pad.24 for ; Tue, 08 Jul 2014 02:36:42 -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=org+pFFKr8yLZ2ZKst8EqCBf5xJgI63Rj/Det3bd97o=; b=Bl54ka155HDADxO9+yj3NcHoprGgi0VB3YJlJ7DlpYLPHvmeW6czOsoCfWaSS0+C0D mhI65ec+2cy3KrrtztpOM7XvfgL30ZEEUBCkBFGyyEoop/+VxJy7kOeC10kOFQAEBOTv a56MTOGPqh5RLBDHv7lwpAUFeSIpZWUvhJ95nClthmjTGszZR0citXQrKddXZiOZESW/ B0HYgs3PpW1J2tbGCRY0yfrQHrTl/TD6xtDW570zVVydvQcYZJdLYL1SY2g9Vlt1G/H3 xJcM+BJhM+cNG6KJBEHO0mtZWAjNG30BG29zNBWLSx4IbEGotFRd7/VawIqWVjQrJtDy 0reg== X-Received: by 10.70.41.171 with SMTP id g11mr4297257pdl.16.1404812202070; Tue, 08 Jul 2014 02:36:42 -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 bh9sm21943849pdb.58.2014.07.08.02.36.40 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 08 Jul 2014 02:36:41 -0700 (PDT) In-reply-to: <874mystfpl.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::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:172902 Archived-At: Stephen J. Turnbull writes: > You should be able to close the frame with C-x 5 0 or via the window > manager. Huh. Well, in the past i've been using C-x C-c to quit the frame without quitting the server. i gather i must have been doing something else differently also .... In any case, i just tried C-x 5 0: that also quit both the frame and server. Alexis.