From: Enrico F. <fra...@cs...> - 2002-05-30 16:11:11
|
> Probably a matter of your PATH. Emacs run in GUI mode doesn't get > any PATH definitions from your .tcshrc or .cshrc. Do a M-! which > python in emacs (same for ispell) and see if it is found. > > I have my PATH (and other environment variables) for emacs set in > ~/.MacOSX/environment.plist : Thsese variables are inherited by all > programs run from the Finder. A cheaper alternative (which works most of the time, but not always...) is to add this to your .emacs: (setq shell-file-name "tcsh") (setq sh-shell-file "/bin/tcsh") Hope this helps -- e. Enrico Franconi - fra...@cs... University of Manchester - http://www.cs.man.ac.uk/~franconi/ Department of Computer Science - Phone: +44 (161) 275 6170 Manchester M13 9PL, UK - Fax: +44 (161) 275 6204 |