From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#8184: 23.1.90; `menu-bar-non-minibuffer-window-p' error in calls to `kill-this-buffer' Date: Wed, 03 Oct 2012 11:12:27 +0200 Message-ID: <506C017B.9030200@gmx.at> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349255572 23235 80.91.229.3 (3 Oct 2012 09:12:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 09:12:52 +0000 (UTC) Cc: tlh To: 8184-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 03 11:12:55 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJL0Q-0008Jt-Vo for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 11:12:39 +0200 Original-Received: from localhost ([::1]:51866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJL0L-00034H-7g for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 05:12:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJL0F-000345-QH for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:12:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJL0E-0000nu-58 for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:12:27 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJL0E-0000nk-1z for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:12:26 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJL0o-0001nv-R1 for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:13:02 -0400 Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Oct 2012 09:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 8184 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 8184@debbugs.gnu.org, rudalics@gmx.at Original-Received: via spool by 8184-done@debbugs.gnu.org id=D8184.13492555806909 (code D ref 8184); Wed, 03 Oct 2012 09:13:02 +0000 Original-Received: (at 8184-done) by debbugs.gnu.org; 3 Oct 2012 09:13:00 +0000 Original-Received: from localhost ([127.0.0.1]:38601 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJL0l-0001nO-Fy for submit@debbugs.gnu.org; Wed, 03 Oct 2012 05:12:59 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:33928) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TJL0j-0001nE-3H for 8184-done@debbugs.gnu.org; Wed, 03 Oct 2012 05:12:57 -0400 Original-Received: (qmail invoked by alias); 03 Oct 2012 09:12:19 -0000 Original-Received: from 62-47-56-28.adsl.highway.telekom.at (EHLO [62.47.56.28]) [62.47.56.28] by mail.gmx.net (mp071) with SMTP; 03 Oct 2012 11:12:19 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+YNfcFLqKYCXVFNG7uSvtIQ1hcMzhHyrdDj3eR+D 5t2jocBgxAN7S0 In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65144 Archived-At: > Debugger entered--Lisp error: (wrong-type-argument frame-live-p #) > frame-selected-window(#) > menu-bar-non-minibuffer-window-p() > kill-this-buffer() > call-interactively(kill-this-buffer nil nil) Emacs now in this case doesn't do anything when the associated frame is not live or visible. Bug closed. martin