aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
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