From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Emar" Newsgroups: gmane.emacs.help Subject: Re: X11 Mac OS X 10.3 emacs fink: only terminal? Date: 13 Dec 2004 08:33:01 -0800 Organization: http://groups.google.com Message-ID: <1102955581.464014.24580@f14g2000cwb.googlegroups.com> References: <1102952440.733798.50520@z14g2000cwz.googlegroups.com> <325scjF3gmkjmU1@individual.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1102956237 15640 80.91.229.6 (13 Dec 2004 16:43:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 16:43:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 13 17:43:51 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 1CdtAA-0002kF-00 for ; Mon, 13 Dec 2004 17:35:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdtKG-0005em-Ep for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2004 11:45:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 47 Original-NNTP-Posting-Host: 131.174.187.196 Original-X-Trace: posting.google.com 1102955604 7834 127.0.0.1 (13 Dec 2004 16:33:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 13 Dec 2004 16:33:24 +0000 (UTC) In-Reply-To: <325scjF3gmkjmU1@individual.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=131.174.187.196; posting-account=jCPyLgwAAACAEKDRHi-p4n6aREH3nV-c Original-Xref: shelby.stanford.edu gnu.emacs.help:127278 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:22707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22707 D P Schreber wrote: > On 2004-12-13, Emar wrote: > > Here's my problem: I installed Emacs with X11 support through Fink on > > Mac OS X 10.3. > > You installed a precompiled binary package (with dselect or apt-get) or > you built it from sources ('fink install ...')? source, with "fink install" > > > I've done it before and it worked great, but now I can't > > seem to get Emacs out of terminal mode. I can only launch it from > > Apple's Terminal.app and X11 terminals (after setting the PATH > > variables to include /sw/bin/) > > If you define PATH in ~/.MacOSX/environment.plist to include /sw/bin, > you won't have to go through an intermediate shell in this way. Yeah, I recently found out about that and did just that. > > > > and then it stays in the terminal > > When you launch it from the xterm, where is /sw/bin on PATH? To put it > another way, what does 'which emacs' say? "which emacs" gives "/sw/bin/emacs", as it should > > When you launch from Terminal, what's the value of DISPLAY? "echo $DISPLAY" gives ":0.0" > > > > Apple X11 (based on Xfree4.3.0) > > Did you install the X11 developer package as well? yeah, downloaded and installed (some components of) XCode 1.5 (I'll re-install it to see if I missed something) Concerning your other point: I tried two carbon builds but they didnt work well somehow, at least one had problems with emacsclient/server, and then I use xdvi (with emacs/latex) under X11 so I couldnt get rid of X11 anyway