From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: end-of-defun acts weirdly in c-mode Date: Thu, 05 Feb 2009 20:03:23 -0500 Message-ID: References: <20090202202703.GB11077@muc.de> <20090203105035.GB1396@muc.de> <20090203122906.GC1396@muc.de> <20090203130028.GD1396@muc.de> <20090203160941.GE1396@muc.de> <20090205215017.GA2101@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233930111 28249 80.91.229.12 (6 Feb 2009 14:21:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2009 14:21:51 +0000 (UTC) Cc: emacs-devel@gnu.org, Andreas Roehler , Stefan Monnier , Miles Bader To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 15:23:04 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 1LVRbj-0002r5-Fg for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 15:23:03 +0100 Original-Received: from localhost ([127.0.0.1]:34691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVRaQ-0002kO-4b for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 09:21:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVF9l-0000ta-7I for emacs-devel@gnu.org; Thu, 05 Feb 2009 20:05:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVF9i-0000oa-RH for emacs-devel@gnu.org; Thu, 05 Feb 2009 20:05:20 -0500 Original-Received: from [199.232.76.173] (port=37226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVF9i-0000oP-KN for emacs-devel@gnu.org; Thu, 05 Feb 2009 20:05:18 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48010) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVF9i-00028P-6y for emacs-devel@gnu.org; Thu, 05 Feb 2009 20:05:18 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LVF7r-0000Sc-VR; Thu, 05 Feb 2009 20:03:23 -0500 X-Spook: sweep Sundevil PGP SRI kilderkin Manfurov AIMSX Hugo X-Ran: PzCG+8*)-KwSYh>O$$.z%~A?FDt'VKlcG72mDEt4OYPsP{:.G6Vop`y#Mn=%"+`|\b7.hm X-Hue: red X-Attribution: GM In-Reply-To: <20090205215017.GA2101@muc.de> (Alan Mackenzie's message of "Thu, 5 Feb 2009 21:50:17 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:108810 Archived-At: Alan Mackenzie wrote: > I've put more rigour into a test in cc-defs.el, which has the above > effect. This should at least fix the symptoms of the various bugs. cc-defs.el:1453:22:Warning: reference to free variable `bod-param' cc-defs.el:1454:23:Warning: assignment to free variable `bod-param' cc-defs.el:1459:23:Warning: reference to free variable `eod-param' cc-defs.el:1460:25:Warning: assignment to free variable `eod-param'