From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitriy Igrishin Newsgroups: gmane.emacs.help Subject: Re: A guide on setting up C/C++ development environment for Emacs Date: Wed, 27 Aug 2014 16:48:37 +0400 Message-ID: References: <513ad0e2-f7f4-484c-b17b-7c94a8c2fc7a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409143746 10935 80.91.229.3 (27 Aug 2014 12:49:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2014 12:49:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: solidius4747@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 27 14:48:59 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 1XMceo-0002Vg-6k for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 14:48:58 +0200 Original-Received: from localhost ([::1]:59360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMcen-00080u-La for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 08:48:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMceX-00080o-11 for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 08:48:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMceV-0000Dr-JR for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 08:48:40 -0400 Original-Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:48256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMceV-0000Di-Dx for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 08:48:39 -0400 Original-Received: by mail-ie0-f181.google.com with SMTP id rp18so169445iec.26 for ; Wed, 27 Aug 2014 05:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VRZCtk9ioNMG43rzBeVHJ1TZj9D79XEUE/jED5Tjefk=; b=BbyIDp7zS8KWQU8O/Ihj+2aCUApCVpHNSAwWR8YRpLxshNZPop8LDUyHenDeTxJbug vwFOy8uXnTnl2P96OCQKTJxV1HEtyKGIQ1fWRkKGBW8lXsitPWMOoP5hNnqhrPjg8VfK 9DduLXHJdhruFEB+SKSDb/nwlN818oRcG133FxsHM9yTIHPT4SIrWAuxzHSBPIzYEzg9 NWkEbRPnrMjaP17VcKKkeIF8L0dcBl/JLCxbHtI7uWM4qE2MligqVKbjRO8Cf+RD93oS ozck43nZ+M8O80Aaiee1Abyvh8vUCTBU1fGPDp4GbLgVkBdw8hb7MUB0X8TjENHYHkBw WJ6g== X-Received: by 10.50.61.195 with SMTP id s3mr29082278igr.29.1409143718014; Wed, 27 Aug 2014 05:48:38 -0700 (PDT) Original-Received: by 10.107.132.144 with HTTP; Wed, 27 Aug 2014 05:48:37 -0700 (PDT) In-Reply-To: <513ad0e2-f7f4-484c-b17b-7c94a8c2fc7a@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::235 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:99413 Archived-At: Hi, Amazing work. Thank you! Although, I don't use CEDET because it's terrible slow for me. 2014-08-27 11:05 GMT+04:00 : > Hi list, > > I wrote a guide on setting up C/C++ development in Emacs that covers the > following 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-mode and semantic-sticky-func-mode. > semantic-idle-summary-mode displays function interface in the minibuffer > and semantic-sticky-func-mode displays interface 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 > -- // Dmitriy.