From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anne G Newsgroups: gmane.emacs.help Subject: Re: can one run tk/Ruby gui code from an emacs shell with compile? Date: Sun, 20 Nov 2005 09:41:22 -0500 (EST) Message-ID: References: <5594e70a5f00c1b800e4e04d56e93054@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1132497812 23665 80.91.229.2 (20 Nov 2005 14:43:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 14:43:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 20 15:43:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EdqP9-0004HO-Nv for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2005 15:42:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdqP8-0008FQ-RA for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2005 09:42:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EdqNl-0008C3-Q3 for help-gnu-emacs@gnu.org; Sun, 20 Nov 2005 09:41:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EdqNh-0008B7-5R for help-gnu-emacs@gnu.org; Sun, 20 Nov 2005 09:41:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdqNg-0008Ax-Nz for help-gnu-emacs@gnu.org; Sun, 20 Nov 2005 09:41:25 -0500 Original-Received: from [140.247.94.249] (helo=wjh2.wjh.harvard.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EdqNg-0005Xe-S4 for help-gnu-emacs@gnu.org; Sun, 20 Nov 2005 09:41:25 -0500 Original-Received: from localhost (anne@localhost) by wjh2.wjh.harvard.edu (8.11.7p2/8.11.6) with ESMTP id jAKEfMS21956; Sun, 20 Nov 2005 09:41:22 -0500 (EST) Original-To: Peter Dyballa In-Reply-To: <5594e70a5f00c1b800e4e04d56e93054@Web.DE> 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: news.gmane.org gmane.emacs.help:31194 Archived-At: Yes, I was getting tired. I must have done compile myfilename instead of compile ruby myfilename. That's probably why I got the permission denied. And something replaced request with Request in emacs, and Request does not work. In any case, I got terminal and emacs to work again. I commented with # the line in /.emacs_bash and moved the file from le to el and rebooted. terminal and emacs still work. env | egrep -w 'PATH|DYLD_LIBRARY_PATH' in the emacs shell: PATH=/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin DYLD_LIBRARY_PATH=/Applications/Emacs.app/Contents/Resources/lib with cat ~/.emacs_bash # unset DYLD_LIBRARY_PATH and cat ~/.bashrc # Add /usr/local/bin to the path export PATH=/usr/local/bin:$PATH and ~/.MacOSX/environment.plist PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin