From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Hill Newsgroups: gmane.emacs.help Subject: Re: What's wrong with value? Date: Thu, 6 Feb 2003 16:07:14 -0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <871y2l73pv.fsf@thalassa.informatimago.com> <87znp93zrd.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: main.gmane.org 1044576426 4918 80.91.224.249 (7 Feb 2003 00:07:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 00:07:06 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gw2o-0001Gv-00 for ; Fri, 07 Feb 2003 01:07:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gw3k-0000Wn-05 for gnu-help-gnu-emacs@m.gmane.org; Thu, 06 Feb 2003 19:08:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gw3R-0000Kt-00 for help-gnu-emacs@gnu.org; Thu, 06 Feb 2003 19:07:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gw3G-000073-00 for help-gnu-emacs@gnu.org; Thu, 06 Feb 2003 19:07:30 -0500 Original-Received: from renfield.synergymicro.com ([153.105.4.30] helo=synergymicro.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gw3B-0008TT-00 for help-gnu-emacs@gnu.org; Thu, 06 Feb 2003 19:07:25 -0500 Original-Received: from synergy.synergy.encinitas.ca.us ([153.105.4.29]) by synergymicro.com (8.9.3/8.9.3) with ESMTP id QAA30570 for ; Thu, 6 Feb 2003 16:07:49 -0800 Original-Received: from [198.17.100.22] (G-Hill-Mac [198.17.100.22])QAA23149 for ; Thu, 6 Feb 2003 16:13:26 -0800 In-Reply-To: <87znp93zrd.fsf@thalassa.informatimago.com> Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6400 At 9:44 PM +0100 2/6/03, Pascal Bourguignon wrote: >If you used eval-region, ok, I too get :toto. But with C-x C-e >(ie. eval-last-sexp), ... Pascal, The problem does not appear in Emacs-20.3, even for eval-last-sexp. At first I couldn't replicate it in Emacs-21.2 either. But then I tried starting Emacs with the -q command line option, and was finally able to see it happen. I tracked down the difference to the presence of: (when (> emacs-major-version 20) (setq-default eval-expression-debug-on-error nil)) in my .emacs file, which prevents the problem from appearing. --Greg