From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: quit-window is broken Date: Mon, 17 Nov 2008 17:04:03 +0100 Message-ID: <492195F3.30905@gmx.at> References: <49218C51.4000700@gnu.org> NNTP-Posting-Host: lo.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 1226937979 31910 80.91.229.12 (17 Nov 2008 16:06:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 16:06:19 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 17:07:20 2008 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 1L26d4-0005RS-MR for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 17:07:10 +0100 Original-Received: from localhost ([127.0.0.1]:37621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L26bv-0005rY-UP for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 11:05:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L26bh-0005mc-CS for emacs-devel@gnu.org; Mon, 17 Nov 2008 11:05:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L26bf-0005lr-JL for emacs-devel@gnu.org; Mon, 17 Nov 2008 11:05:44 -0500 Original-Received: from [199.232.76.173] (port=42086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L26bf-0005lk-D1 for emacs-devel@gnu.org; Mon, 17 Nov 2008 11:05:43 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:33182) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L26be-0001oT-PQ for emacs-devel@gnu.org; Mon, 17 Nov 2008 11:05:43 -0500 Original-Received: (qmail invoked by alias); 17 Nov 2008 16:05:40 -0000 Original-Received: from 62-47-48-236.adsl.highway.telekom.at (EHLO [62.47.48.236]) [62.47.48.236] by mail.gmx.net (mp060) with SMTP; 17 Nov 2008 17:05:40 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18t5SABQyEtbXMitulhVN61uRGcDD/5JQwUtmUjBD eEBsyPUrZYDeAu User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <49218C51.4000700@gnu.org> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105749 Archived-At: > A recent change broke quit-window: > I have it bound to f9, and when I hit f9 I now get this: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > get-buffer(nil) > switch-to-buffer(nil) > quit-window(nil) > call-interactively(quit-window nil nil) I changed this because it didn't do anything when you had two windows on a frame, one of them was dedicated, and you wanted to delete that window. Later Juanma dedected that I had changed its semantics and I rewrote it once more. Does it still happen with today's sources? If so, please give me a precise recipe so I can reproduce it. Thanks, martin.