From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: C-x C-c does nothing on frames created with "nowait" flag Date: Sun, 11 Jan 2009 10:57:24 -0500 Message-ID: <87ljthdee3.fsf@cyd.mit.edu> References: <87r63a430u.fsf@unicorn.lan> <18793.51608.806961.200196@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231689450 17221 80.91.229.12 (11 Jan 2009 15:57:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2009 15:57:30 +0000 (UTC) Cc: Bo Lin , Ulrich Mueller , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 11 16:58:41 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LM2hz-0005Pg-OK for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2009 16:58:40 +0100 Original-Received: from localhost ([127.0.0.1]:53764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LM2gh-0008Dg-Hx for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2009 10:57:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LM2gc-0008C4-8f for emacs-devel@gnu.org; Sun, 11 Jan 2009 10:57:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LM2ga-0008Au-Pq for emacs-devel@gnu.org; Sun, 11 Jan 2009 10:57:13 -0500 Original-Received: from [199.232.76.173] (port=36833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LM2ga-0008Am-NB for emacs-devel@gnu.org; Sun, 11 Jan 2009 10:57:12 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:44267) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LM2gY-0006rq-Hn for emacs-devel@gnu.org; Sun, 11 Jan 2009 10:57:10 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 06B3757E18A; Sun, 11 Jan 2009 10:57:24 -0500 (EST) In-Reply-To: (Stefan Monnier's message of "Sun, 11 Jan 2009 09:54:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107786 Archived-At: Stefan Monnier writes: > Any idea why this patch hasn't been installed yet? One problem with the patch is that it raises an error if the nowait emacsclient frame is the last frame alive. I guess the right thing to do in that situation is for C-x C-c to call save-buffers-kill-emacs. I'll check in an appropriate fix shortly.