Chris Menzel <[EMAIL PROTECTED]> writes:

> Sounds like /sw/bin isn't in your path.  Have you specified a PATH
> environment variable in an environment.plist file in your ~/.MacOSX
> directory?  If not, create the file out of the following:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
> "http://www.apple.
> com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
>         <key>PATH</key>
>         <string>/sw/bin:/usr/local/bin:/bin:/usr/bin:/sw/sbin:/usr/local/lib:/us
> r/sbin:/etc:/usr/X11R6/bin</string>
>         <key>SHELL</key>
>         <string>/bin/bash</string>
>         <key>DISPLAY</key>
>         <string>:0.0</string>
> </dict>
> </plist>

LyX/Mac-1.3.4 automatically sets the PATH to include /sw/bin and other
directories necessary for teTeX and other auxiliary executables.
Early versions of LyX/Mac used ~/.MacOSX/environment.plist to set the
PATH.  I changed it because the PATH set there affects every GUI
application and can have undesirable consequences: if user directories
like /sw/bin and /usr/local/bin are ahead of the system directories in
the PATH, user-installed binaries will take precedence over system
binaries of the same name -- maybe what you want, but potentially
dangerous.

If the original poster is using LyX/Mac-1.3.4 I would suggest trying
ispell from the command line to make sure it is working.  Or
installing aspell or cocoAspell, which are better spellcheckers.
-- 

Ronald Florence                         ron.18james.com

Reply via email to