From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lingyu.ma.fu@googlemail.com Newsgroups: gmane.emacs.help Subject: Re: emacs as a C++ IDE Date: Mon, 27 Oct 2008 20:21:20 -0700 (PDT) Organization: http://groups.google.com Message-ID: <207373df-8164-4bb3-b93d-9f23e71abee3@75g2000hso.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1225168234 3243 80.91.229.12 (28 Oct 2008 04:30:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 04:30:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 05:31:35 2008 connect(): Connection refused 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 1KugEv-0008NF-Qo for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 05:31:34 +0100 Original-Received: from localhost ([127.0.0.1]:33415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KugDp-00052U-N3 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 00:30:25 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!75g2000hso.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 82.194.105.234 Original-X-Trace: posting.google.com 1225164080 7844 127.0.0.1 (28 Oct 2008 03:21:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 28 Oct 2008 03:21:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 75g2000hso.googlegroups.com; posting-host=82.194.105.234; posting-account=HeF48AoAAADJjyb_W7wYktndwC9KZqr5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163855 X-Mailman-Approved-At: Tue, 28 Oct 2008 00:27:57 -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:59198 Archived-At: On 10=D4=C24=C8=D5, =CF=C2=CE=E711=CA=B157=B7=D6, alessandro.bernardini.1..= .@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. in my memory there're four tools you could use: Ebrowse etags escope xrefacotry you could find the information in google.