From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bo Lin Newsgroups: gmane.emacs.devel Subject: Re: C-x C-c does nothing on frames created with "nowait" flag Date: Sun, 11 Jan 2009 19:32:42 +0800 Message-ID: <87eiza3wo5.fsf@unicorn.lan> 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 1231673626 3732 80.91.229.12 (11 Jan 2009 11:33:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2009 11:33:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 11 12:34:57 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 1LLyam-0001ug-LS for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2009 12:34:56 +0100 Original-Received: from localhost ([127.0.0.1]:52405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLyZU-00081W-5X for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2009 06:33:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLyZP-00080V-5v for emacs-devel@gnu.org; Sun, 11 Jan 2009 06:33:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLyZM-0007yv-U4 for emacs-devel@gnu.org; Sun, 11 Jan 2009 06:33:30 -0500 Original-Received: from [199.232.76.173] (port=45722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLyZM-0007yr-PL for emacs-devel@gnu.org; Sun, 11 Jan 2009 06:33:28 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:47291 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LLyZM-0004Jy-6S for emacs-devel@gnu.org; Sun, 11 Jan 2009 06:33:28 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LLyYn-0003Vp-0q for emacs-devel@gnu.org; Sun, 11 Jan 2009 11:33:23 +0000 Original-Received: from 210.73.1.55 ([210.73.1.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Jan 2009 11:32:53 +0000 Original-Received: from lbsmtp by 210.73.1.55 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Jan 2009 11:32:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 210.73.1.55 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:iDd3xIVbeiHQ4WLSWeQ+Hl5AS28= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107779 Archived-At: Ulrich Mueller writes: >>>>>> On Sun, 11 Jan 2009, Bo Lin wrote: > >> When connecting to a Emacs daemon using "emacsclient -n -c", >> pressing C-x C-c in the newly created frame does nothing. It does >> not exit Emacs, close the frame, or even give any visible feed-back, >> just nothing. That's quite surprising, and at first I thought Emacs >> has hanged. > > I had reported this last month already, but somehow the issue got lost. > > Ahh, I see. Sorry for the duplicate. >> I think it should at least give a message, > > ... or save buffers and delete the frame > Yes, that would obviously be better. I just wasn't sure whether that behavior was an oversight or intentionally made so for some obscure reason ;-)