aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Tamm2004-05-30 00:35:44 +0000
committerSteven Tamm2004-05-30 00:35:44 +0000
commit32364f491eb22e386cf1c6fe11d87342d44816e2 (patch)
tree783c45a3b5c52027df23a1b344032bcd408dd9fb
parent50bf76732ba3cd84d56185685e58604dd139ba94 (diff)
downloademacs-32364f491eb22e386cf1c6fe11d87342d44816e2.tar.gz
emacs-32364f491eb22e386cf1c6fe11d87342d44816e2.zip
Document the workaround for the Mac OS X port not picking up the environment
variables from the dotfiles.
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/PROBLEMS12
2 files changed, 17 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index faeb5f4f21c..09595de261d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12004-05-29 Steven Tamm <steventamm@mac.com>
2
3 * PROBLEMS: Document the workaround for the Mac OS X port not
4 picking up the environment variables from dotfiles.
5
12004-05-16 Juri Linkov <juri@jurta.org> 62004-05-16 Juri Linkov <juri@jurta.org>
2 7
3 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil. 8 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c3be7f83a7c..abc04f3dd11 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,18 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* Environment Variables from dotfiles are ignored with Mac OS X (Carbon).
5
6When starting Emacs from the Dock or the Finder on Mac OS X, the
7environment variables that are set up in dotfiles, such as .cshrc or
8.profile, are ignored. This is because the Finder and Dock are not
9started from a shell, but instead from the Window Manager itself.
10
11The workaround for this is to create a .MacOSX/environment.plist file to
12setup these environment variables. These environment variables will
13apply to all processes regardless of where they are started.
14For me information, see http://developer.apple.com/qa/qa2001/qa1067.html.
15
4* Segfault on GNU/Linux using certain recent versions of the Linux kernel. 16* Segfault on GNU/Linux using certain recent versions of the Linux kernel.
5 17
6With certain recent Linux kernels (like the one of Redhat Fedora Core 18With certain recent Linux kernels (like the one of Redhat Fedora Core