From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Please fix before the release of 23.1 Date: Sun, 10 Aug 2008 18:18:14 -0400 Message-ID: <87abfkv7ix.fsf@stupidchicken.com> References: <877ibp4hh3.fsf@vorlon.ganneff.de> <871w1xfmsb.fsf@grepfind.mwolson.org> <87ljzj3oad.fsf_-_@grepfind.mwolson.org> <18590.45488.891078.545308@a1ihome1.kph.uni-mainz.de> <18590.47471.82980.734389@a1ihome1.kph.uni-mainz.de> <87ljz45xfj.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218406712 6278 80.91.229.12 (10 Aug 2008 22:18:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Aug 2008 22:18:32 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org, 636@emacsbugs.donarmstrong.com, Michael Olson , Alan Mackenzie To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 11 00:19:23 2008 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 1KSJFy-0006hP-Ma for ged-emacs-devel@m.gmane.org; Mon, 11 Aug 2008 00:19:22 +0200 Original-Received: from localhost ([127.0.0.1]:35537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSJF2-0007K4-Op for ged-emacs-devel@m.gmane.org; Sun, 10 Aug 2008 18:18:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSJEx-0007Ij-Gn for emacs-devel@gnu.org; Sun, 10 Aug 2008 18:18:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSJEw-0007Hc-7x for emacs-devel@gnu.org; Sun, 10 Aug 2008 18:18:18 -0400 Original-Received: from [199.232.76.173] (port=45916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSJEw-0007HZ-3A for emacs-devel@gnu.org; Sun, 10 Aug 2008 18:18:18 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:20793 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSJEs-0007St-PV; Sun, 10 Aug 2008 18:18:14 -0400 Original-Received: by furry (Postfix, from userid 1000) id 6F328C056; Sun, 10 Aug 2008 18:18:14 -0400 (EDT) In-Reply-To: <87ljz45xfj.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 10 Aug 2008 18:15:28 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:102270 Archived-At: Chong Yidong writes: > (defconst foo > (let ((beginning-of-defun-function > (lambda (&optional arg) > (not (eq arg nil))))) > (progn > (beginning-of-defun 1)))) By the way, replacing `progn' with `save-excursion' makes the bug go away (this makes cc-def.el work too). Why? I don't know.