From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Re[4]: Strange behaviour after Show/Hide Speedbar in Emacs 22.1 Date: Mon, 25 Jun 2007 20:17:05 +0200 Message-ID: References: <200706251557.l5PFv0RW011956@projectile.siege-engine.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182795435 24277 80.91.229.12 (25 Jun 2007 18:17:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 18:17:15 +0000 (UTC) Cc: Angelo Graziosi , emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 20:17:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I2t7h-0004dS-7i for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 20:17:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2t7g-00055x-MR for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 14:17:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2t7c-00055d-5G for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:17:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2t7a-00055P-6c for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:17:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2t7a-00055M-0k for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:17:06 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2t7Z-0007sF-PV for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:17:05 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1580996wxd for ; Mon, 25 Jun 2007 11:17:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oTZ1D+7cGoZ1X1ZzizYYntRGm52Aj3MZDh7+VGdc7lwET08Bk1zfj+evpA6MMYtJNxXCd5gZ5kpZjWQvbIaX04554Lj+vpq5clVW/VYBugx+JvD+nfs3VVhukysh4TJkAo8/2JVuNTnvViXxBVpoTXWRvKT0He9XiImXkGwco+0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K2m1eOHvNoG4liJsAFQ8AQuy4669S/FbbFpr3f/gDr7ZhNdZeYYnBwMU34DIfaCqCXs9g9u89DOyhOFFkrYCeW1z+bVwFMNW+MYCGeXIHHkFBMjjHZq+WwMTNicLH3XjrYeGe38IY+1FDD3scuXkFyTtWBMONd4mG9ddxTUccTk= Original-Received: by 10.90.100.2 with SMTP id x2mr4568646agb.1182795425102; Mon, 25 Jun 2007 11:17:05 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Mon, 25 Jun 2007 11:17:05 -0700 (PDT) In-Reply-To: <200706251557.l5PFv0RW011956@projectile.siege-engine.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73842 Archived-At: On 6/25/07, Eric M. Ludlam wrote: > Is there some new Emacs feature that won't close unless all frames are > closed? No. In the OP's bugreport, Emacs doesn't close because there's an error executing speedbar-handle-delete-frame, where it tries to (delete-frame speedbar-frame) while speedbar-frame is nil. Juanma