From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: emacs ide Date: Thu, 22 Aug 2013 21:38:04 +0200 Message-ID: <5216689C.6070005@easy-emacs.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1377200211 16811 80.91.229.3 (22 Aug 2013 19:36:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Aug 2013 19:36:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 22 21:36:53 2013 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 1VCagf-0001JB-2x for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Aug 2013 21:36:53 +0200 Original-Received: from localhost ([::1]:33364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCage-0006Hg-N8 for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Aug 2013 15:36:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCagN-0006HG-Hc for help-gnu-emacs@gnu.org; Thu, 22 Aug 2013 15:36:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCagG-0007e1-12 for help-gnu-emacs@gnu.org; Thu, 22 Aug 2013 15:36:35 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.8]:63937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCagF-0007dN-Oq for help-gnu-emacs@gnu.org; Thu, 22 Aug 2013 15:36:27 -0400 Original-Received: from purzel.sitgens (brln-4dbc7ac0.pool.mediaWays.net [77.188.122.192]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MATf8-1VMzzu2zgQ-00BbVU; Thu, 22 Aug 2013 21:36:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: X-Provags-ID: V02:K0:JZvCr5lsouU/zJ9XoGycMd7QaumW9mwNcNfaHPAuVmg R7bmNmLXjEifiKYkVW6+KNGGi5LczLi3C09ADaWERIeVou0fey 6RDyjGojFYCBeQi29NNRpHf3qajKPNnZPKSuicoaLFKmnMGNZ/ p60dqOMnGvdPo769BaNGX66EobHJC6sD57dJo2wFYJ6cpXbPDg CE1eGWk9+7BYz3wLPFwGFN9jJOP+q0X2O2Y1wp5fWkpf6qKWGi nOKHvCkjeBCRxktH15oQLjXBVeBmmPZGufG+xu6ciWBfUjcB7N 1Polt0blw4Uf5q8uF9IIvRfgk8Q1kH5LwR+OzhdIKFJD+8eOWQ s2FiWV+aJlhzY6pTUBn/9C367IhUAFDgYwuYlLSE9 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.8 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:93056 Archived-At: Am 22.08.2013 14:05, schrieb Luca Ferrari: > Now this can be trivial, but I'd like to fully use Emacs as my primary > IDE-like environment for software development. > I currently use Emacs to code in Perl, PHP, C/C++, shell and SQL. All > the major modes work greats, but I'm not fully happy with autocomplete > (a needed feature in my opinion) because it tends to propose > completions based only on syntactic tokens and not on semantic > members. This means, for instance, that if I mispelled a variable in > one of my buffers, this will propagate as a possible completion. > I'm not sure if cedet is the way to go. > Anyone has some special setup to have a look at in order to get a more > ide-like behavior of Emacs? > - autocompletion > - code navigation > - documentation browsing > - (not really important to me) project file grouping > > Thanks, > Luca > > AFAIU IDE's which deliver a reasonable auto-completion for a language work with that many coders as Emacs core developers are active. So it's an operational issue. Emacs lacks an infrastructure for employment. At least that's what I think, Andreas