From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Arentz Newsgroups: gmane.emacs.help Subject: Re: Extensions to make C/C++ development easier? Date: 10 Sep 2006 17:19:02 +0200 Message-ID: <87fyez7nrt.fsf@kip.sateh.com> References: <87odto6nvs.fsf@kip.sateh.com> <87ejukc880.fsf@herrrossi.mmweg.rwth-aachen.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157902846 32411 80.91.229.2 (10 Sep 2006 15:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Sep 2006 15:40:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 10 17:40:45 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMRQK-0005lk-W7 for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Sep 2006 17:40:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMRQK-0001cp-JD for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Sep 2006 11:40:44 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!transit.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Original-Lines: 26 Original-NNTP-Posting-Host: 82.94.255.227 Original-X-Trace: 1157901962 news.xs4all.nl 4531 [::ffff:82.94.255.227]:4491 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: shelby.stanford.edu gnu.emacs.help:141655 Original-To: help-gnu-emacs@gnu.org 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:37277 Archived-At: Thorsten Bonow writes: > >>>>> "Stefan" == Stefan Arentz writes: > > Stefan> What are the favorite extensions here for making C/C++ development > Stefan> easier? > > Stefan> I'm used to a Java IDE with symbol completion, lookup of > Stefan> documentation, completion on structs/classes, etc. Are those things > Stefan> available for emacs when doing C/C++ development? > > Stefan> S. > > Hi, > > this is a FAQ. > > You should google for related threads or things like "semantic/cedet, > intellisense, cscope or gtags". A good starting point is the programming section > of the emacs wiki. I've looked at the wiki and I see many possibilities. I am however more interested in some opinions and real world experience. What works, what doesn't work. S.