diff options
| author | Steven Tamm | 2004-05-30 00:35:44 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-05-30 00:35:44 +0000 |
| commit | 32364f491eb22e386cf1c6fe11d87342d44816e2 (patch) | |
| tree | 783c45a3b5c52027df23a1b344032bcd408dd9fb | |
| parent | 50bf76732ba3cd84d56185685e58604dd139ba94 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/PROBLEMS | 12 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-05-16 Juri Linkov <juri@jurta.org> | 6 | 2004-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 @@ | |||
| 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 | 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. | ||
| 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 |