From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [gritsch@iue.tuwien.ac.at: Bug in ebrowse] Date: Sat, 11 Jun 2005 19:16:20 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118533168 26492 80.91.229.2 (11 Jun 2005 23:39:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Jun 2005 23:39:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 12 01:39:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhFZE-0005rh-34 for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2005 01:39:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhFdh-0006BU-JE for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2005 19:43:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhFae-00050f-Jf for emacs-devel@gnu.org; Sat, 11 Jun 2005 19:40:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhFad-00050J-Uu for emacs-devel@gnu.org; Sat, 11 Jun 2005 19:40:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhFZX-0004WK-SX for emacs-devel@gnu.org; Sat, 11 Jun 2005 19:39:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhFED-0007zU-OX for emacs-devel@gnu.org; Sat, 11 Jun 2005 19:17:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DhFDA-0006pb-4i; Sat, 11 Jun 2005 19:16:20 -0400 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:38603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38603 [I sent this message two weeks ago but did not get a response.] 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 X-Accept-Language: en-us, en To: emacs-devel@gnu.org Subject: Bug in ebrowse Sender: emacs-devel-bounces+rms=gnu.org@gnu.org 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 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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel ------- End of forwarded message -------