From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: NEWS entry about debugger Date: Sat, 11 Feb 2012 13:45:47 +0800 Message-ID: <87y5s9j52s.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328939165 11904 80.91.229.3 (11 Feb 2012 05:46:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Feb 2012 05:46:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 11 06:46:05 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rw5ma-0002CT-Fu for ged-emacs-devel@m.gmane.org; Sat, 11 Feb 2012 06:46:00 +0100 Original-Received: from localhost ([::1]:57958 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rw5mZ-0006Xq-Pf for ged-emacs-devel@m.gmane.org; Sat, 11 Feb 2012 00:45:59 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rw5mX-0006Xl-7Y for emacs-devel@gnu.org; Sat, 11 Feb 2012 00:45:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rw5mW-0000dT-63 for emacs-devel@gnu.org; Sat, 11 Feb 2012 00:45:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rw5mW-0000dP-4e for emacs-devel@gnu.org; Sat, 11 Feb 2012 00:45:56 -0500 Original-Received: from bb121-7-229-69.singnet.com.sg ([121.7.229.69]:46638 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Rw5mV-0004hQ-CB for emacs-devel@gnu.org; Sat, 11 Feb 2012 00:45:56 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148467 Archived-At: >From NEWS: Also the debugger can now "continue" from an error, which means it will jump to the error handler as if the debugger had not been invoked instead of jumping all the way to the top-level. What does this mean? What error handler is this referring to?