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: can one run tk/Ruby gui code from an emacs shell with compile? Date: Sat, 19 Nov 2005 19:16:01 -0500 (EST) Message-ID: References: <84ab57a986a827e51369ec1e74a4e839@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1132445843 18865 80.91.229.2 (20 Nov 2005 00:17:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 00:17:23 +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 01:17:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EdctB-0003d7-VF for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2005 01:17:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdctB-0002LE-6g for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Nov 2005 19:17:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EdcsJ-0002Ks-3q for help-gnu-emacs@gnu.org; Sat, 19 Nov 2005 19:16:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EdcsH-0002KW-OD for help-gnu-emacs@gnu.org; Sat, 19 Nov 2005 19:16:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EdcsH-0002KR-DL for help-gnu-emacs@gnu.org; Sat, 19 Nov 2005 19:16:05 -0500 Original-Received: from [140.247.94.230] (helo=wjh1.wjh.harvard.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EdcsH-0008Cx-B2 for help-gnu-emacs@gnu.org; Sat, 19 Nov 2005 19:16:05 -0500 Original-Received: from localhost (anne@localhost) by wjh1.wjh.harvard.edu (8.11.7p2/8.11.6) with ESMTP id jAK0G1C22185; Sat, 19 Nov 2005 19:16:01 -0500 (EST) Original-To: Peter Dyballa In-Reply-To: <84ab57a986a827e51369ec1e74a4e839@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:31180 Archived-At: What is the story, one step too many and you fall back into the infierno, orpheus or some such? Turning the le into el and rebooting, emacs now gives me a permission denied on line 1, which is the require 'tk' line. turning the .el back to .le did not get it to work again. There is no Dyld that I can see. EMACSDATA=/Applications/Emacs.app/Contents/Resources/etc EMACSDOC=/Applications/Emacs.app/Contents/Resources/etc EMACSLOADPATH=/Applications/Emacs.app/Contents/Resources/lisp:/Applications/Emacs.app/Contents/Resources/leim:/Applications/Emacs.app/Contents/Resources/site-lisp EMACSPATH=/Applications/Emacs.app/Contents/MacOS/libexec:/Applications/Emacs.app/Contents/MacOS/bin HOME=/Users/anne INFOPATH=/Applications/Emacs.app/Contents/Resources/info PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin PWD=/Users/anne/Desktop SECURITYSESSIONID=211460 SHELL=/bin/bash SHLVL=1 USER=anne _=/usr/bin/env __CF_USER_TEXT_ENCODING=0x1F6:0:0 Oh well, terminal still works fine. And well, I have learned something about the complexity of setting things up to work together! ~/.bashrc has # add /usr/local/bin to the path export PATH=/usr/local/bin:$PATH this does not have your " quote" but adding the " does not resolve this new permission denied mesage. This is how it was when it worked. I had not added anything in this file about Dyld apparently. Just entered the command at the prompt. I did not touch the ~/MacOSX/environment.plist version="1.0" encoding="UTF-8"?> PATH /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin Litteraly, the only things I changed knowingly was adding the " " in ~/.bashrc and removing them, and changing file from .le to .el and back to carbon-emacs-builtin.aspell.le carbon-emacs-japanese-init.el carbon-emacs-path.el Strange. Bummer anne