From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Livin Stephen Sharma Newsgroups: gmane.emacs.help Subject: Re: ecb/jde: returning to the 'edit1' window after jde-compile window auto-closes. Date: Fri, 20 Apr 2007 20:56:36 +0530 Message-ID: <4A72FFE0-E735-409B-AB35-89D0DC14A68A@gmail.com> References: <1176874491.277483.167370@b58g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177082838 23212 80.91.229.12 (20 Apr 2007 15:27:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 15:27:18 +0000 (UTC) To: emacs-help gnu gnu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 20 17:27:10 2007 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 1Hev0q-0003dh-AJ for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 17:27:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hev5u-0008PL-Dw for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 11:32:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hev5f-0008PF-E6 for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 11:32:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hev5c-0008P1-Mb for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 11:32:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hev5c-0008Oy-Gk for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 11:32:00 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.231]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hev0X-0004ij-IQ for help-gnu-emacs@gnu.org; Fri, 20 Apr 2007 11:26:45 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s17so1010776wxc for ; Fri, 20 Apr 2007 08:26:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=k7Gu1obFH92LYrIOeEOvN3L8+qDEcp8GgM2uvXn7SC08OilWLIAVFUBLzDsG5uznVPmGDQaercejZLnwWT83cZxD8iXjES7BFNMBsxFSVododn06GUeox30aaUsxeM0ANt81y219ZicmvcfMpkr/nNzQqkIIVHHeN68mRTqIcRw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=ab9DIn8RqKNEdm23ZaqJAyw02ZWcdp4hH3DrSAmX0KSrrjolTRiBIvVGmswe5awQGUsoDdo90z7SlX7L9015jxwICCeX5sp2d/ExLDqucth3S+te+NUV/chdbxWqiOmhXn0yROqWFsBca9i+lY+qV94K423lp68+tqvQ8Yih65g= Original-Received: by 10.90.79.6 with SMTP id c6mr3113268agb.1177082804991; Fri, 20 Apr 2007 08:26:44 -0700 (PDT) Original-Received: from ?10.9.1.149? ( [124.30.119.98]) by mx.google.com with ESMTP id 6sm4453576agd.2007.04.20.08.26.41; Fri, 20 Apr 2007 08:26:43 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.752.2) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:42895 Archived-At: Klaus, I hope this info helps... ecb-version... '(ecb-options-version "2.32") jdee-version... JDEE 2.3.5.1 jdee-option... jde-compile-enable-kill-buffer [to hide the compile window if compilation successful]. Many thanks for your interest! --livin.stephen On 20-Apr-07, at 18:20 , Klaus Berndl wrote: > >> From the developer/maintainer of ECB: probably the jde-window- >> functions are > not all compatible with the ECB-window-management - ECB does > already a lot of > compatibility stuff to make applications like JDEE working as best > as possible > in combination with ECB but i suppose the current compile-window- > closing of > JDEE does somewhere something tricky which is not covered by the > compatibility-code of ECBs window-engine.... > > Maybe i find the time to look deeper into the problem but i can not > admit > because i'm quite busy... > > Which version of ECB and JDEE are you using? what is the name of this > jde-option which forces this automatically compile-window-closing? > > Klaus > > On 17 Apr 2007, Livin Stephen wrote: > >> Hi emacs+jde+ecb users. >> >> >> I use (aqua)emacs with jde and ecb - all three are *very recent* >> builds. >> >> I have this in my prj.el file: >> '(jde-compile-enable-kill-buffer t) >> >> My problem is that after compilation, when the jde-compile window >> closes itself (due to the jde option specified above), the cursor is >> placed in the first (topmost) of the ecb-windows. For example, it is >> placed in the "ecb-directories" window if I'm using the "right1" >> ecb- >> layout. >> >> >> I have to keep running the command ecb-goto-window-edit1 to >> return to >> the window where I'm editing code. >> >> As a convenience, I do a global-set-key routine to map C-c 1 to this >> function (ecb-goto-window-edit1). >> >> >> Is there a better/permanent fix that anyone can suggest ? >> >> Regards >> --lss > > -- > Klaus Berndl mailto: klaus.berndl@sdm.de > sd&m AG http://www.sdm.de > software design & management > Carl-Wery-Str. 42, 81739 Muenchen, Germany > Tel +49 89 63812-392, Fax -220 > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs