From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Emar" Newsgroups: gmane.emacs.help Subject: X11 Mac OS X 10.3 emacs fink: only terminal? Date: 13 Dec 2004 07:40:40 -0800 Organization: http://groups.google.com Message-ID: <1102952440.733798.50520@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1102952703 2966 80.91.229.6 (13 Dec 2004 15:45:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2004 15:45:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 13 16:44: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 1CdsNb-0005ff-00 for ; Mon, 13 Dec 2004 16:44:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdsXi-0004K7-0J for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2004 10:55:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 131.174.187.196 Original-X-Trace: posting.google.com 1102952444 23123 127.0.0.1 (13 Dec 2004 15:40:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 13 Dec 2004 15:40:44 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=131.174.187.196; posting-account=jCPyLgwAAACAEKDRHi-p4n6aREH3nV-c Original-Xref: shelby.stanford.edu gnu.emacs.help:127275 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:22704 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22704 Hi List, Here's my problem: I installed Emacs with X11 support through Fink on Mac OS X 10.3. 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/) and then it stays in the terminal, whereas I would like to get my scrolling and toolbars and stuff back. Details: 1) I have: fink 0.7.1.rsync emacs21-xaw3d 21.3.50-20041117 xaw3d 1.5-8 xaw3d-shlibs 1.5-8 Mac OS X 10.3 Apple X11 (based on Xfree4.3.0) 2) I also have ghostview installed through fink and that works perfect in X11, so it can't really be a general fink vs X11 problem, or? 3) Emacs works fine too, but it acts as it had been given the -nw option (--no-window-system), or as if I had installed emacs-nox (while neither is the case) 4) Before I used to use an applescript to launch my X11 emacs, now that script doesn't work anymore and the event log looks like this: tell application "X11" activate end tell tell current application do shell script "export DISPLAY=:0;source /sw/bin/init.sh;emacs ~/Documents;" "emacs: standard input is not a tty" Question: Is there some setting in X11 or in Emacs that cause this behavior (i.e. not recognizing the windowmanager or something?) Thanks, Emar