From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.bugs Subject: *Debugging* problem. Date: Sat, 10 Feb 2007 22:41:21 +0100 (CET) Message-ID: <28390920.199021171143681752.JavaMail.www@wwinf4201> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171148941 4450 80.91.229.12 (10 Feb 2007 23:09:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Feb 2007 23:09:01 +0000 (UTC) To: bug-gnu-emacs Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 11 00:08:59 2007 Return-path: Envelope-to: geb-bug-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 1HG1L0-0000lF-Mn for geb-bug-gnu-emacs@m.gmane.org; Sun, 11 Feb 2007 00:08:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HG1L0-0005NW-8I for geb-bug-gnu-emacs@m.gmane.org; Sat, 10 Feb 2007 18:08:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFzyH-0006X5-HV for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2007 16:41:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFzyF-0006WL-NM for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2007 16:41:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFzyF-0006WI-GZ for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2007 16:41:23 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFzyF-0007XG-31 for bug-gnu-emacs@gnu.org; Sat, 10 Feb 2007 16:41:23 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id C45081C000B1 for ; Sat, 10 Feb 2007 22:41:21 +0100 (CET) Original-Received: from wwinf4201 (wwinf4201 [10.232.2.28]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id BA5B51C00091 for ; Sat, 10 Feb 2007 22:41:21 +0100 (CET) X-ME-UUID: 20070210214121763.BA5B51C00091@mwinf4202.voila.fr X-Originating-IP: [86.107.96.49] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-Mailman-Approved-At: Sat, 10 Feb 2007 18:08:40 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15582 Archived-At: If I kill the buffer where the lisp debugger was running, The *Debugging* mode is still active on the line mode, even I press C-j. Alin Soare