Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
32364f49
Commit
32364f49
authored
May 30, 2004
by
Steven Tamm
Browse files
Document the workaround for the Mac OS X port not picking up the environment
variables from the dotfiles.
parent
50bf7673
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/PROBLEMS
etc/PROBLEMS
+12
-0
No files found.
etc/ChangeLog
View file @
32364f49
2004-05-29 Steven Tamm <steventamm@mac.com>
* PROBLEMS: Document the workaround for the Mac OS X port not
picking up the environment variables from dotfiles.
2004-05-16 Juri Linkov <juri@jurta.org>
* TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
...
...
etc/PROBLEMS
View file @
32364f49
This file describes various problems that have been encountered
in compiling, installing and running GNU Emacs.
* Environment Variables from dotfiles are ignored with Mac OS X (Carbon).
When starting Emacs from the Dock or the Finder on Mac OS X, the
environment variables that are set up in dotfiles, such as .cshrc or
.profile,
are ignored. This is because the Finder and Dock are not
started from a shell, but instead from the Window Manager itself.
The workaround for this is to create a .MacOSX/environment.plist file to
setup these environment variables. These environment variables will
apply to all processes regardless of where they are started.
For me information, see http://developer.apple.com/qa/qa2001/qa1067.html.
* Segfault on GNU/Linux using certain recent versions of the Linux kernel.
With certain recent Linux kernels (like the one of Redhat Fedora Core
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment