From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mario Lassnig Newsgroups: gmane.emacs.help Subject: Re: No automatic tabs in Emacs? Date: Mon, 06 Dec 2010 11:41:13 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <4CF6BAEC.2070400@gmail.com> <6d104acb-b2b8-419a-b30d-c1db0474386c@m35g2000vbn.googlegroups.com> <877hfrpg0p.fsf@kuiper.lan.informatimago.com> Reply-To: mario@lassnig.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291950628 24481 80.91.229.12 (10 Dec 2010 03:10:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 03:10:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 04:10:23 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQtNG-0000LB-2l for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 04:10:22 +0100 Original-Received: from localhost ([127.0.0.1]:47919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQtNF-00050p-FQ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:10:21 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 56 Original-NNTP-Posting-Host: D53vwQ+X8mXYrakDmdrzeQ.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 Original-Xref: usenet.stanford.edu gnu.emacs.help:182908 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:09:24 -0500 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:77251 Archived-At: On 12/6/10 11:24 AM, Miles Bader wrote: > I'm confused; are you implying that CEDET's project-management is > somehow hard to use or figure out? Have you used it? I've been trying to figure out the following workflow with CEDET, but ultimately I had to give up, due to me not having days to figure it out... The workflow is as follows: I have a directory structure like so: project/ /src/ /subdir1/ a.cpp a.h /subdir1/ b.cpp b.h main.cpp /build/ ... /docs/ ... /externals/ externalA/ includes externalB/ includes Makefile Now, the only thing I want is that when I open a file in the src/ directories, to have emacs know about the includes from the externals and the other src directories, and if i save any file to execute the makefile from the top directory. "How hard can that be?" I thought... emacs only needs to know about the includes directory to get the cedet fun stuff enabled, and a save-hook for the makefile. Figures, I've been completely unable to even parse the documentation to find out where to start on how to configure this. Do I have to place a special configuration file in the project main? Do I have to place some configuration lines in a file? Do I have to set something in my .emacs? And if yes on any of this, how? In fact, I think if someone knows how to do this very very very simple thing of a workflow, and makes a "I'm a dummy" tutorial for this, (including on how to enable cedet in .emacs!) then I guess thousands of developers would be very very very happy. Peace out :)