comparison etc/PROBLEMS @ 83143:9fb10038ca55

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-354 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-355 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-356 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-183
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 31 May 2004 13:48:26 +0000
parents 92338f8e9f27
children c19be515db1c 4c90ffeb71c5
comparison
equal deleted inserted replaced
83142:62cf3d6337a0 83143:9fb10038ca55
1 This file describes various problems that have been encountered 1 This file describes various problems that have been encountered
2 in compiling, installing and running GNU Emacs. 2 in compiling, installing and running GNU Emacs.
3
4 * Environment Variables from dotfiles are ignored with Mac OS X (Carbon).
5
6 When starting Emacs from the Dock or the Finder on Mac OS X, the
7 environment variables that are set up in dotfiles, such as .cshrc or
8 .profile, are ignored. This is because the Finder and Dock are not
9 started from a shell, but instead from the Window Manager itself.
10
11 The workaround for this is to create a .MacOSX/environment.plist file to
12 setup these environment variables. These environment variables will
13 apply to all processes regardless of where they are started.
14 For me information, see http://developer.apple.com/qa/qa2001/qa1067.html.
3 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
6 With certain recent Linux kernels (like the one of Redhat Fedora Core 18 With certain recent Linux kernels (like the one of Redhat Fedora Core
7 1), the new "Exec-shield" functionality is enabled by default, which 19 1), the new "Exec-shield" functionality is enabled by default, which