unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: David Reitter <david.reitter@gmail.com>
Subject: bug#3302: marked as done (Frame deletion with 'force fails)
Date: Fri, 22 May 2009 04:15:06 +0000	[thread overview]
Message-ID: <handler.3302.D3302.124296526630401.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: F46AC1EA-C47D-4A0D-B6A6-C89C1F6BFA67@gmail.com

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]


Your message dated Fri, 22 May 2009 00:07:27 -0400
with message-id <5CAA97B0-1C7F-449D-AAEC-89499A8B8583@gmail.com>
and subject line closing this
has caused the Emacs bug report #3302,
regarding Frame deletion with 'force fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3302: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3302
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3773 bytes --]

From: David Reitter <david.reitter@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: Frame deletion with 'force fails
Date: Fri, 15 May 2009 17:48:50 -0700
Message-ID: <F46AC1EA-C47D-4A0D-B6A6-C89C1F6BFA67@gmail.com>

In an Emacs -Q (recent CVS, NS port), doing the following right after  
startup:

   (delete-frame (selected-frame) t)

will lead to an "Attempt to delete the only frame" error.  This seems  
needless in non-X/non-Windows environments.

frame.c, delete_frame():
   /* x_connection_closed must have set FORCE to `noelisp' in order
      to delete the last frame, if it is gone.  */
   if (NILP (XCDR (Vframe_list)) && !EQ (force, Qnoelisp))
     error ("Attempt to delete the only frame");

If there are technical reasons for this, it would be good if the doc  
string for `delete-frame' was updated.






[-- Attachment #3: Type: message/rfc822, Size: 2693 bytes --]

From: David Reitter <david.reitter@gmail.com>
To: 3302@emacsbugs.donarmstrong.com
Cc: 3302-done@emacsbugs.donarmstrong.com
Subject: closing this
Date: Fri, 22 May 2009 00:07:27 -0400
Message-ID: <5CAA97B0-1C7F-449D-AAEC-89499A8B8583@gmail.com>

I am closing this bug as it is unlikely we're going to fix this  
problem any time soon.

At least one frame needs to be declared selected, and that frame may  
be hidden, which provides the workaround for this problem (as in  
previous versions).



  parent reply	other threads:[~2009-05-22  4:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-22  4:07 bug#3302: closing this David Reitter
2009-05-16  0:48 ` bug#3302: Frame deletion with 'force fails David Reitter
2009-05-17 20:31   ` Stefan Monnier
2009-05-18  2:41     ` David Reitter
2009-05-18  3:51       ` Stefan Monnier
2009-05-18  3:58         ` David Reitter
2009-05-22  4:15   ` Emacs bug Tracking System [this message]
2009-05-22  4:58 ` bug#3302: closing this Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.3302.D3302.124296526630401.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=david.reitter@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).