From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kal Newsgroups: gmane.emacs.help Subject: Using Emacs for C programming Date: Tue, 18 Jul 2006 19:35:49 +0200 Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com Message-ID: <44bd1bf5$0$5483$9a6e19ea@unlimited.newshosting.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153244485 9535 80.91.229.2 (18 Jul 2006 17:41:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jul 2006 17:41:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 18 19:41:24 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G2tZQ-0006xd-7Y for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jul 2006 19:41:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2tZP-0006hL-Pc for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jul 2006 13:41:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!feed.news.qwest.net!mpls-nntp-01.inet.qwest.net!nx01.iad01.newshosting.com!newshosting.com!post02.iad01!not-for-mail User-Agent: Thunderbird 1.5.0.4 (X11/20060615) Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-X-Complaints-To: abuse@newshosting.com Original-Xref: shelby.stanford.edu gnu.emacs.help:140420 Original-To: help-gnu-emacs@gnu.org 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:36051 Archived-At: Hello, I'm new to Emacs and I'm looking for help to use it as an IDE. I've made some search on google, and found this tool : Xrefactory - http://www.xref-tech.com/xrefactory/more_c_completion.html This seems to be very interesting. By the way, this plugin cost 399$ and it's closed source. So, is it possible to get something similar to this ? I know the autocompletion key : M-/ but it works only on words already presents. For example, the first time I type "pri" and press M-/, it won't complete it to "printf". In fact, i'm looking for a way to get emacs working as Anjuta/Eclipse/Netbeans. Why do I want to use Emacs instead of an IDE ? - It's light - I can use GDB with it, playing with Makefile - Reading my mail - etc... When I saw that Emacs was able to do all that things, I've decided to install it and read his integrated tutorial. Now, I want to program, and look for a way to do it well. Regards, Kal