From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tobias C. Rittweiler" Newsgroups: gmane.emacs.devel Subject: Re: Is this fallout from the end-of-defun changes? Date: Fri, 27 Feb 2009 23:07:26 +0100 Message-ID: <87vdqvedpd.fsf@freebits.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235772699 28240 80.91.229.12 (27 Feb 2009 22:11:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2009 22:11:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 27 23:12:56 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LdAwu-0002qO-10 for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 23:12:52 +0100 Original-Received: from localhost ([127.0.0.1]:35783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdAvZ-0002i9-13 for ged-emacs-devel@m.gmane.org; Fri, 27 Feb 2009 17:11:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdAs1-0007N2-Sw for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:07:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdAs0-0007MK-GK for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:07:49 -0500 Original-Received: from [199.232.76.173] (port=35872 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdAs0-0007MF-6M for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:07:48 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:38666 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdArz-0005iz-K6 for emacs-devel@gnu.org; Fri, 27 Feb 2009 17:07:47 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LdArs-0006LK-8T for emacs-devel@gnu.org; Fri, 27 Feb 2009 22:07:40 +0000 Original-Received: from host145.natpool.mwn.de ([138.246.7.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2009 22:07:40 +0000 Original-Received: from tcr by host145.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Feb 2009 22:07:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host145.natpool.mwn.de User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:60/h3NSshH//Y1z7gfihw73kml0= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:109375 Archived-At: Stefan Monnier writes: >> I'll file a bug report as soon as Stefan confirms that it is one (it >> should, it's quite weird to be on a line of function1 and get >> function2 evalled). > > Yes, it's a bug, of course. I believe I've fixed it, That does not seem to be fixed properly: 1 2; point here, then C-M-x (defun foo () 42) This evaluates `foo'. GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-02-27 on thaleron -T.