From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: kill-buffer during *debugging* Date: Sat, 17 Feb 2007 15:57:49 -0500 Message-ID: References: <14662106.236271171535514626.JavaMail.www@wwinf4103> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1171745992 14088 80.91.229.12 (17 Feb 2007 20:59:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 20:59:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 17 21:59:46 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 1HIWem-000285-4x for ged-emacs-devel@m.gmane.org; Sat, 17 Feb 2007 21:59:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIWel-00053n-QR for ged-emacs-devel@m.gmane.org; Sat, 17 Feb 2007 15:59:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HIWeJ-0004w1-BW for emacs-devel@gnu.org; Sat, 17 Feb 2007 15:59:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HIWeI-0004vi-VZ for emacs-devel@gnu.org; Sat, 17 Feb 2007 15:59:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIWeI-0004vd-Lu for emacs-devel@gnu.org; Sat, 17 Feb 2007 15:59:14 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HIWeH-0006xM-Lv for emacs-devel@gnu.org; Sat, 17 Feb 2007 15:59:13 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HIWcv-0002FA-Ds; Sat, 17 Feb 2007 15:57:49 -0500 In-reply-to: <14662106.236271171535514626.JavaMail.www@wwinf4103> (message from A Soare on Thu, 15 Feb 2007 11:31:54 +0100 (CET)) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:66491 Archived-At: 3. WITHOUT STOPPING the debugger kill the buffer using C-x k. Here is the bug. The *debugging* mode is still active. Could you explain that more concretely? What does it mean to say "still active" in this case?