X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=RHWLrzkIGGwWqqp8an7wI4lWQPY9H vUTSRERyFWjW8WzwSRFDyHb+fxubIgaxOGxx/aCP6R4Szyf0VnCePoXGOTh6vOaB kYkeyGOjUjqPxhz2O4cPLxWaUNKbKSXxBL+SJ1RXWROipPTCY5nqBtrer4IGJ7Ig k4aHqxa6hy1zNQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=89PuOolE8SCsjgX2rAvbjWmyG5E=; b=JuA v1tkymc40SXx83FhWYkMOJp2hP0Pm7dESFXuYDoxl+YxJeJX0LFjz76n/72euIFM /SuzhIVs6m8etGRT0Y5Fk25ko4vs7iDiI5nuVXau6uNfxIZD97hR/zxWAubVB22y LHqreFRRL9Qbtu9TLMs3iI/L0B2GZ0thrIqKXCaA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f193.google.com MIME-Version: 1.0 X-Received: by 10.229.57.129 with SMTP id c1mr2805203qch.7.1400045263935; Tue, 13 May 2014 22:27:43 -0700 (PDT) Date: Wed, 14 May 2014 13:27:43 +0800 Message-ID: Subject: Emacs daemon exit with clients From: Arthur Tu To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes I installed the latest 24.4 pretest version. I didn't do experiments on v24.3 on cygwin. $ emacs --version GNU Emacs 24.3.90.1 Problem reproduced by these steps: 1. "emacs -q --daemon" to open a daemon 2. "emacsclient -c" to open a client 3. "Ctrl+x Ctrl+c" in client window to kill the client 4. "emacsclient -c" open another client successfully 5. "Ctrl+x Ctrl+c" in client window to kill the client again 6. "emacsclient -c" the server is not there any more, client won't start However, on debian(testing) with emacs24.3.1, I can perform step 2 and step 3 as many times as I like. The server won't shutdown without commands. Also, I replace "emacsclient -c" with "emacsclient -c test" and "Ctrl+x Ctrl+c" with "Ctrl+x #" respectively, and observe the same behavior. Is this a bug? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple