From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kelvin White Newsgroups: gmane.emacs.devel Subject: Re: Possible bug when running with --daemon on 24.3.92.3? Date: Wed, 09 Jul 2014 08:12:38 -0400 Message-ID: <87wqbmpw7d.wl%kwhite@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1404987361 29363 80.91.229.3 (10 Jul 2014 10:16:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 10:16:01 +0000 (UTC) Cc: Alexis , emacs-devel To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 12:15:55 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 1X5BOH-0005wx-R2 for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 12:15:49 +0200 Original-Received: from localhost ([::1]:36841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5BOG-0005Vf-Li for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 06:15:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4qkC-00060x-WA for emacs-devel@gnu.org; Wed, 09 Jul 2014 08:13:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4qkB-000689-Ty for emacs-devel@gnu.org; Wed, 09 Jul 2014 08:13:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4qkB-000682-Qd for emacs-devel@gnu.org; Wed, 09 Jul 2014 08:13:03 -0400 Original-Received: from [2600:3c02::f03c:91ff:fe73:3fa6] (port=46895 helo=localhost.gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1X4qkB-0002F6-0U; Wed, 09 Jul 2014 08:13:03 -0400 In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) 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:172928 Archived-At: > In principle, the client simply sends a message to the server to open > a window for you, then exits. (I forget what can happen in case of a > TTY client -- it may have to remain to keep a pipe open, but that's > all it does. The principle is the same: you're editing in the server, > not in the client.) I.e., C-x C-c is supposed to shut down the server > process. I use emacsclient -t to connect to emacs server and C-x C-c has the same behavior as C-x 5 0. close the client in the terminal, but does not kill the server.