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 <[EMAIL PROTECTED]>
> 
> 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



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to