From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: eval-buffer with debug-on-error t Date: Sun, 10 Jul 2005 01:19:36 -0400 Message-ID: References: <42CD314E.7050709@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120973170 29214 80.91.229.2 (10 Jul 2005 05:26:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2005 05:26:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 10 07:26:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DrUKM-0005gW-SL for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 07:26:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrULr-0003lw-Lh for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 01:27:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrULA-0003es-TM for emacs-devel@gnu.org; Sun, 10 Jul 2005 01:26:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrUL5-0003bB-62 for emacs-devel@gnu.org; Sun, 10 Jul 2005 01:26:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrUL4-0003Z3-Uw for emacs-devel@gnu.org; Sun, 10 Jul 2005 01:26:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DrUNp-0008J1-Op for emacs-devel@gnu.org; Sun, 10 Jul 2005 01:29:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DrUE4-0004o0-MS; Sun, 10 Jul 2005 01:19:36 -0400 Original-To: emacs-devel@gnu.org In-reply-to: (bojohan+news@dd.chalmers.se) 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:40708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40708 A problem is that `debugger-old-buffer' is not necessarily the same buffer that was current when `eval-buffer' was called. Strange, somehow I thought about that issue and concluded that it would be the current buffer. Now it's clear I was not thinking straight at the time. I fixed it another way.