From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wei Weng Newsgroups: gmane.emacs.help Subject: Re: emacs as a C++ IDE Date: Sat, 04 Oct 2008 23:31:01 -0400 Organization: Acecape, Inc. Message-ID: <1223177460.103458@nntp.acecape.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223226674 5592 80.91.229.12 (5 Oct 2008 17:11:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Oct 2008 17:11:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 05 19:12:11 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KmX6v-0002LT-8m for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 19:09:37 +0200 Original-Received: from localhost ([127.0.0.1]:33071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmX5r-0006VY-T1 for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Oct 2008 13:08:31 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!wns14feed!worldnet.att.net!209.197.12.242!nx01.iad.newshosting.com!newshosting.com!post01.iad!not-for-mail User-Agent: Thunderbird 2.0.0.17 (X11/20080925) Original-Newsgroups: gnu.emacs.help In-Reply-To: Cache-Post-Path: nntp.acecape.com!unknown@p67-47.acedsl.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Lines: 34 Original-X-Complaints-To: abuse@newshosting.com Original-Xref: news.stanford.edu gnu.emacs.help:163030 X-Mailman-Approved-At: Sun, 05 Oct 2008 13:06:49 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58386 Archived-At: alessandro.bernardini.1979@gmail.com wrote: > I want to use Emacs for C++ programming with SuSE LINUX and Windows > Vista. > > I have readed the Emacs manual and searched the web, but i still have > those questione: > > - how can i have interactive help in emacs writing C++ code ? If i > write a C++ keyword, I would like to get help and informations and > examples about it, only typing a command. > > - how can i browse classes in emacs ? Is cscope the best tool ? I > woluld like to have informations about any classes or functions in my > code, and to browse it easily. I need informations not only about the > classes in my file, but in all header files too and so on recursively, > INCLUDING the standard library. Is this possible ? > > - what about ecb ? What other tools i need ? > > Thank you very much in advance ! > > A.B. I use ecb with semantic 1.0, and a CVS build of emacs 23. ECB is pretty good. :) You can use ebrowse if you want to have a global view of all the classes in all of your related C++ projects. Thanks Wei