<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Spell Check on The Lone C++ Coder's Blog</title><link>https://www.lonecpluspluscoder.com/tags/spell-check/</link><description>Recent content in Spell Check on The Lone C++ Coder's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 01 Feb 2021 22:00:00 -0500</lastBuildDate><atom:link href="https://www.lonecpluspluscoder.com/tags/spell-check/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up enchant for use with flyspell-mode on macOS</title><link>https://www.lonecpluspluscoder.com/2021/02/01/setting-up-enchant-for-use-with-flyspell-mode-on-macos/</link><pubDate>Mon, 01 Feb 2021 22:00:00 -0500</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2021/02/01/setting-up-enchant-for-use-with-flyspell-mode-on-macos/</guid><description>&lt;p&gt;I have a few more loose ends to tidy up before switching to the static version of the blog. One of the important tasks was to make sure I had a spell checker available. Back in the dim and distant past I had set up &lt;code&gt;flyspell-mode&lt;/code&gt; with &lt;a href="https://www.lonecpluspluscoder.com/2015/03/03/setting-up-emacs-spell-checking-on-os-x/"&gt;hunspell&lt;/a&gt;, but I wanted to check if there was something better available these days. Enter &lt;a href="https://abiword.github.io/enchant/"&gt;enchant&lt;/a&gt;, which acts as a front end to multiple, different spell checkers. I like that Emacs has included support for enchant since version 26, plus one of the backends enchant supports is AppleSpell. In other words, when running on macOS, flyspell can make use of the OS&amp;rsquo;s built in spell checker and dictionaries.&lt;/p&gt;
&lt;p&gt;Instructions on how to actually set up enchant on macOS are a bit thin on the ground, so I decided that I&amp;rsquo;ll put together a quick write up.&lt;/p&gt;</description></item><item><title>Setting up Emacs spell checking on OS X</title><link>https://www.lonecpluspluscoder.com/2015/03/03/setting-up-emacs-spell-checking-on-os-x/</link><pubDate>Tue, 03 Mar 2015 21:16:00 +0000</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2015/03/03/setting-up-emacs-spell-checking-on-os-x/</guid><description>&lt;p&gt;As I mentioned in &lt;a href="https://www.lonecpluspluscoder.com/2015/03/02/improving-my-blogging-workflow-using-emacs-of-course/"&gt;yesterday&amp;rsquo;s post&lt;/a&gt;, I&amp;rsquo;m trying to improve my blogging workflow by using org2blog to draft my posts before pushing them to my WordPress blog. When I posted yesterday I had the basic workflow going, could edit posts in Emacs, save them, update drafts and push them to WordPress. The last piece that was missing was getting spell checking to work.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve actually never spent much time thinking about spell checkers until I discovered that OS X doesn&amp;rsquo;t come with a spell checker that ispell recognises. A little research led me to &lt;a href="https://joelkuiper.eu/spellcheck_emacs"&gt;Joel Kuiper&amp;rsquo;s blog post on spell checking in Emacs on Mac OS X&lt;/a&gt;. I decided to install &lt;a href="http://hunspell.sourceforge.net/"&gt;Hunspell&lt;/a&gt; as it seemed to be modern, supported and able to do the job. Plus, it&amp;rsquo;s available via &lt;a href="http://brew.sh"&gt;Homebrew&lt;/a&gt; which I&amp;rsquo;m already using to install other Unix software on my OS X machine. A quick&lt;/p&gt;</description></item></channel></rss>