From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: ebrowse problem--can someone please work on this? Date: Thu, 15 Sep 2005 01:13:21 +0900 (JST) Message-ID: <20050915.011321.264447191.jet@gyve.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126716697 20117 80.91.229.2 (14 Sep 2005 16:51:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2005 16:51:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 14 18:51:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFaPj-00070Y-IM for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2005 18:47:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFaPi-0004Ah-TW for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2005 12:47:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EFaPI-0004AQ-BE for emacs-devel@gnu.org; Wed, 14 Sep 2005 12:46:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EFaPF-0004AE-AF for emacs-devel@gnu.org; Wed, 14 Sep 2005 12:46:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFa71-00040E-0p for emacs-devel@gnu.org; Wed, 14 Sep 2005 12:27:55 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EFa2c-00065Q-Oy for emacs-devel@gnu.org; Wed, 14 Sep 2005 12:23:23 -0400 Original-Received: from localhost (h219-110-075-192.catv01.itscom.jp [219.110.75.192]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id j8EGMfT04209; Thu, 15 Sep 2005 01:22:41 +0900 (JST) Original-To: gritsch@iue.tuwien.ac.at In-Reply-To: X-Mailer: Mew version 4.2 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42930 Archived-At: 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 > > 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