<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: irssi</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/irssi/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Howto | Spellcheck in irssi</title>
      <link>https://chrisjrob.com/2014/07/09/irssi-spellchecking/</link>
      <pubDate>Wed, 09 Jul 2014 11:34:11 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2014/07/09/irssi-spellchecking</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/irssi.png" align="right" alt="Featured Image">
         
         <p>This page explains how to set up spelling in Irssi on Debian Lenny.  It assumes that you have already installed irssi.</p>

<h2 id="install-packages">Install packages</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># apt-get install aspell-en libaspell-dev aspell libtext-aspell-perl
</code></pre></div></div>

<p>Don’t forget to change the localisation to match your own locale.</p>

<!--more-->

<h2 id="create-users-scripts-folder">Create user’s scripts folder</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ mkdir -p */.irssi/scripts/autorun
</code></pre></div></div>

<h2 id="download-the-irssi-script">Download the irssi script</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd */.irssi/scripts
$ wget http://www.mimir.ch/mimir/irssi/files/aspell_complete.pl
$ cd autorun
$ ln -s ../aspell_complete.pl
</code></pre></div></div>

<h2 id="restart-irssi">Restart irssi</h2>

<p>Lastly, either restart IRSSI, or, in type:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/script load ~/.irssi/scripts/autorun/aspell_complete.pl
</code></pre></div></div>

<p>You should see aspell loading and your locale mentioned.</p>

<h2 id="testing">Testing</h2>

<p>How the spelling functionality works is that you enter a word and then, before pressing spacebar, you hit the [TAB] key, whereon the preceding word will be spellchecked.</p>

<h2 id="troubleshooting">Troubleshooting</h2>

<p>If you have not installed the correct aspell localisation, then you may find that irssi segfaults.</p>

<h2 id="references">References</h2>

<ul>
  <li>http://www.mimir.ch/mimir/irssi/</li>
  <li>http://www.eckrall.co.uk/?page_id=55</li>
</ul>

       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
