<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=101.63.60.0</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=101.63.60.0"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/101.63.60.0"/>
	<updated>2026-04-10T19:56:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1064</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1064"/>
		<updated>2012-03-28T08:02:33Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* Tutorial Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
You can use either '''aspell''' or '''hunspell'''.  &lt;br /&gt;
&lt;br /&gt;
If you have installed '''OpenOffice''' or '''LibreOffice''', then dictionary files are already there. Otherwise, you need to install the dictionary file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
&lt;br /&gt;
; [http://xahlee.org/emacs/emacs_spell_checker_problems.html Spell checker problems]&lt;br /&gt;
:  Xahlee's notes and tutorials&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1063</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1063"/>
		<updated>2012-03-28T08:00:57Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
You can use either '''aspell''' or '''hunspell'''.  &lt;br /&gt;
&lt;br /&gt;
If you have installed '''OpenOffice''' or '''LibreOffice''', then dictionary files are already there. Otherwise, you need to install the dictionary file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
&lt;br /&gt;
; [http://xahlee.org/emacs/emacs_spell_checker_problems.html Xahlee's Tutorial]&lt;br /&gt;
:  There are tutorials at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1062</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1062"/>
		<updated>2012-03-28T07:59:41Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* Basic setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
You can use either '''aspell''' or '''hunspell'''.  &lt;br /&gt;
&lt;br /&gt;
If you have installed '''OpenOffice''' or '''LibreOffice''', then dictionary files are already there. Otherwise, you need to install the dictionary file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
&lt;br /&gt;
; [http://xahlee.org/emacs/emacs_spell_checker_problems.html Xahlee's Tutorial]&lt;br /&gt;
:  There are tutorials at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1061</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1061"/>
		<updated>2012-03-28T07:59:16Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* Basic setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
You can use either '''aspell'' or '''hunspell'''.  &lt;br /&gt;
&lt;br /&gt;
If you have installed '''OpenOffice''' or '''LibreOffice''', then dictionary files are already there. Otherwise, you need to install the dictionary file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
&lt;br /&gt;
; [http://xahlee.org/emacs/emacs_spell_checker_problems.html Xahlee's Tutorial]&lt;br /&gt;
:  There are tutorials at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1060</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1060"/>
		<updated>2012-03-28T07:54:41Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* Tutorial Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
Install these third party libraries or read this section before proceeding.&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
&lt;br /&gt;
; [http://xahlee.org/emacs/emacs_spell_checker_problems.html Xahlee's Tutorial]&lt;br /&gt;
:  There are tutorials at the bottom of the page&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1059</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1059"/>
		<updated>2012-03-28T07:50:12Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
Install these third party libraries or read this section before proceeding.&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See info pages on ispell.&lt;br /&gt;
&lt;br /&gt;
==Ispell replacements==&lt;br /&gt;
&lt;br /&gt;
Current favorites appear to be aspell and hunspell.&lt;br /&gt;
&lt;br /&gt;
Point to the ispell replacement:&lt;br /&gt;
&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
You might already have the required dictionary files in your browser or openoffice directory tree.&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1058</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1058"/>
		<updated>2012-03-28T07:48:50Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
Install these third party libraries or read this section before proceeding.&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See info pages on ispell.&lt;br /&gt;
&lt;br /&gt;
==Ispell replacements==&lt;br /&gt;
&lt;br /&gt;
Current favorites appear to be aspell and hunspell.&lt;br /&gt;
&lt;br /&gt;
Point to the ispell replacement:&lt;br /&gt;
&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
You might already have the required dictionary files in your browser or openoffice directory tree.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
*[http://xahlee.org/emacs/emacs_spell_checker_problems.html XahLee.org page with tutorial links at the bottom]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1057</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1057"/>
		<updated>2012-03-28T07:47:50Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: /* Windows XP difficulties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
Install these third party libraries or read this section before proceeding.&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See info pages on ispell.&lt;br /&gt;
&lt;br /&gt;
==Ispell replacements==&lt;br /&gt;
&lt;br /&gt;
Current favorites appear to be aspell and hunspell.&lt;br /&gt;
&lt;br /&gt;
Point to the ispell replacement:&lt;br /&gt;
&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
You might already have the required dictionary files in your browser or openoffice directory tree.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
*[http://xahlee.org/emacs/emacs_spell_checker_problems.html XahLee.org page with tutorial links at the bottom]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Spell_check&amp;diff=1056</id>
		<title>Spell check</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Spell_check&amp;diff=1056"/>
		<updated>2012-03-28T07:47:06Z</updated>

		<summary type="html">&lt;p&gt;101.63.60.0: Apply standard template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''{{{1}}}''' is a wonderful mode which does wonderful things.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
Install these third party libraries or read this section before proceeding.&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-x C-c}}&lt;br /&gt;
: Quit Emacs.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-s|save-buffer}}&lt;br /&gt;
: Save buffer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 1 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;This stuff will go in your .emacs&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customization 2 ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(message &amp;quot;You can also do this customization&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[GNU/Linux]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to GNU/Linux goes here --&amp;gt;&lt;br /&gt;
== GNU/Linux Notes 1 ==&lt;br /&gt;
== GNU/Linux Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[OS X]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to OS X goes here --&amp;gt;&lt;br /&gt;
== OS X Notes 1 ==&lt;br /&gt;
== OS X Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Windows]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Windows goes here --&amp;gt;&lt;br /&gt;
Windows users be aware of this.&lt;br /&gt;
== Windows Notes 1 ==&lt;br /&gt;
== Windows Notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-24]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-24 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Recent revision should come first. This way important information stays at top  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Emacs-24 specific notes.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-23]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.&lt;br /&gt;
== Emacs-23 specific notes 1 ==&lt;br /&gt;
== Emacs-23 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= [[Emacs-22]] =&lt;br /&gt;
&amp;lt;!-- Customization/Notes specific to Emacs-22 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.&lt;br /&gt;
&lt;br /&gt;
== Emacs-24 specific notes 1 ==&lt;br /&gt;
== Emacs-24 specific notes 2 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Internal Link1]]&lt;br /&gt;
* [[Internal Link2]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [http://bazaar.canonical.com/en/ Bazaar]&lt;br /&gt;
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]  &lt;br /&gt;
:Tips for setting up Emacs as Bazaar commit editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:TestCategory1]][[Category:TestCategory2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See info pages on ispell.&lt;br /&gt;
&lt;br /&gt;
==Ispell replacements==&lt;br /&gt;
&lt;br /&gt;
Current favorites appear to be aspell and hunspell.&lt;br /&gt;
&lt;br /&gt;
Point to the ispell replacement:&lt;br /&gt;
&lt;br /&gt;
(setq-default ispell-program-name &amp;quot;hunspell&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
You might already have the required dictionary files in your browser or openoffice directory tree.&lt;br /&gt;
&lt;br /&gt;
==Windows XP difficulties==&lt;br /&gt;
Links to precompiled binaries are dead at time of writing.&lt;br /&gt;
&lt;br /&gt;
I got RPMs from [http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Factory/noarch/ openSUSE], but hunspell.exe aborted after not finding a dll file. After that dll was added, another dll was not found. I gave up after several iterations. This was with mingw32-hunspell-1.3.2-1.98.noarch.rpm  and later mingw32-hunspell-1.3.2-1.99.noarch.rpm (and associated lang and tools RPMs).&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://emacswiki.org/emacs/InteractiveSpell Emacswiki:InteractiveSpell]&lt;br /&gt;
*[http://xahlee.org/emacs/emacs_spell_checker_problems.html XahLee.org page with tutorial links at the bottom]&lt;/div&gt;</summary>
		<author><name>101.63.60.0</name></author>
	</entry>
</feed>