all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ebrowse problem--can someone please work on this?
@ 2005-09-13 15:55 Richard M. Stallman
  2005-09-14 16:13 ` Masatake YAMATO
  0 siblings, 1 reply; 2+ messages in thread
From: Richard M. Stallman @ 2005-09-13 15:55 UTC (permalink / raw)


Nobody has worked on this bug.  Would someone please do so?

Date: Fri, 27 May 2005 17:35:48 +0200
From: Markus Gritsch <gritsch@iue.tuwien.ac.at>

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ebrowse problem--can someone please work on this?
  2005-09-13 15:55 ebrowse problem--can someone please work on this? Richard M. Stallman
@ 2005-09-14 16:13 ` Masatake YAMATO
  0 siblings, 0 replies; 2+ messages in thread
From: Masatake YAMATO @ 2005-09-14 16:13 UTC (permalink / raw)
  Cc: emacs-devel

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 <gritsch@iue.tuwien.ac.at>
> 
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-14 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-13 15:55 ebrowse problem--can someone please work on this? Richard M. Stallman
2005-09-14 16:13 ` Masatake YAMATO

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.