From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: alessandro.bernardini.1979@gmail.com Newsgroups: gmane.emacs.help Subject: emacs as a C++ IDE Date: Sat, 4 Oct 2008 08:57:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: 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 1223145506 3656 80.91.229.12 (4 Oct 2008 18:38:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2008 18:38:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 04 20:39:25 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 1KmC28-0002uz-Ow for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Oct 2008 20:39:17 +0200 Original-Received: from localhost ([127.0.0.1]:52045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmC15-0007bv-7Z for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Oct 2008 14:38:11 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m3g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 129.187.87.10 Original-X-Trace: posting.google.com 1223135851 8405 127.0.0.1 (4 Oct 2008 15:57:31 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 4 Oct 2008 15:57:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m3g2000hsc.googlegroups.com; posting-host=129.187.87.10; posting-account=GW7LLgoAAACHE7rGybiaK509ma3nN9yc User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 linux.biblio.tu-muenchen.de:3128 (Squid/2.3.STABLE4-hno.CVS) Original-Xref: news.stanford.edu gnu.emacs.help:163011 X-Mailman-Approved-At: Sat, 04 Oct 2008 14:37:38 -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:58357 Archived-At: 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.