From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: solidius4747@gmail.com Newsgroups: gmane.emacs.help Subject: A guide on setting up C/C++ development environment for Emacs Date: Wed, 27 Aug 2014 00:05:15 -0700 (PDT) Message-ID: <513ad0e2-f7f4-484c-b17b-7c94a8c2fc7a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1409123431 15950 80.91.229.3 (27 Aug 2014 07:10:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2014 07:10:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 27 09:10:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XMXN7-0004UO-A6 for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 09:10:21 +0200 Original-Received: from localhost ([::1]:57873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMXN6-0007C5-Pq for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 03:10:20 -0400 X-Received: by 10.42.188.84 with SMTP id cz20mr23877370icb.1.1409123115610; Wed, 27 Aug 2014 00:05:15 -0700 (PDT) X-Received: by 10.50.30.1 with SMTP id o1mr685604igh.0.1409123115500; Wed, 27 Aug 2014 00:05:15 -0700 (PDT) Original-Path: usenet.stanford.edu!r2no8172170igi.0!news-out.google.com!ef6ni1igb.0!nntp.google.com!uq10no5651801igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.161.32.83; posting-account=c2AWuQoAAACA36o69JJJEmXY5MOg4YNp Original-NNTP-Posting-Host: 14.161.32.83 User-Agent: G2/1.0 Injection-Date: Wed, 27 Aug 2014 07:05:15 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207134 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99411 Archived-At: Hi list, I wrote a guide on setting up C/C++ development in Emacs that covers the fo= llowing topics: - Source code navigation: jump around Linux kernel with easy, find any file= in project, find any definition and reference in project. - Smart completion with CEDET and Semantic. - More code navigation with Senator. - Project management with EDE and Projectile. - Display source code source code information with semantic-idle-summary-mo= de and semantic-sticky-func-mode. semantic-idle-summary-mode displays funct= ion interface in the minibuffer and semantic-sticky-func-mode displays inte= rface of current function point is in. - Utilities for source code editing. - Compile with Compilation mode. - Debugging with GDB Many Windows or plain old GUD. The link: http://tuhdo.github.io/c-ide.html