From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Dr. Werner Fink" Newsgroups: gmane.emacs.bugs Subject: bug#4970: 23.1; Emacs Gtk running nuts Date: Mon, 23 Nov 2009 14:44:06 +0100 Message-ID: <20091123134406.GA13955@boole.suse.de> Reply-To: "Dr. Werner Fink" , 4970@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1258985310 19361 80.91.229.12 (23 Nov 2009 14:08:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 14:08:30 +0000 (UTC) Cc: 4970@emacsbugs.donarmstrong.com To: dann@ics.uci.edu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 23 15:08:23 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NCZaT-0003XP-S8 for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Nov 2009 15:08:18 +0100 Original-Received: from localhost ([127.0.0.1]:50504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCZaT-0001Uy-Ey for geb-bug-gnu-emacs@m.gmane.org; Mon, 23 Nov 2009 09:08:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCZZh-00010Y-TO for bug-gnu-emacs@gnu.org; Mon, 23 Nov 2009 09:07:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCZZc-0000wr-PE for bug-gnu-emacs@gnu.org; Mon, 23 Nov 2009 09:07:29 -0500 Original-Received: from [199.232.76.173] (port=52667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCZZc-0000wl-Bc for bug-gnu-emacs@gnu.org; Mon, 23 Nov 2009 09:07:24 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:51723) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCZZb-0006BN-Pf for bug-gnu-emacs@gnu.org; Mon, 23 Nov 2009 09:07:24 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nANE7LOK014177; Mon, 23 Nov 2009 06:07:21 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id nANDo4SJ011776; Mon, 23 Nov 2009 05:50:04 -0800 Resent-Date: Mon, 23 Nov 2009 05:50:04 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: "Dr. Werner Fink" Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 23 Nov 2009 13:50:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 4970 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 4970-submit@emacsbugs.donarmstrong.com id=B4970.125898385311176 (code B ref 4970); Mon, 23 Nov 2009 13:50:04 +0000 Original-Received: (at 4970) by emacsbugs.donarmstrong.com; 23 Nov 2009 13:44:13 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nANDiBJl011173 for <4970@emacsbugs.donarmstrong.com>; Mon, 23 Nov 2009 05:44:12 -0800 Original-Received: from relay1.suse.de (mail2.suse.de [195.135.221.8]) by mx2.suse.de (Postfix) with ESMTP id D7FE286391; Mon, 23 Nov 2009 14:44:09 +0100 (CET) Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Resent-Date: Mon, 23 Nov 2009 09:07:29 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:32848 Archived-At: Hi, I'd like to ask if there is a solution for this problem. I've read the thread carefully but at last I've not seen any real solution. is it allowed to remove the check if (last_terminal) error ("Attempt to delete the sole terminal device with live frames"); in delete_tty() of src/term.c or will emacs then loop with if (NILP (force) && !other_visible_frames (f)) error ("Attempt to delete the sole visible or iconified frame"); in delete_frame() of src/frame.c ... ? Werner -- "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr