From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfram Brenig Newsgroups: gmane.emacs.help Subject: emacs+ede+ecb questions Date: Mon, 11 Jan 2010 17:23:22 +0100 Message-ID: <20100111172322.263855bc@dell1.thp.nat.tu-bs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1263262485 27206 80.91.229.12 (12 Jan 2010 02:14:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 02:14:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 12 03:14:37 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.50) id 1NUWHF-0000KV-0V for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jan 2010 03:14:37 +0100 Original-Received: from localhost ([127.0.0.1]:35676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUWHF-0003Zt-IF for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jan 2010 21:14:37 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.dfncis.de PkEQCqIMmo/mNpeqODcfkQFRLxd46GnSY1EdiDyrpuoHLsw6eyMN++tuICqlcnTmpy Cancel-Lock: sha1:xxNn2E/ZUNGmlMbRHx6slgv4T8U= X-Newsreader: Claws Mail 3.7.2 (GTK+ 2.14.4; i586-http://packman.links2linux.de-linux-gnu) Original-Xref: news.stanford.edu gnu.emacs.help:176107 X-Mailman-Approved-At: Mon, 11 Jan 2010 21:08:29 -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:71185 Archived-At: Hi, is anybody out there using emacs + ede (cedet) + ecb ? I'm having several newbie's questions: 1) how can I set compiler flags (a) *per* sub-project or (b) *per* target ? Not the AM_....-type of flags, but such like CFLAGS="blabla". 2) If I have a source file which is a member of *several* targets of *several* sub-projects, how can I switch the file's current membership from one pair of (sub-projects/target) to another one other than purging its current buffer and reloading it from the other sub-projects directory. 3) Somewhat similar to the preceeding, if I have a source file which is a member of *several* targets within *one* sub-project, then, whenever I want to compile it, ede will ask me for which target. In principle that's ok. - but can't I somehow set a fixed target for compilation for a 'some time'. Always having to answer 'for which target?' is not very handy. 4) How can I display *.o (object) files in ede's speedbar? I found several places to change regexps for files to be, or not to be displayed, but none of them produced the *.o files to show up in ede's speedbar file view? 5) Can I tell ede to compile a specific target completely from scratch, although some *.o files may already have been compiled. Sure, one can delete *.o files on a file-by-file basis, but that is not very handy. 6) I am trying to use ede together with ecb and I want to have ede's speedbar instead of ecb's directory buffer. I have no problem in doing that, however once ede's speedbar replaces ecb's directory buffer, I cannot resize the speedbar's buffer anymore. Neither mouse_1,2, or 3 does this for me? How to resize speedbar's window in ecb? Thanks for any help, wb