all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@web.de>
To: Markus.Arike@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs *inferior-lisp* process not starting
Date: Thu, 28 Oct 2010 21:37:10 +0200	[thread overview]
Message-ID: <5412516F-B981-4BD0-8515-771A0C0F809C@web.de> (raw)
In-Reply-To: <90e6ba53a7725e64530493af03b8@google.com>


Am 28.10.2010 um 17:29 schrieb Markus.Arike@gmail.com:

> For a temporary fix I made a symlink to /usr/local/bin/ccl64 and it  
> sort of works how a freshly installed Emacs is configured. My  
> question is this: Since this error that I noted in my original post  
> is happening on all the version of Emacs on my system, is there a  
> global "user preferences" file, other than a .emacs file, when a  
> user edits his/her preferences via the Preferences menu?

Yes, there is: ~/.MacOSX/environment.plist. It sets the environment  
for all processes at boot time. Read more here: http://developer.apple.com/qa/qa2001/qa1067.html 
  (also available via Xcode on disk: /Developer/Documentation/DocSets/ 
com.apple.ADC_Reference_Library.CoreReference.docset/Contents/ 
Resources/Documents/qa/qa2001/qa1232.html).

The file can be used as in:

	setenv MANPATH	`defaults read ~/.MacOSX/environment MANPATH`
	export PATH=$(defaults read "${HOME}/.MacOSX/environment" PATH)


Since Mac OS X 10.5 Apple introduced /etc/paths.d and /etc/manpaths.d.  
There you can put files with the path to some additional bin or man  
directory. Both methods should be able to solve the problem that  
Aquamacs cannot find some executables.

--
Greetings

   Pete

Who the fsck is "General Failure," and why is he reading my disk?




      reply	other threads:[~2010-10-28 19:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28  1:15 Emacs *inferior-lisp* process not starting Markus Arike
2010-10-28  8:58 ` Peter Dyballa
2010-10-28 15:29   ` Markus.Arike
2010-10-28 19:37     ` Peter Dyballa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5412516F-B981-4BD0-8515-771A0C0F809C@web.de \
    --to=peter_dyballa@web.de \
    --cc=Markus.Arike@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.