From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Is this fallout from the end-of-defun changes? Date: Thu, 19 Feb 2009 11:55:33 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235062586 24290 80.91.229.12 (19 Feb 2009 16:56:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2009 16:56:26 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 19 17:57:41 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 1LaCDB-0001rr-Al for ged-emacs-devel@m.gmane.org; Thu, 19 Feb 2009 17:57:21 +0100 Original-Received: from localhost ([127.0.0.1]:46295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaCBr-0005UJ-9N for ged-emacs-devel@m.gmane.org; Thu, 19 Feb 2009 11:55:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaCBW-0005KP-3E for emacs-devel@gnu.org; Thu, 19 Feb 2009 11:55:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaCBU-0005Jh-Jb for emacs-devel@gnu.org; Thu, 19 Feb 2009 11:55:37 -0500 Original-Received: from [199.232.76.173] (port=45009 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaCBU-0005JT-5Q for emacs-devel@gnu.org; Thu, 19 Feb 2009 11:55:36 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:28950 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaCBT-0003uX-Oi for emacs-devel@gnu.org; Thu, 19 Feb 2009 11:55:35 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEALMdnUlMCpTK/2dsb2JhbACBbtFUhA4Ggz0 X-IronPort-AV: E=Sophos;i="4.38,236,1233550800"; d="scan'208";a="34091665" Original-Received: from 76-10-148-202.dsl.teksavvy.com (HELO pastel.home) ([76.10.148.202]) by ironport2-out.teksavvy.com with ESMTP; 19 Feb 2009 11:55:33 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2645F4B488; Thu, 19 Feb 2009 11:55:33 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Thu, 19 Feb 2009 11:01:04 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109221 Archived-At: > 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, Stefan