From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: end-of-defun acts weirdly in c-mode Date: Thu, 5 Feb 2009 21:50:17 +0000 Message-ID: <20090205215017.GA2101@muc.de> References: <20090202202703.GB11077@muc.de> <20090203105035.GB1396@muc.de> <20090203122906.GC1396@muc.de> <20090203130028.GD1396@muc.de> <20090203160941.GE1396@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233869813 26451 80.91.229.12 (5 Feb 2009 21:36:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 21:36:53 +0000 (UTC) Cc: Andreas Roehler , emacs-devel@gnu.org To: Miles Bader , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 22:38:05 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 1LVBuu-0000iH-6p for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 22:37:58 +0100 Original-Received: from localhost ([127.0.0.1]:53588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVBtZ-0003A5-Fv for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 16:36:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVBnq-0001H8-Pm for emacs-devel@gnu.org; Thu, 05 Feb 2009 16:30:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVBnq-0001Gg-21 for emacs-devel@gnu.org; Thu, 05 Feb 2009 16:30:30 -0500 Original-Received: from [199.232.76.173] (port=52930 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVBnp-0001GX-PM for emacs-devel@gnu.org; Thu, 05 Feb 2009 16:30:29 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:2853 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVBno-0006OC-Up for emacs-devel@gnu.org; Thu, 05 Feb 2009 16:30:29 -0500 Original-Received: (qmail 3037 invoked by uid 3782); 5 Feb 2009 21:30:25 -0000 Original-Received: from acm.muc.de (pD9E50A1F.dip.t-dialin.net [217.229.10.31]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Thu, 05 Feb 2009 22:30:21 +0100 Original-Received: (qmail 2244 invoked by uid 1000); 5 Feb 2009 21:50:17 -0000 Content-Disposition: inline In-Reply-To: <20090203160941.GE1396@muc.de> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:108805 Archived-At: Hi, Miles and Stefan! On Tue, Feb 03, 2009 at 04:09:42PM +0000, Alan Mackenzie wrote: [ .... ] > Alternatively, as a quick kludge, C-M-[ae] should be bound again to > c-\(beginning\|end\)-of-defun so as to make them work properly again. 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. -- Alan Mackenzie (Nuremberg, Germany).