Petrus Hyv�nen <[EMAIL PROTECTED]> writes: > I believe i have seen somewhere a description of how to get CocoAspell to > work together with LyX/Aqua. Is it just to link cocoAspell to > /usr/local/bin/aspell or are there any tricks involved, like choosing > language, options and such?
The instructions used to be in the LyX/Mac howto at <http://www.18james.com/lyx_on_aqua.html>. I took them out because cocoaAspell doesn't work with Panther (MacOS-10.3). If you're running MacOS-10.2 and don't plan to upgrade, try: cd /usr/local/bin sudo mkdir share lib sudo ln -s /Library/Services/cocoAspell.service/Contents/MacOS/cocoAspell aspell cd share sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/share/aspell cd ../lib sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/lib/aspell If you installed cocoaAspell somewhere other than /Library, change the script accordingly. -- Ronald Florence www.18james.com
