From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: D P Schreber Newsgroups: gmane.emacs.help Subject: Re: X11 Mac OS X 10.3 emacs fink: only terminal? Date: 13 Dec 2004 15:56:03 GMT Message-ID: <325scjF3gmkjmU1@individual.net> References: <1102952440.733798.50520@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102953609 5852 80.91.229.6 (13 Dec 2004 16:00:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 16:00:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 13 16:59:56 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 1Cdsc7-000763-00 for ; Mon, 13 Dec 2004 16:59:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdsmD-0001ww-Fl for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2004 11:10:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-X-Trace: individual.net r9sCwWoO+qnKw5reTBHy1AiAajwUthP2iG57AxuGL5bQwUfpXr User-Agent: slrn/0.9.8.1 (Darwin) Original-Xref: shelby.stanford.edu gnu.emacs.help:127276 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:22705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22705 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 ...')? > 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. > 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? When you launch from Terminal, what's the value of DISPLAY? > Apple X11 (based on Xfree4.3.0) Did you install the X11 developer package as well? > 4) Before I used to use an applescript to launch my X11 emacs If you fix up ~/.MacOSX/environment.plist you won't have to do this silliness any more...