From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: install for x11 on mac os x Date: Mon, 06 Dec 2004 08:49:05 -0500 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102341425 25730 80.91.229.6 (6 Dec 2004 13:57:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2004 13:57:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 06 14:56:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbJMH-0006QB-00 for ; Mon, 06 Dec 2004 14:56:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbJQt-00048I-3F for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2004 09:01:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbJPA-00043N-3y for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:59:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbJP8-00042m-UL for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:59:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbJP8-00042j-S4 for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:59:54 -0500 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbJEh-0007l5-2a for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:49:07 -0500 Original-Received: from empanada.home ([67.68.219.169]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041206134906.DVRN1614.simmts5-srv.bellnexxia.net@empanada.home>; Mon, 6 Dec 2004 08:49:06 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id 55748390E04; Mon, 6 Dec 2004 08:49:06 -0500 (EST) Original-To: Dimitri Hendriks In-Reply-To: (Dimitri Hendriks's message of "Mon, 6 Dec 2004 14:44:41 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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: main.gmane.org gmane.emacs.devel:30749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30749 > cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs > cd emacs > ./configure --with-x --without-carbon > make bootstrap > Unfortunately, it only gives me a terminal-mode emacs, which is not I want! > I want it to be running under the X11, an X window server and the full GUI > as UNIX users are used to. > The behaviour I have is as if I had not set the $DISPLAY variable, but > I did! > Moreover, other X programs do behave as expected. It works here. How do you start your Emacs? What did the ./configure step say at the end (did it say it was going to use LUCID or somesuch)? Stefan