purcell / exec-path-from-shell

Make Emacs use the $PATH set up by the user's shell
Other
1.43k stars 82 forks source link

tcsh compatibility #7

Closed apchamberlain closed 11 years ago

apchamberlain commented 11 years ago

I've changed my login shell in the Advanced Options section of the Users prefpane to tcsh, and noticed that exec-path-from-shell no longer worked. The --login flag works for bash and zsh, but not tcsh. The effective equivalent for tcsh is -d.

purcell commented 11 years ago

Thanks for this! In the end, I committed a slightly modified version of your fix (95b7aee).

-Steve