From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.help Subject: Re: What are your favorite C/C++ tools for emacs? Date: Sat, 16 Jun 2007 18:36:04 +0200 Message-ID: <87hcp7vouj.fsf@gmail.com> References: <87hcp8fhs2.fsf@kip.sateh.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182012107 21391 80.91.229.12 (16 Jun 2007 16:41:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 16:41:47 +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 Jun 16 18:41:46 2007 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 1HzbLL-0004di-Vc for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 18:41:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzbLL-00023Q-Kq for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 12:41:43 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net 3EqVQlZUPpVI8OhtfmVAMg9XBAZgYatC3WDCoyLHIbNO0sJOCL X-Orig-Path: news.individual.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux) Cancel-Lock: sha1:gm/VtORBcvR0ry7JSZB9H7+QZak= Original-Xref: shelby.stanford.edu gnu.emacs.help:149530 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:45118 Archived-At: Stefan Arentz writes: > I've been using emacs for a really long time as my primary tool when > working on C/C++ code but I've always just used the basics. A little > customized cc-mode, M-x compile and M-x man when working on UNIX code. > > I'm interested to hear from others what their favorite tools or > extensions are for doing C/C++ development with emacs. I know there is > a lot on the emacs wiki but I find it more interesting to hear it here > from people. > > S. I use cscope with xcscope.el (contrib subdir of the cscope archive). In addition CEDET and ECB. I debug using GUD inside emacs. In conjunction I use Planner to jot notes and provide links relevant to projects back to source information such as info pages, web sites, irc channels or even emails or nntp posts. Nice.