From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: C++ class members completion Date: Wed, 31 Oct 2007 21:52:52 +0200 Message-ID: References: <13504433.post@talk.nabble.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1193860389 27210 80.91.229.12 (31 Oct 2007 19:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2007 19:53:09 +0000 (UTC) Cc: Emacs-devel@gnu.org To: ring0 Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 31 20:53:11 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1InJcj-0005zu-KV for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 20:53:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InJcZ-0003p9-VG for ged-emacs-devel@m.gmane.org; Wed, 31 Oct 2007 15:53:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InJcW-0003oj-M0 for emacs-devel@gnu.org; Wed, 31 Oct 2007 15:52:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InJcV-0003mt-6D for Emacs-devel@gnu.org; Wed, 31 Oct 2007 15:52:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InJcV-0003mh-19 for Emacs-devel@gnu.org; Wed, 31 Oct 2007 15:52:55 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InJcU-0007bs-Gf for Emacs-devel@gnu.org; Wed, 31 Oct 2007 15:52:54 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-212-193.inter.net.il [84.229.212.193]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IEV38027 (AUTH halo1); Wed, 31 Oct 2007 21:50:15 +0200 (IST) In-reply-to: <13504433.post@talk.nabble.com> (message from ring0 on Wed, 31 Oct 2007 00:58:16 -0700 (PDT)) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:82247 Archived-At: > Date: Wed, 31 Oct 2007 00:58:16 -0700 (PDT) > From: ring0 > Cc: > > > Is there a reliable module (.el or with recompilation in C++ mode or new one) > allowing Emacs to > > - read include files on-the-fly and record classes structure > - parse the code and record objects declarations > - after typing an object (instance of a class) and `.' (or `->' if it can > deduce it is a pointer) and, say, [C-TAB] would suggest the members of the > class (completion) > - perform other operations, like showing class declaration in another window > etc... Try the Ebrowse package (bundled with Emacs). It is documented in its own manual, in case you would like to read about it first.