From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.multi-tty,gmane.emacs.devel Subject: Re: Emacs routinely gets stuck in single_kboard mode Date: Sun, 11 Jul 2004 19:23:45 -0400 Sender: multi-tty-bounces@lists.fnord.hu Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089588261 26634 80.91.224.253 (11 Jul 2004 23:24:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jul 2004 23:24:21 +0000 (UTC) Cc: multi-tty@lists.fnord.hu, emacs-devel@gnu.org Original-X-From: multi-tty-bounces@lists.fnord.hu Mon Jul 12 01:24:08 2004 Return-path: Original-Received: from ninsei.hu ([212.92.23.158] helo=chatsubo.ninsei.hu) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bjnfw-0005BW-00 for ; Mon, 12 Jul 2004 01:24:08 +0200 Original-Received: from [127.0.0.1] (nixon [127.0.0.1]) by chatsubo.ninsei.hu (Postfix) with ESMTP id CE1BF1AC91; Mon, 12 Jul 2004 01:23:54 +0200 (CEST) Original-Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by chatsubo.ninsei.hu (Postfix) with ESMTP id AD3EB1AC8C for ; Mon, 12 Jul 2004 01:23:50 +0200 (CEST) Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bjnfd-0008Om-L2; Sun, 11 Jul 2004 19:23:45 -0400 Original-To: lorentey@elte.hu (=?iso-8859-2?Q?L=F5rentey_K=E1roly?=) In-reply-to: X-BeenThere: multi-tty@lists.fnord.hu X-Mailman-Version: 2.1.4 Precedence: list List-Id: Discussions of multiple tty support in Emacs List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: multi-tty-bounces@lists.fnord.hu Xref: main.gmane.org gmane.emacs.multi-tty:21 gmane.emacs.devel:25596 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25596 After I delete the frame that has the recursive-edit running, Emacs has only a single locked frame, with no way to unlock it, unless the Emacs server was started earlier. Killing the sole frame on a certain display should exit single_kboard mode if it is enabled on tht display. Would someone like to implement that?