emacs-devel
[Top][All Lists]
Advanced

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

Re: ebrowse problem--can someone please work on this?


From: Masatake YAMATO
Subject: Re: ebrowse problem--can someone please work on this?
Date: Thu, 15 Sep 2005 01:13:21 +0900 (JST)

Hi,

I found your bug report on emacs-devel list forwarded by RMS:

> Date: Fri, 27 May 2005 17:35:48 +0200
> From: Markus Gritsch <address@hidden>
> 
> the C++ header file which led to the problematic BROWSE file reads
> 
> namespace test {
>      class Base
>      {
>      };
> 
>      class B : public Base
>      {
>      };
> }
> 
> class A : public test::Base
> {
> };
> 
> The *Tree* is then displayed as
> 
>    *Globals*
>    test
>    test::Base
>      test::B
> 
> The class A seems to be missing.

I'm new to ebrowse. 
Could you tell the expected output four your test C++ header?
Following is my guessing:

  *Globals*
  test
  test::Base
      test::B
      A

Right?

Masatake YAMATO





reply via email to

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