From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Gritsch Newsgroups: gmane.emacs.devel Subject: Bug in ebrowse Date: Fri, 27 May 2005 17:35:48 +0200 Message-ID: <42973E54.8040304@iue.tuwien.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117208570 25250 80.91.229.2 (27 May 2005 15:42:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 May 2005 15:42:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 27 17:42:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbgxN-0002Xq-Kf for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 17:41:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dbh1f-0003ZE-Ua for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 11:45:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dbh1D-0003Oz-D9 for emacs-devel@gnu.org; Fri, 27 May 2005 11:45:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dbh1A-0003Nk-G9 for emacs-devel@gnu.org; Fri, 27 May 2005 11:45:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dbh1A-0003LK-Aa for emacs-devel@gnu.org; Fri, 27 May 2005 11:45:00 -0400 Original-Received: from [195.3.96.91] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbgtJ-0008RI-U5 for emacs-devel@gnu.org; Fri, 27 May 2005 11:36:54 -0400 Original-Received: (qmail 4063 invoked from network); 27 May 2005 15:36:25 -0000 Original-Received: from m261p009.adsl.highway.telekom.at (HELO [10.0.0.5]) ([62.47.200.137]) (envelope-sender ) by smarthub76.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 27 May 2005 15:36:25 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:37783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37783 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 missing. Thanks for reading, Markus