aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorSteven Tamm2004-05-30 00:35:44 +0000
committerSteven Tamm2004-05-30 00:35:44 +0000
commit32364f491eb22e386cf1c6fe11d87342d44816e2 (patch)
tree783c45a3b5c52027df23a1b344032bcd408dd9fb /etc/PROBLEMS
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.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS12
1 files changed, 12 insertions, 0 deletions
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