[gritsch@iue.tuwien.ac.at: Bug in ebrowse]

2005-06-11 Thread Richard Stallman
ubject: Bug in ebrowse Sender: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Hi, the C++ header file which led to the problematic BROWSE file reads namespac

[gritsch@iue.tuwien.ac.at: Bug in ebrowse]

2005-05-28 Thread Richard Stallman
Could someone please work on this, and ack to me? --- Start of forwarded message --- Date: Fri, 27 May 2005 17:35:48 +0200 From: Markus Gritsch <[EMAIL PROTECTED]> X-Accept-Language: en-us, en To: emacs-devel@gnu.org Subject: Bug in ebrowse Sender: [EMAIL PROTECTED] X-Spam-Checker-V

Bug in ebrowse

2005-05-27 Thread Markus Gritsch
Hi, 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 m