Re: Why doesn't compile command set path from login shell
Larry Evans <[email protected]> Sun, 28 May 2006 15:28:49 -0500
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <[email protected]> |
On 05/28/2006 10:53 AM, Stephen J. Turnbull wrote: > If you want to follow this up further, it's time to submit a bug > report using M-x report-xemacs-bug (also available from the Help > menu). In the report, please respond to the following questions as > best you can. I did, but since then I found the problem was mine. For emacs, I'd changed (eons ago) the icewm toolbar to include: prog "emacs" "emacs" /bin/bash -c "/home/evansl/.icewm/env_emacs.sh" Well, I hadn't looked closely until a while ago and noticed the .sh at the end. That's what set the PATH because it's contents are: #! /bin/sh source ~/.bash_env /usr/bin/emacs and .bash_env does the actually setting. Sorry for noise :(