<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">
On 6 Apr 2018, 22:48 +0200, Herbert Schulz <herbs@wideopenwest.com>, wrote:<br>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">
<br>
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;"></span></font>
<div class="PlainText"><font size="2"><span style="font-size:11pt;">I've now re-written the introduction to the document to be a bit less confusing; the methodology given in sections 2 and 3 remain unchanged. </span></font></div>
</div>
</blockquote>
<div><br>
</div>
<div>I found that I need to force few symbolic links to have a non /usr/local installation of aspell working with cocoaspell. I use MacPorts in /opt/local, so my explanation works for that. This is the same hack I had to use in Mavericks, Yosemite, etc:</div>
<div>
<div>
<ol>
<li>Install aspell and all the necessary dictionaries from MacPorts. </li><li>Install cocoaspell without aspell and without the dictionaries. </li><li>Do the following from Terminal (it adds symbolic links): </li></ol>
</div>
<div><font face="Courier">sudo -s</font></div>
<div><font face="Courier">mkdir -p "/Library/Application Support/cocoAspell"</font></div>
<div><font face="Courier">mkdir -p /usr/local/bin</font></div>
<div><font face="Courier">mkdir -p /usr/local/lib</font></div>
<div><font face="Courier">cd "/Library/Application Support/cocoAspell"</font></div>
<div><font face="Courier">ln -s /opt/local/share/aspell <b>.</b> </font></div>
<div><font face="Courier">cd /usr/local/bin </font></div>
<div><font face="Courier">ln -s /opt/local/bin/aspell <b>.</b> </font></div>
<div><font face="Courier">cd /usr/local/lib </font></div>
<div><font face="Courier">ln -s /opt/local/lib/libaspell.* <b>.</b></font></div>
</div>
<div><br>
</div>
<div><br>
</div>
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;"></span></font></div>
</blockquote>
</div>
</body>
</html>