From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Flatman Newsgroups: gmane.emacs.devel Subject: emacs cvs on macosx Date: Sun, 22 May 2005 15:40:22 +0200 Organization: Flatsoft Message-ID: Reply-To: flatman@swing.be NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116772983 20175 80.91.229.2 (22 May 2005 14:43:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 14:43:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 16:43:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZreT-00041E-8N for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 16:42:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZrhj-0002aI-Sk for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 10:45:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZrgI-0001fU-2P for emacs-devel@gnu.org; Sun, 22 May 2005 10:43:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZrgD-0001cG-OD for emacs-devel@gnu.org; Sun, 22 May 2005 10:43:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZrgC-0001YO-Cq for emacs-devel@gnu.org; Sun, 22 May 2005 10:43:48 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DZrU3-0002Tc-K9 for emacs-devel@gnu.org; Sun, 22 May 2005 10:31:15 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DZrJP-00024r-Bb for emacs-devel@gnu.org; Sun, 22 May 2005 16:20:15 +0200 Original-Received: from 83-134-1-218.paille.goplus.fastdsl.tiscali.be ([83.134.1.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 May 2005 16:20:15 +0200 Original-Received: from flatman by 83-134-1-218.paille.goplus.fastdsl.tiscali.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 May 2005 16:20:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 83-134-1-218.paille.goplus.fastdsl.tiscali.be User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:uWr5swcy4XntgZCi/mzFZdvu9EY= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37468 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37468 Hi When building emacs from cvs on macosx I got this weird behaviour that the GUI window stays in the back while other windows overlap it. Emacs works nice with -nw option But when launched in Aqua/GUI, the app window can't be made frontmost :-( Any idea ? I build emacs this way : export CVS_RSH=ssh cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs cd emacs make distclean ./configure --enable-carbon-app --without-x make bootstrap # if all is ok then install if I want to echo sudo make install