emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On the behavior of `c-beginning-of-defun'


From: Alan Mackenzie
Subject: Re: On the behavior of `c-beginning-of-defun'
Date: 1 Jan 2007 23:30:51 +0100
Date: Mon, 1 Jan 2007 23:42:26 +0000
User-agent: Mutt/1.5.9i

Hi, Guanpeng!

On Sun, Dec 31, 2006 at 05:40:52PM +0800, Herbert Euler wrote:
> And is this a bug too?

Hey, have you got any more?  ;-)

> For the following class definition:
> 
> class a_b::c_d1 : public e_f, public g_h
> {
> -!-};
> 
> Suppose -!- represents the location of point.  `c-beginning-of-defun'
> moves point to
> 
> class a_b::c_d1 : -!-public e_f, public g_h
> {
> };
> 
> Rather than
> 
> -!-class a_b::c_d1 : public e_f, public g_h
> {
> };

That is indeed was a bug.  I've just committed a batch of CC Mode bug fixes
(updating its version to 5.31.4).  This bug seems to have been fixed.
Would you try it out again with these updated files, please.

> Thanks in advance.
> 
> Regards,
> Guanpeng Xu
 
-- 
Alan Mackenzie (Ittersbach, Germany)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]