<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
I Think we've all done this by at some point:<br>
<br>
<blockquote>Your spell checking a document and instead of clicking
change word, you click add word to dictionary. At this point your
kicking yourself because there is no undo, and no documentation for
removing those words (at least nothing immediately helpful from a
google search).<br>
</blockquote>
<br>
Well after doing it again, I went hunting for that pesky dictionary
file.<br>
Reading man pages didn't help, they generally wouldn't tell me where
the dictionaries are stored, or if that particular spell checker was
the one being used.<br>
Google Searches were the same.<br>
<br>
Eventually I just started walking through the '.' directories in my
home as that was where it should to be (somewhere...). I also knew from
reading Fedora's Feature lists from release to release that there was
more or less a universal choice for dictionaries in Fedora.<br>
<br>
The Answer:<br>
<br>
~/.config/enchant/<br>
<br>
Inside is a .dic text file for each local that has had words added to
it (en_US.dic in my case).<br>
<br>
Here's to happier text editing!<br>
<br>
<br>
Extra Info:<br>
<br>
~/.config is part of the FreeDesktop's XDG spec on where a users
application configurations should be put.<br>
<br>
I've only Checked this in Fedora, Ubuntu and other Distro's might use
other spellcheckers that store the data in different places. Although
if people reading this could check and post their findings, it would be
appreciated.<br>
<br>
-- <br>
Scott Sullivan<br>
</body>
</html>