From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: Emacs as C++-IDE Date: Sun, 04 Sep 2011 12:16:37 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <87sjstjjnc.fsf@ma-patru.mathematik.uni-karlsruhe.de> <877h5o214a.fsf@gmail.com> Reply-To: help-gnu-emacs@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315131293 10152 80.91.229.12 (4 Sep 2011 10:14:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 4 Sep 2011 10:14:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 04 12:14:49 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R09ix-0004OU-MH for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Sep 2011 12:14:47 +0200 Original-Received: from localhost ([::1]:60566 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R09ix-0000hx-4Z for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Sep 2011 06:14:47 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R09is-0000hg-DM for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 06:14:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R09ir-0001UC-4m for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 06:14:42 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R09iq-0001U8-QQ for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 06:14:41 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R09iq-0004MX-0A for help-gnu-emacs@gnu.org; Sun, 04 Sep 2011 12:14:40 +0200 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2011 12:14:39 +0200 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Sep 2011 12:14:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 33 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:apXClzv5s6Ej85r+Q+144F6DQ8E= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:82140 Archived-At: a machine of awareness writes: > Nicolas Neuss writes: > >> Hello, >> >> a question of interest [*] to the C++ programmers using Emacs. >> >> I asked a C++ developer who had written up something about using >> KDevelop as C++-IDE what were the advantages compared with Emacs, and he >> answered as follows: >> >> http://www.dealii.org/~archiver/dealii/msg06854.html >> >> Is his description adequate? Or has Emacs comparable functionality >> (maybe via TAGS, or others). >> >> Nicolas >> >> [*] I myself usually program in Common Lisp and do not have immediate >> use for the information. >> > oh,the description is no compete right. > Emacs can do all thing in > http://www.dealii.org/~archiver/dealii/msg06854.html thing, > and do better,more efficiency. You have an example set up demonstrating this? Not just "cedet kind of does it" but a working set up dealing with projects and type sensitive completion as well as "referenced from"? Its a frequently asked question.