From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: eval-buffer with debug-on-error t Date: Sat, 09 Jul 2005 12:41:16 +0200 Message-ID: <42CFA9CC.40509@student.lu.se> References: <42CD314E.7050709@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120906887 4675 80.91.229.2 (9 Jul 2005 11:01:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2005 11:01:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 09 13:01:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DrD4t-00071m-Dz for ged-emacs-devel@m.gmane.org; Sat, 09 Jul 2005 13:00:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrD6L-00022m-El for ged-emacs-devel@m.gmane.org; Sat, 09 Jul 2005 07:02:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrCzP-0000lP-PL for emacs-devel@gnu.org; Sat, 09 Jul 2005 06:55:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrCzJ-0000jm-9j for emacs-devel@gnu.org; Sat, 09 Jul 2005 06:55:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrCzI-0000bt-Qz for emacs-devel@gnu.org; Sat, 09 Jul 2005 06:55:12 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DrCsm-00046L-7R; Sat, 09 Jul 2005 06:48:28 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD200249997; Sat, 9 Jul 2005 12:41:20 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: 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:40688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40688 Richard M. Stallman wrote: > I have debug-on-error set to t. When I do an eval-buffer and there is an > undefined function: > > (this-is-no-fun) > > I get the error "Wrong type argument: stringp, nul > >Does this fix it? (I installed a more elaborate patch.) > > Yes, thanks, I think so. I tested with the latest CVS and emacs -Q.