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: Herbert Euler
Subject: Re: On the behavior of `c-beginning-of-defun'
Date: Tue, 02 Jan 2007 09:19:12 +0800

Hello Alan,

> 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.

I have tested the above case with your updated CC Mode 5.31.4.
This bug is indeed fixed.

Thank you very much and Happy New Year! :-D

Best wishes,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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