From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lsilvapereyra@gmail.com Newsgroups: gmane.emacs.help Subject: Wrong type argument: frame-live-p, # Date: Mon, 15 Dec 2008 11:55:37 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229373946 28004 80.91.229.12 (15 Dec 2008 20:45:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2008 20:45:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 15 21:46:51 2008 Return-path: Envelope-to: geh-help-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 1LCKKK-0006fe-Ph for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2008 21:46:04 +0100 Original-Received: from localhost ([127.0.0.1]:53742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCKJ8-0006zx-OB for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Dec 2008 15:44:50 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!40g2000prx.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 132.248.51.45 Original-X-Trace: posting.google.com 1229370937 9873 127.0.0.1 (15 Dec 2008 19:55:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 15 Dec 2008 19:55:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 40g2000prx.googlegroups.com; posting-host=132.248.51.45; posting-account=DgdhbgoAAAAwligpf8PLGuLtz30pT54C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165310 X-Mailman-Approved-At: Mon, 15 Dec 2008 15:44:26 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60642 Archived-At: Dear Emacs users, I'm using "GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-11-06". I think this is not a bug. I have a simple function: (defun kill-this-buffer-and-frame () (interactive) (kill-this-buffer) (delete-frame)) It works as intended (that is, it kills the buffer and deletes the frame) most of the time, but sometimes (I haven't been able to determine when) I get: Wrong type argument: frame-live-p, # and it doesn't work. I'd be very grateful for any help or commentary. Regards, luis