From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Venturoli Newsgroups: gmane.emacs.help Subject: Debugger nag Date: Fri, 24 Sep 2010 11:10:03 GMT Organization: [Infostrada] Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291951245 26814 80.91.229.12 (10 Dec 2010 03:20:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 03:20:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 04:20:35 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQtX8-0003dF-7r for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 04:20:35 +0100 Original-Received: from localhost ([127.0.0.1]:40891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQtX6-0001y1-BZ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:20:32 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!newsfeed01.sul.t-online.de!t-online.de!nntp.infostrada.it!twister1.libero.it.POSTED!not-for-mail User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.9) Gecko/20100917 Thunderbird/3.1.4 Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 151.51.54.64 Original-X-Complaints-To: abuse@libero.it Original-X-Trace: twister1.libero.it 1285326603 151.51.54.64 (Fri, 24 Sep 2010 13:10:03 MET DST) Original-NNTP-Posting-Date: Fri, 24 Sep 2010 13:10:03 MET DST Original-Xref: usenet.stanford.edu gnu.emacs.help:181456 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:09:24 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77262 Archived-At: Hello. I've recently installed nxhtml (which helped me a lot on some web projects). However, since then, every single trivial error brings up a stack trace window. E.g. I have a key assigned to compilation-next-error, so, after compile, I'll keep pressing that key. When at the end, I used to get a warning sound and a simple message; now I always get a verbose windows with: Debugger entered--Lisp error: (error "Moved past last error") signal(error ("Moved past last error")) error("Moved past last %s" "error") compilation-next-error(1 nil #) compilation-next-error-function(1 nil) next-error(nil) call-interactively(next-error nil nil) How can I restore the old behaviour (without removing nxhtml)? bye & Thanks av.