help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Wrong symbol within class with base


From: Luca Ferrari
Subject: Re: Wrong symbol within class with base
Date: Thu, 9 May 2013 14:00:04 +0200

Works for me with your code sample on GNU Emacs 24.2.1
(x86_64-unknown-linux-gnu, GTK+ Version 2.24.10).

Luca

On Tue, May 7, 2013 at 5:31 PM, Alessio Giovanni Baroni
<alessiogiovanni.baroni@gmail.com> wrote:
> Hi to all,
>
> I have the following code:
>
>     template<typename U>
>     class foo : public bar<U>
>     {<here>
>     };
>
> If I have the cursor in <here> and type C-c C-s, I obtain the symbol
> defun-open; why it isn't
> class-open??
>
> Thanks.



reply via email to

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